# Start Here

- [AX Dictionary](https://athletex-markets.gitbook.io/athletex-huddle/start-here/ax-dictionary.md): Read below to get accustomed to our community lingo (not in alphabetical order)
- [Litepaper](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper.md)
- [Abstract](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/overview.md)
- [Athlete Performance Tokens (APTs)](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/athlete-performance-tokens-apts.md): Athlete Performance Tokens are a ERC-20 tokenization of an athlete's performance.
- [APT Issuance and Redemption](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/system-architecture.md): Issuing an APT involves depositing AX as collateral and minting the APT Pair. Anyone can send an APT Pair to the LSP Contract to redeem the collateralperpair.
- [APT Price IDs](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/apt-price-ids.md): The APT Price ID computes prices of APTs for the Optimistic Oracle based on in-game statistics.
- [APT Trades](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/ax-swap.md): APTs are available to buy and sell on the AthleteX DEX. The fee for each trade on AthleteX is 0.3% of the total trade amount. Liquidity providers earn 0.25% and the protocol earns 0.05%.
- [AX](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/usdax.md): AX is the collateral token for APTs and the governance token of AthleteX.
- [Current Strategies](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/untitled-1.md): Strategies for APT traders, market-makers, and LPs on AthleteX
- [Governance](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/governance.md)
- [Future Functionality](https://athletex-markets.gitbook.io/athletex-huddle/start-here/litepaper/future-functionality.md): Potential additions to AthleteX as the protocol matures technically and draws liquidity


---

# Agent Instructions: 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:

```
GET https://athletex-markets.gitbook.io/athletex-huddle/start-here.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.
