# Taraswap

## Taraswap Docs

- [Welcome](https://docs.taraswap.info/docs/readme.md)
- [Before you use Taraswap](https://docs.taraswap.info/docs/getting-started/before-you-use-taraswap.md): Important concepts to understand before using Taraswap
- [Yield-centricism](https://docs.taraswap.info/docs/getting-started/quickstart.md): How to attract TVL to the chain
- [How list your token](https://docs.taraswap.info/docs/getting-started/how-list-your-token.md): Listing tokens with visuals
- [Taraswap ($TSWAP) token](https://docs.taraswap.info/docs/getting-started/tswap.md): All about what is the $TSWAP token, tokenomics and role in the ecosystem
- [TSWAP tokenomics](https://docs.taraswap.info/docs/getting-started/tswap/tswap-tokenomics.md): Simplicity and fair distribution
- [$TSWAP Emission schedule](https://docs.taraswap.info/docs/getting-started/tswap/usdtswap-emission-schedule.md): How will $TSWAP shape the Taraxa token market
- [TSWAP Addresses](https://docs.taraswap.info/docs/getting-started/tswap/tswap-addresses.md): Important addresses
- [Taraswap socials](https://docs.taraswap.info/docs/taraswap-socials.md)
- [How to LP](https://docs.taraswap.info/docs/how-to-lp/how-to-lp.md): Swimming in the ocean is hard, but rewarding
- [Creating a pool](https://docs.taraswap.info/docs/how-to-lp/how-to-lp/creating-a-pool.md): Every pool is a 2-asset bidirectional basket where both tokens can be equally exchanged
- [Managing a pool position](https://docs.taraswap.info/docs/how-to-lp/how-to-lp/managing-a-pool-position.md): Where and what to do
- [Concentrated liquidity](https://docs.taraswap.info/docs/how-to-lp/how-to-lp/concentrated-liquidity.md): Why do you earn drastically more fees than on Uniswap v2 or PancakeSwap forks(Herbswap)
- [What are yield farms](https://docs.taraswap.info/docs/yield-farming/what-are-yield-farms.md): Why LPing is worth it
- [Creating an incentive](https://docs.taraswap.info/docs/yield-farming/creating-an-incentive.md): How to bootstrap liquidity as a new project - make your market for your token
- [Farm an incentive](https://docs.taraswap.info/docs/yield-farming/farm-an-incentive.md): How to earn juicy yields as an LP
- [APY on Taraswap](https://docs.taraswap.info/docs/yield-farming/apy-on-taraswap.md): How is APY calculated and how to MEV yields
- [Contracts](https://docs.taraswap.info/docs/deployment-glossary/contracts.md): Deployment glossary
- [Terms of Service](https://docs.taraswap.info/docs/terms-of-service.md): Taraswap Terms of Service
- [Privacy Policy](https://docs.taraswap.info/docs/privacy-policy.md): Taraswap Privacy Policy
- [Outage and bug flags](https://docs.taraswap.info/docs/outage-and-bug-flags.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.taraswap.info/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.
