# Partner Integrations

Mimicry leverages countless hours of development effort from other teams. Here's a few of the players in our stack.

## Re: Oracles

* [Tellor](https://tellor.io/) - Tellor is the only truly permissionless and censorship resistant oracle we know of in the magical land of DeFi. Naturally we support their feeds for anyone who wishes to use them to create a market.
* [Chainlink](https://chain.link/) - We leverage Chainlink as the gold standard for all things USD price lookups.
* [Gelato](https://www.gelato.network/) - Web3 Functions are quite the tool. If you haven't yet, please give them a spin.

## Re: Data Providers

* [NFTGo](https://nftgo.io/) - These guys have fantastic APIs and greatly simplify market caps.
* [CoinGecko](https://coingecko.com) - Leaders in web2 price lookups, and super flexible for floors as well.
* [HelloMoon](https://www.hellomoon.io/) - Solana beasts when it comes to NFT data.
* [Reservoir](https://www.reservoir.tools/) - Nuf' said
* [DIA](https://www.diadata.org/) - DIA has the easiest endpoints around when it comes to floor price lookups.

## Re: UI

* [RainbowKit](https://www.rainbowkit.com/) - These folks have made connecting wallets easy breezy lemon squeezy.
* [TradingView](https://www.tradingview.com/) - Our charts are provided by TradingView, a social platform for traders and investors with versatile analytical tools. TradingView lets you track particular symbols, e.g. [BTC USD](https://www.tradingview.com/symbols/BTCUSD/), as well as dive into a more advanced market analysis with sophisticated data like crypto market cap.


---

# Agent Instructions: 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:

```
GET https://docs.mimicry.org/whitepaper/partner-integrations.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.
