# ADI Network Mainnet Details

<a href="https://adi-foundation-labs.github.io/adi-mainnet-connect/connect.html" class="button primary" data-icon="wallet">Add ADI Network to Wallet</a>

### Manually Add ADI Network

To manually add ADI Network Mainnet as a custom network in your wallet, follow these steps:

1. Find the “Add Network” option in your wallet (in MetaMask, you can find this in the networks dropdown).
2. Click on “Add Network" and then "Add network manually."
3. Fill in the following details for the ADI Network mainnet environment:

#### Network details

<table><thead><tr><th width="267.19921875">PROPERTY</th><th>VALUE</th></tr></thead><tbody><tr><td><strong>Network Name</strong></td><td><code>ADI Network</code> </td></tr><tr><td><strong>RPC URL*</strong></td><td><a href="https://rpc.adifoundation.ai/">https://rpc.adifoundation.ai/</a></td></tr><tr><td><strong>Chain ID</strong></td><td><code>36900</code></td></tr><tr><td><strong>Currency Symbol</strong></td><td><code>ADI</code></td></tr><tr><td><strong>Block Explorer URL</strong></td><td><a href="https://explorer.adifoundation.ai/">https://explorer.adifoundation.ai/</a></td></tr><tr><td><strong>Alternative Block Explorer URL</strong></td><td><a href="https://explorer-bls.adifoundation.ai/">https://explorer-bls.adifoundation.ai/</a></td></tr><tr><td><strong>L1 ADI token contract</strong></td><td><a href="https://etherscan.io/address/0x8b1484d57abbe239bb280661377363b03c89caea"><code>0x8b1484d57abbe239bb280661377363b03c89caea</code></a></td></tr></tbody></table>

\*You can also access the RPC through [Alchemy](https://dashboard.alchemy.com/?utm_source=chain_partner\&utm_medium=referral\&utm_campaign=adi)

#### Bridging ADI and ETH

You can use the [Bridge](https://bridge.adifoundation.ai/) to bridge ADI and ETH to mainnet.

### Important notes

{% hint style="warning" %}
What is not supported currently:

* ERC-7702
* ERC-4844
* `debug_traceCall` RPC call with custom tracers
  {% endhint %}


---

# 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.adi.foundation/how-to-start/adi-network-mainnet-details.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.
