# ADI Network Testnet Details

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

### Manually add ADI Network Testnet

To manually add ADI Network Testnet 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 Testnet 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 AB Testnet</code></td></tr><tr><td><strong>RPC URL*</strong></td><td><a href="https://rpc.ab.testnet.adifoundation.ai/">https://rpc.ab.testnet.adifoundation.ai/</a></td></tr><tr><td><strong>Chain ID</strong></td><td><code>99999</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.ab.testnet.adifoundation.ai/">https://explorer.ab.testnet.adifoundation.ai/</a></td></tr><tr><td><strong>L1 ADI token contract (Ethereum Sepolia)</strong></td><td><a href="https://sepolia.etherscan.io/token/0x2a98b46fe31ba8be05ef1ce3d36e1f80db04190d?a=0xf5B0Ae14b62454782F79559aD28394213401d59B#readProxyContract"><code>0x2a98b46fe31ba8be05ef1ce3d36e1f80db04190d</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)

### Get Testnet funds for your wallet.

Once you have your wallet connected to the ADI Network Testnet environment, you can get testnet funds from [testnet faucet](http://faucet.ab.testnet.adifoundation.ai/).

#### Bridging testnet ADI and ETH

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

### 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-testnet-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.
