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

# Flash-Trade-V1-Deprecated

- [Making Your First Trade](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/making-your-first-trade.md): This guide walks you through placing your first trade on Flash Trade, covering all essential features and risk management tools.
- [How to Claim Epoch Rewards](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/how-to-claim-epoch-rewards.md)
- [FAF Rewards System](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/voltage-points-and-faf-rewards-system.md)
- [How to Swap Tokens](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/how-to-swap-tokens.md): Flash Trade's integrated swap functionality allows you to exchange tokens directly within the platform, making it easy to acquire the assets you need for trading and liquidity provision.
- [Reward, Utility & Governance](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/reward-utility-and-governance.md)
- [Flash Trade API](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api.md): The Flash Trade API is a REST for the Flash Trade perpetuals DEX on Solana.
- [Flash Trade V1](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api/flash-trade-v1.md)
- [Endpoints Overview](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api/flash-trade-v1/endpoints-overview.md)
- [Transaction Builder](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api/flash-trade-v1/transaction-builder.md)
- [Error Handling](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api/flash-trade-v1/error-handling.md)
- [Data Formats & Precision](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-api/flash-trade-v1/data-formats-and-precision.md)
- [Flash Trade MCP](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-mcp.md): Give AI agents direct access to Flash Trade — market data, trade previews, position management, and transaction building through natural language.
- [Flash Trade CLI](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-trade-cli.md): Trade on Flash Trade directly from your terminal — open positions, manage orders, provide liquidity, and check prices without touching a browser.
- [Flash SDK](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-sdk.md)
- [Trader Interactions](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-sdk/trader-interactions.md)
- [LP Interactions](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-sdk/lp-interactions.md)
- [Revenue Interactions](https://docs.flash.trade/flash-trade/flash-trade-v1-deprecated/flash-sdk/revenue-interactions.md): A slice of protocol fees is distributed to wallets that have FAF staked. This page shows how to read a wallet's claimable USDC balance and submit the on-chain claim.


---

# 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.flash.trade/flash-trade/flash-trade-v1-deprecated.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.
