# Tradecraft Docs

## Home

- [Tradecraft Documentation Home](https://docs.tradecraft.fi/readme.md): Welcome to your team’s developer platform

## Using Tradecraft

- [Get Started](https://docs.tradecraft.fi/using-tradecraft/get-started.md): Trade and provide liquidity. Most wallets supported.
- [Wallet Support](https://docs.tradecraft.fi/using-tradecraft/wallet-support.md)
- [Pools & Pool Addresses](https://docs.tradecraft.fi/using-tradecraft/pools-and-pool-addresses.md): Pool Addresses for trading and managing liquidity.
- [What are Pool Addresses?](https://docs.tradecraft.fi/using-tradecraft/what-are-pool-addresses.md)
- [Guide: How to Trade](https://docs.tradecraft.fi/using-tradecraft/guide-how-to-trade.md)
- [Guide: Specifying Minimums](https://docs.tradecraft.fi/using-tradecraft/guide-specifying-minimums.md): Guarantee every trade results in an expected minimum amount of tokens back.
- [Guide: How to Provide Liquidity](https://docs.tradecraft.fi/using-tradecraft/guide-how-to-provide-liquidity.md): Provide liquidity to earn a portion of fees from trading activity.
- [Guide: How to Remove Liquidity](https://docs.tradecraft.fi/using-tradecraft/guide-how-to-remove-liquidity.md)
- [Frequently Asked Questions](https://docs.tradecraft.fi/using-tradecraft/frequently-asked-questions.md)

## Integrations

- [Integration](https://docs.tradecraft.fi/integrations/integrate-tradecraft/integration.md): Build apps that surface trading and LP features, or use Tradecraft liquidity as a building block for more complex products.
- [Guide: DAR Integration](https://docs.tradecraft.fi/integrations/integrate-tradecraft/guide-dar-integration.md)
- [Guide: Building a Trading Interface](https://docs.tradecraft.fi/integrations/integrate-tradecraft/guide-building-a-trading-interface.md)

## API

- [Tradecraft API](https://docs.tradecraft.fi/api/api.md): Discover pools, pricing and liquidity programmatically.
- [Changelog](https://docs.tradecraft.fi/api/changelog.md)
- [Health](https://docs.tradecraft.fi/api/routes/health.md)
- [Pools](https://docs.tradecraft.fi/api/routes/pools.md)
- [Tokens](https://docs.tradecraft.fi/api/routes/tokens.md)
- [Prices](https://docs.tradecraft.fi/api/routes/prices.md)
- [Fees](https://docs.tradecraft.fi/api/routes/fees.md)
- [Quotes](https://docs.tradecraft.fi/api/routes/quotes.md)
- [Liquidity](https://docs.tradecraft.fi/api/routes/liquidity.md)
- [Models](https://docs.tradecraft.fi/api/routes/models.md)

## Fees and Pricing

- [Fees and Pricing](https://docs.tradecraft.fi/fees-and-pricing/fees-and-pricing.md): Fees and incentive programs that keep pools deep and supply matched to demand.

## Support

- [Official Links & Channels](https://docs.tradecraft.fi/support/official-links-and-channels.md)
- [Get Help](https://docs.tradecraft.fi/support/get-help.md)
- [Terms of Service](https://docs.tradecraft.fi/support/legal/terms-of-service.md): Last Updated: January 13, 2026
- [Privacy Policy](https://docs.tradecraft.fi/support/legal/privacy-policy.md): Last Updated: January 13, 2026

## Security

- [Security](https://docs.tradecraft.fi/security/security.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.tradecraft.fi/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.
