> For the complete documentation index, see [llms.txt](https://docs.pye.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pye.fi/resources/products.md).

# Products

Pye is made up of four core products that work together. Each can be used independently, but they are designed to connect, Speedstake feeds the orderbook, the PSA underpins both, and the CLI and dashboard give validators a mechanism to create and manage new customizable stake products to retain and attract new stake.

***

## Speedstake

Speedstake is the primary entry point for stakers. It is an embeddable app that lets stakers sell their future rewards and receive SOL immediately, without navigating the full orderbook.

**What it does:**

* Accepts liquid SOL or staked SOL as deposits
* Detects existing staked positions automatically on wallet connect for whitelisted validators
* Lets stakers select a maturity date and deposit amount
* Checks available orderbook liquidity before the staker signs
* Executes the transaction and delivers SOL immediately

{% hint style="info" %}
You must be whitelisted by Pye first.  All transactions route through Pye's orderbook. Speedstake is free for whitelisted validators.
{% endhint %}

***

## Pye Exchange

The Pye Exchange is the on-chain trading layer where all PT and RT transactions are matched and settled. Every deposit made through Pye routes through the orderbook.

**Order types:**

* **Limit orders** — orders placed against a specific validator market at a target rate. Fills when a matching counterparty appears.
* **Market orders** — fill immediately at the best available rate in a given market.

All markets on the orderbook trade to SOL, so buyers always have a clear view of how much SOL they are accumulating regardless of which validator or market they are trading.

***

## Validator Dashboard

The Validator Dashboard is the management interface for validators on Pye. It handles everything from initial org setup to day-to-day lockup management — no new node, no changes to your existing vote account.

**What it includes:**

* Organization setup and validator registration
* Lockup creation — public vaults open to any staker, or private vaults scoped to specific wallet addresses
* Optional deposit caps for time-limited or promotional lockups
* Real-time TVL tracking across all active lockups
* Role-based permissions for teams managing multiple nodes
* CLI status monitoring for validators running custom commission distributions

Access the Validator Dashboard at [dashboard.pye.fi](https://dashboard.pye.fi) (must be whitelisted to add nodes).


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pye.fi/resources/products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
