> 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/getting-started.md).

# Getting Started

- [What Do I Need To Trade](https://docs.flash.trade/flash-trade/getting-started/getting-started.md)
- [Fund Your Account and Make Your First Trade](https://docs.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade.md)
- [One-Click Trading](https://docs.flash.trade/flash-trade/getting-started/one-click-trading.md)
- [How to Create a Referral Link](https://docs.flash.trade/flash-trade/getting-started/how-to-create-a-referral-link.md): Flash Trade's referral program allows you to earn rebates from users you bring to the platform. This guide will walk you through the process of creating your custom referral link.
- [How to Swap Tokens](https://docs.flash.trade/flash-trade/getting-started/how-to-swap-tokens.md)
- [How to Mint or Burn FLP/sFLP](https://docs.flash.trade/flash-trade/getting-started/minting-burning-flp.md)
- [Collecting sFLP USDC Rewards](https://docs.flash.trade/flash-trade/getting-started/minting-burning-flp/collecting-sflp-usdc-rewards.md): sFLP (Staked Flash Liquidity Pool) tokens earn hourly USDC rewards from trading fees generated on Flash Trade. Unlike FLP.1 which auto-compounds, sFLP requires manual claiming of rewards.
- [How to Stake & Unstake FAF](https://docs.flash.trade/flash-trade/getting-started/how-to-stake-and-unstake-faf.md)
- [How to Claim Your Revenue Share](https://docs.flash.trade/flash-trade/getting-started/how-to-stake-and-unstake-faf/how-to-claim-your-revenue-share.md): This guide shows you how to claim your USDC revenue share as a FAF staker on Flash Trade.
- [Degen Mode](https://docs.flash.trade/flash-trade/getting-started/degen-mode.md)
- [Funded Wallet](https://docs.flash.trade/flash-trade/getting-started/funded-wallet.md): Trade with Flash Trade's capital. Keep the profits. Zero risk to your own funds.
- [Troubleshooting Guide](https://docs.flash.trade/flash-trade/getting-started/troubleshooting-guide.md): This guide covers common technical issues users may encounter while trading on Flash.Trade and provides step-by-step solutions to resolve them.


---

# 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/getting-started.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.
