# Ecosystem Tooling

This folder highlights ecosystem partners and tools useful for building on Citrea (SDKs, infra, wallets, cross‑chain, data, and more) for developers.

| Page                                                                                            | Description                                                                    |
| ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Interop, Bridges & Swaps](/developer-documentation/ecosystem-tooling/interop-bridges-swaps.md) | Cross‑chain messaging, third-party bridges, and intents‑based BTC swaps        |
| [Oracles & VRF](/developer-documentation/ecosystem-tooling/oracles-vrf.md)                      | Oracle providers and VRFs on Citrea with links to feeds and deployed contracts |
| [RPC & Indexers](/developer-documentation/ecosystem-tooling/rpc-indexers.md)                    | RPC access and indexing platforms for querying and mirroring on‑chain data     |
| [Wallets & AA](/developer-documentation/ecosystem-tooling/wallets-aa.md)                        | Wallets and account‑abstraction tooling                                        |

***

For the full list of partners, see the Citrea ecosystem page: [citrea.xyz/ecosystem](https://citrea.xyz/ecosystem).


---

# 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.citrea.xyz/developer-documentation/ecosystem-tooling.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.
