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

# Integrations

#### Exchanges and farms:

* Trader Joe[ AVAX/TSD](https://www.traderjoexyz.com/#/farm/0x2d16af2d7f1edb4bc5dbadf3fff04670b4bcd0bb) [AVAX/TEDDY](https://www.traderjoexyz.com/#/farm/0x91f0963873bbca2e58d21bb0941c0d859db3ca31)
* Pangolin [AVAX/TSD](https://app.pangolin.exchange/#/png/AVAX/0x4fbf0429599460D327BD5F55625E30E4fC066095/1) [AVAX/TEDDY](https://app.pangolin.exchange/#/png/AVAX/0x094bd7B2D99711A1486FB94d4395801C6d0fdDcC/1)
* Gondola [USDT.e/TSD](https://app.gondola.finance/pools) pool and trading
* DeFi Yield Protocol single sided [TEDDY staking](https://app-avax.dyp.finance/staking-buyback)
* Everest DAO [options](https://www.everestoptions.net/options) for TEDDY

#### Autocompounders:

* Yield Yak [vaults](https://yieldyak.com/farms)
* Snowball [vaults](https://beta.snowball.network/compound-and-earn)
* Cycle [vaults](https://www.cycle.finance/)

#### Tracking and charting:

* [CoinGecko](https://www.coingecko.com/en/coins/teddy)
* [CoinMarketCap](https://coinmarketcap.com/currencies/teddy-cash/)
* [Debank](https://debank.com/projects/avax_teddy)
* [Defi Llama](https://defillama.com/protocol/teddy-cash)
* [markr.io](https://markr.io/#/pools)
* [zapper.fi](https://zapper.fi/dashboard)
* [Mandarins App](https://twitter.com/MandarinsApp)
* [GeckoTerminal](https://geckoterminal.com/avax/pools/0x4f20e367b10674cb45eb7ede68c33b702e1be655)
* [ChartEx](https://www.chartex.pro/?symbol=AVAX_PANGOLIN%3ATEDDY.0x4F20E367B10674cB45Eb7ede68c33B702E1Be655\&interval=60\&theme=dark)

#### Miscellaneous:

* [Coin98 ](https://coin98.com/)wallet integration

Keep in mind we have not verified all of these integrations, we are not responsible for any losses and advise users to inform themselves about the security of these platforms.


---

# 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.teddy.cash/integrations.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.
