# FAQ

**Is Delegate multichain?**

Yes, we're deployed on 17 different EVM chains, including Ethereum, Polygon, BSC, Avalanche, Arbitrum, Optimism, and Base. There are also two testnet deployments on Goerli and Sepolia.

**Is Delegate crosschain?**

No, each chain's deployment is self-contained with no dependencies or bridge risk. This means if a user wants to use a delegated wallet on both Ethereum and Polygon, they will need to delegate once on each chain. We're investigating options for crosschain messaging but given the novel risks this is not live today.


---

# 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.delegate.xyz/faq.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.
