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

# For Developers

- [Skills](https://docs.aftermath.finance/for-developers/skills.md): Teach AI agents to build with Aftermath.
- [MCP Server](https://docs.aftermath.finance/for-developers/mcp-server.md): Give AI coding agents full context of the Aftermath API using minimal tokens.
- [API](https://docs.aftermath.finance/for-developers/api.md): Documentation for Aftermath's API
- [CCXT](https://docs.aftermath.finance/for-developers/api/ccxt.md): About Aftermath CCXT API /api/ccxt/...
- [REST API](https://docs.aftermath.finance/for-developers/api/rest-api.md): About Aftermath REST API /api/...
- [Authorization](https://docs.aftermath.finance/for-developers/api/rest-api/authorization.md): Use increased rate limits with our REST API
- [WebSockets](https://docs.aftermath.finance/for-developers/api/websockets.md): Live market-data streams over WebSocket for the Aftermath Perpetuals API.
- [TypeScript SDK](https://docs.aftermath.finance/for-developers/typescript-sdk.md): Official Aftermath Finance TypeScript SDK for Sui
- [Utils](https://docs.aftermath.finance/for-developers/typescript-sdk/utils.md)
- [Coin](https://docs.aftermath.finance/for-developers/typescript-sdk/utils/coin.md)
- [Users Data](https://docs.aftermath.finance/for-developers/typescript-sdk/utils/users-data.md): Provider that allows to interact with users data. (E.g. Public key)
- [Authorization](https://docs.aftermath.finance/for-developers/typescript-sdk/utils/authorization.md): Use increased rate limits with our SDK
- [Products](https://docs.aftermath.finance/for-developers/typescript-sdk/products.md)
- [Perpetuals](https://docs.aftermath.finance/for-developers/typescript-sdk/products/perpetuals.md): Overview of Aftermath's Perpetuals TypeScript SDK
- [Perpetuals](https://docs.aftermath.finance/for-developers/typescript-sdk/products/perpetuals/perpetuals.md): Complete API Reference for the Perpetuals Class
- [Market](https://docs.aftermath.finance/for-developers/typescript-sdk/products/perpetuals/market.md): Complete Reference for the PerpetualsMarket Class
- [Account](https://docs.aftermath.finance/for-developers/typescript-sdk/products/perpetuals/account.md): Complete Reference for the PerpetualsAccount Class
- [Vault](https://docs.aftermath.finance/for-developers/typescript-sdk/products/perpetuals/vault.md): Complete Reference for the PerpetualsVault Class
- [Prices](https://docs.aftermath.finance/for-developers/typescript-sdk/products/prices.md)
- [Router](https://docs.aftermath.finance/for-developers/typescript-sdk/products/router.md)
- [DCA](https://docs.aftermath.finance/for-developers/typescript-sdk/products/dca.md): Automated Dollar-Cost Averaging (DCA) strategy to invest steadily over time, minimizing the impact of market volatility and building positions across multiple assets or pools with ease.
- [Limit Orders](https://docs.aftermath.finance/for-developers/typescript-sdk/products/limit-orders.md): Limit Orders allow you to set precise buy or sell conditions, enabling automated trades at your desired price levels. Secure better market entry or exit points and maintain control over your strategy,
- [Liquid Staking](https://docs.aftermath.finance/for-developers/typescript-sdk/products/liquid-staking.md): Stake SUI and receive afSUI to earn a reliable yield, and hold the most decentralized staking derivative on Sui.
- [Pools](https://docs.aftermath.finance/for-developers/typescript-sdk/products/pools.md): AMM pools for both stable and uncorrelated assets of variable weights with up to 8 assets per pool.
- [Farms](https://docs.aftermath.finance/for-developers/typescript-sdk/products/farms.md)
- [Dynamic Gas](https://docs.aftermath.finance/for-developers/typescript-sdk/products/dynamic-gas.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 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.aftermath.finance/for-developers.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.
