# Important Links

## exSat Mainnet

The exSat mainnet successfully launched on October 23, 2024, and the Bridge is now live. You can [bridge BTC to exSat](https://docs.exsat.network/user-guides/bridge-your-assets) to [stake and earn XSAT rewards](https://docs.exsat.network/user-guides/earn-rewards-via-btc-staking) or [develop DApps](https://docs.exsat.network/developer-guides) to expand the Bitcoin ecosystem on exSat. Below is a summary of key information you may find useful when using exSat:

exSat is composed of a native layer and an EVM layer. Click [here ](https://docs.exsat.network/developer-guides/quick-start)to learn more.

### EVM Layer of exSat Mainnet

* **UTXO Verse**: [https://utxoverse.xyz/](https://utxoverse.xyz/dashboard)
* **Consensus Portal** : <https://portal.exsat.network/>
* **Bridge** : <https://exsat.network/app/bridge>
* **ChainID:** 7200
* **Symbol**: BTC
* **Http RPC Endpoint:**  <https://evm.exsat.network/>
* **Web Socket Endpoint:** <wss://evm.exsat.network/>
* **Block Explorer:** <https://scan.exsat.network/>
* **Wallet Support**:  Any EVM Wallet like Metamask, OKX Wallet, etc.  \
  It's easy to [add exSat network to Metamask](https://docs.exsat.network/user-guides/wallet-setup).
* **XBTC Token Contract address:** 0x4aa4365da82ACD46e378A6f3c92a863f3e763d34
* **XSAT Token Contract address**:  0x8266f2fbc720012e5Ac038aD3dbb29d2d613c459
* **Addresses of widely-used token contracts**: [click here](https://docs.exsat.network/popular-token-contract-addresses).

### Native Layer of exSat Mainnet

**URL**: <https://exsat.network/app/>

The core services of exSat are built on the native layer, offering support for writting smart contract in C++, database-style data access, instant finality, and far more. It delivers enhanced performance and seamless integration with Bitcoin data.

**Http RPC Endpoint** : <https://rpc-us.exsat.network>\
&#x20;                                      <https://rpc-sg.exsat.network>

## Testnet

**Testnet** serves as exSat's primary testing ground for exploring cutting-edge technologies and fundamental applications. Here, exSat's core participants rigorously test and validate new functionalities, often involving the development and refinement of underlying features. While Testnet integrates the latest advancements, it may not always be stable for application-level use as it serves as a proving ground for emerging technologies.

### App Layer of Testnet (EVM Compatible)

* **UTXO Verse**: [https://test.utxoverse.xyz](https://utxoverse.xyz/dashboard)
* **Consensus Portal** : [https://tportal.exsat.network/](https://portal.exsat.network/)
* **Bridge** : <https://test.exsat.network/app/bridge>
* **ChainID:** 840000
* **Symbol**: BTC
* **Http RPC Endpoint:**  <https://evm2.exactsat.io/>
* **Web Socket Endpoint:** wss[://evm2.exactsat.io](https://evm.exactsat.io/)
* **Block Explorer:** <https://scan2.exactsat.io/>
* **Gas Fee Faucet**:  <https://faucet.exsat.network/>
* **Wallet Support**:  Any EVM Wallet like Metamask, OKX Wallet.
* **XBTC Token Contract address:**&#x30;xADeb1300E4860089d93233ddED31B33206ba8432
* **XSAT Token Contract address**: 0x8266f2fbc720012e5Ac038aD3dbb29d2d613c459
* **Addresses of widely-used token contracts**: [click here](https://docs.exsat.network/popular-token-contract-addresses#popular-token-contract-addresses-on-testnet).

### Native Layer of Testnet

**Http RPC Endpoint** : <https://chain2.exactsat.io>


---

# 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.exsat.network/important-links.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.
