# Access

<figure><img src="/files/WQiJzFXyKDty4QDGrSCP" alt=""><figcaption></figcaption></figure>

### Accessing the Incentive Testnet

The Incentive Testnet is available on [**incentive.finance**](https://incentive.finance). This environment allows users to explore and test all platform functionalities without using real funds.

By using the Testnet, users can:

* Execute trades without risk.
* Test different strategies.
* Learn how the claim market operates.
* Engage with the ecosystem before transitioning to the Mainnet.

To get started, visit [**incentive.finance**](https://incentive.finance) and connect your wallet. When connecting, your wallet should automatically prompt you to add the **Arbitrum Sepolia** network.

***

### Adding Arbitrum Sepolia to MetaMask

***Other wallets automatically add the Arbitrum Sepolia Testnet by default.***

#### **Automatic Prompt (Recommended)**

When you connect your wallet to [**incentive.finance**](https://incentive.finance), MetaMask should automatically prompt you to add the **Arbitrum Sepolia** network. Simply approve the request, and you’ll be ready to use the Testnet.

#### **Alternative Methods**

If the automatic prompt does not appear, you can add the network manually:

**Method 1: Using Chainlist**

1. Go to [**chainlist.org**](https://chainlist.org)
2. Search for **Arbitrum Sepolia**.
3. Click **"Add to MetaMask"** and approve the request.

**Method 2: Manual Configuration**

1. Open MetaMask and click on your profile icon.
2. Go to **Settings > Networks > Add Network**.
3. Click **"Add a network manually"** and enter the following details:
   * **Network Name:** Arbitrum Sepolia
   * **RPC URL:** `https://sepolia-rollup.arbitrum.io/rpc`
   * **Chain ID:** `421614`
   * **Currency Symbol:** ETH
   * **Block Explorer URL:** `https://sepolia.arbiscan.io/`
4. Click **Save**, and your MetaMask wallet will now support the Arbitrum Sepolia Testnet.

***

Now, you’re ready to explore and test the Incentive platform on the Testnet! 🚀


---

# 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://incentive.gitbook.io/incentive/testnet/access.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.
