# Documentation

## Documentation

- [Introduction](https://docs.pye.fi/readme.md): The DeFi platform for Solana stake
- [How Pye Works](https://docs.pye.fi/how-pye-works.md): Pye is developing the idea of a Programmable Stake Account that leverages new Solana mechanisms that change everything about stake, unlocking a suite of new DeFi products
- [Stakers](https://docs.pye.fi/stakers.md)
- [Validators](https://docs.pye.fi/validators.md): Attract stake, retain stakers, and generate new revenue streams with Pye.
- [Speedstake](https://docs.pye.fi/validators/speedstake.md): Embed Speedstake on your website in minutes
- [Validator Dashboard](https://docs.pye.fi/validators/validator-dashboard.md): Create, manage, and track your stake products from one place.
- [Create a Lockup](https://docs.pye.fi/validators/validator-dashboard/create-a-lockup.md): Create public or private staking lockups in the Validator Dashboard.
- [Custom Commissions CLI](https://docs.pye.fi/validators/validator-dashboard/custom-commissions-cli.md): Offer stakers custom commission structures outside your public on-chain commission.
- [Buyers & Traders](https://docs.pye.fi/buyers-and-traders.md): Trading is currently in a closed beta with select users having access.
- [Markets & Orderbook](https://docs.pye.fi/markets.md): How PT and RT markets are structured, created, and traded across validators on Pye.
- [Fees & Economics](https://docs.pye.fi/fees-and-economics.md): How Pye generates revenue and what fees participants pay on the platform.
- [Points & Beta](https://docs.pye.fi/points-and-beta.md)
- [Glossary](https://docs.pye.fi/resources/glossary.md): Key terms and concepts you'll encounter when using Pye.
- [Products](https://docs.pye.fi/resources/products.md): The four core products that power the Pye ecosystem.
- [Risks & Security](https://docs.pye.fi/resources/risks-and-security.md): The following is a non-exhaustive list of plausible security considerations & audits

## Changelog

- [Changelog](https://docs.pye.fi/changelog/readme.md): New updates and improvements


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pye.fi/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
