> ## Documentation Index
> Fetch the complete documentation index at: https://docs.incentiv.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Configuration

The Incentiv Mainnet is the live production environment of the Incentiv blockchain, where real economic activity takes place. It’s built for users, developers, and businesses to run Account Abstraction (AA) wallets, deploy and interact with dApps, and manage digital assets with full reliability and security.

### **What you can do on Mainnet**

* Create and use **AA smart wallets** for secure and simplified on-chain operations.
* **Send, receive, and swap tokens** across supported assets.
* **Interact with dApps** and services powered by the Incentiv ecosystem.
* Track transactions, wallets, and network metrics through **AllBlocks**, the official block explorer.

### **Key Highlights**

* **Real assets:** Transactions on mainnet are final and reflect real economic value.
* **Flexible gas payments:** Thanks to Incentiv’s **Unified Token System**, gas fees can be paid in **CENT** or any other **approved token** with sufficient balance.
* **Network stability:** The mainnet provides high performance, security, and uptime for production-grade applications.

export const AddNetworkButton = () => {
  useEffect(() => {
    const ethereum = window.ethereum;
    if (!ethereum) return;
  }, []);
  return <button onClick={() => addIncentivNetwork()} style={{
    border: "none",
    background: "none",
    cursor: "pointer"
  }}>
        <img src="../images/AddNetwork.png" alt="Add Incentiv Network" noZoom />
    </button>;
};

## Mainnet Network Configuration

Click the button below to add the network to your MetaMask

<AddNetworkButton />

### Mainnet Connection Parameters

To add the network manually, please enter the following details into your preffered wallet:

| **Key**                | **Value**                                                                 |
| ---------------------- | ------------------------------------------------------------------------- |
| **Network Name**       | Incentiv Mainnet                                                          |
| ***Description***      | The public mainnet of Incentiv                                            |
| **Chain ID**           | 24101                                                                     |
| **Currency Symbol**    | CENT                                                                      |
| **RPC URL**            | [<u>https://rpc.incentiv.io</u>](https://rpc.incentiv.io)                 |
| **Historical RPC URL** | [<u>https://rpc-archive.incentiv.io</u>](https://rpc-archive.incentiv.io) |
| ***Bundler Endpoint*** | [https://bundler.incentiv.io](https://bundler.incentiv.io)                |
| **Block Explorer URL** | [<u>https://explorer.incentiv.io</u>](https://explorer.incentiv.io)       |

***

### Testnet V2 is currently offline

## Network Settings - Testnet v2

To connect to the Incentiv Testnet v2, use the following configuration:

| **Name**               | **Incentiv Testnet v2**                                                              |
| :--------------------- | :----------------------------------------------------------------------------------- |
| ***Network Name***     | Incentiv Testnet                                                                     |
| ***Description***      | The public testnet of Incentiv                                                       |
| ***Chain ID***         | 28802                                                                                |
| ***Currency Symbol***  | TCENT                                                                                |
| ***RPC Endpoint***     | [https://rpc.testnet.incentiv.io/](https://rpc1.testnet.incentiv.io/)                |
| ***Bundler Endpoint*** | [https://bundler.rpc.testnet.incentiv.io/](https://bundler.rpc.testnet.incentiv.io/) |

This configuration enables seamless interaction with the Incentiv Testnet, providing a stable environment for developers and validators to test functionalities before deployment on the

## Open to Everyone

No matter your experience level, the Incentiv Testnet is designed to support your work. You can launch and test smart contracts, simulate real user activity, benchmark how your validator or bundler performs, or integrate advanced features like Paymasters and smart wallets.

From solo developers and students to full teams preparing production-grade tools, the testnet provides the same protocol-level logic you'll find on mainnet. It's a reliable place to experiment, fail fast, and iterate.

## Get Help & Resources

If you need support or want to dig deeper into the technical side of the protocol, help is available.

Visit the [Incentiv Docs](https://docs.incentiv.io) to find configuration guides, deployed contract addresses, and reference material. You can also join the [Incentiv Portal](https://testnet.incentiv.io) to access tools, validator setup guides, bundler resources, and community support.

**Start building confidently with the Incentiv Testnet, where innovation meets real-world readiness.**

<Tip>
  Check out our [Incentiv SDK](/tools/dapps/sdk)
</Tip>
