# Astrolescent Docs

## Astrolescent Docs

- [Introduction](https://docs.astrolescent.com/astrolescent-docs/readme.md): Astrolescent is a decentralized exchange aggregator that finds the best rates across multiple exchanges to swap, bridge, or set limit orders.
- [Official Links](https://docs.astrolescent.com/astrolescent-docs/readme/official-links.md)
- [Team](https://docs.astrolescent.com/astrolescent-docs/readme/team.md)
- [Fees](https://docs.astrolescent.com/astrolescent-docs/readme/fees.md)
- [ASTRL token](https://docs.astrolescent.com/astrolescent-docs/tokens/tokenomics.md)
- [sASTRL token](https://docs.astrolescent.com/astrolescent-docs/tokens/sastrl-token.md)
- [Airdrops](https://docs.astrolescent.com/astrolescent-docs/tokens/rewards.md)
- [Trading](https://docs.astrolescent.com/astrolescent-docs/tokens/rewards/trading.md)
- [Providing Liquidity](https://docs.astrolescent.com/astrolescent-docs/tokens/rewards/providing-liquidity.md)
- [Validator Staking](https://docs.astrolescent.com/astrolescent-docs/tokens/rewards/staking.md)
- [Getting started](https://docs.astrolescent.com/astrolescent-docs/how-to/getting-started.md)
- [Swap](https://docs.astrolescent.com/astrolescent-docs/how-to/how-to-swap.md)
- [Bridge](https://docs.astrolescent.com/astrolescent-docs/how-to/bridge.md): Cross-chain swapping, powered by Astrolescent
- [Advanced Settings](https://docs.astrolescent.com/astrolescent-docs/how-to/bridge/advanced-settings.md)
- [Limit Orders (Coming soon)](https://docs.astrolescent.com/astrolescent-docs/how-to/limit-orders-coming-soon.md)
- [ASTRL Staking](https://docs.astrolescent.com/astrolescent-docs/how-to/astrl-staking.md)
- [API](https://docs.astrolescent.com/astrolescent-docs/infrastructure/api.md)
- [MCP](https://docs.astrolescent.com/astrolescent-docs/infrastructure/mcp.md): Connect Astrolescent to your LLM or AI Agents
- [Swap Widget](https://docs.astrolescent.com/astrolescent-docs/infrastructure/swap-widget.md)
- [Validator Node](https://docs.astrolescent.com/astrolescent-docs/infrastructure/validator-node.md)


---

# 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.astrolescent.com/astrolescent-docs/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.
