> For the complete documentation index, see [llms.txt](https://redefined.gitbook.io/connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redefined.gitbook.io/connect/integerate-redefined/supported-networks.md).

# Supported networks

Here is the list of all supported networks.

<table><thead><tr><th width="169">Value</th><th>Desc</th></tr></thead><tbody><tr><td>evm</td><td>Ethereum Virtual Machine (EVM) - for searching data for the Ethereum and Ethereum-compatible blockchains.<br><br><code>Returns from -> ENS, Unstoppable, Lens, redefined-username and redefined-email.</code></td></tr><tr><td>eth</td><td>Ethereum - for searching data for the Ethereum network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>bsc</td><td>Binance Smart Chain - for searching data for the Binance Smart Chain network.<br><br><code>Returns from -> SID, redefined-username and redefined-email.</code></td></tr><tr><td>matic</td><td>Polygon - for searching data for the Polygon network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>avax</td><td>Avalanche - for searching data for the Avalanche network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>arbitrum-one </td><td>Arbitrum One - for searching data for the Arbitrum One network.<br><br><code>Returns from -> SID, redefined-username and redefined-email.</code></td></tr><tr><td>optimism</td><td>Optimism - for searching data for the Optimism network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>ftm</td><td>Fantom - for searching data for the Fantom network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>glmr</td><td>Moonbeam - for searching data for the Moonbeam network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>mor</td><td>Moonriver - for searching data for the Moonriver network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>btc</td><td>Bitcoin - for searching data for the Bitcoin network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>sol</td><td>Solana - for searching data for the Solana network.<br><br><code>Returns from -> Bonfida, redefined-username and redefined-email.</code></td></tr><tr><td>near</td><td>Near - for searching data for the Near network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>apt</td><td>Aptos - for searching data for the Aptos network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>dai</td><td>Gnosis - for searching data for the Gnosis network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>okt</td><td>OKXChain - for searching data for the OKXChain network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>cel</td><td>CELO - for searching data for the CELO network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>fus</td><td>FUSE - for searching data for the FUSE network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>cro</td><td>Cronos - for searching data for the Cronos network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>bob</td><td>Boba - for searching data for the Boba network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>aur</td><td>Aurora - for searching data for the Aurora network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr><tr><td>vel</td><td>Velas - for searching data for the Velas network.<br><br><code>Returns from -> redefined-username and redefined-email.</code></td></tr></tbody></table>


---

# 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://redefined.gitbook.io/connect/integerate-redefined/supported-networks.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.
