> For the complete documentation index, see [llms.txt](https://walletcloud.gitbook.io/walletcloud-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://walletcloud.gitbook.io/walletcloud-api/introduction/support-blockchain-and-networks.md).

# Supported Blockchain, Networks and Assets

WalletCloud currently supports the **Ethereum** Blockchain. Support for more networks will be launched and announced to the community via our [social media channels](https://twitter.com/walletcloud_) and newsletters.&#x20;

Our uniform set of API endpoints will make development seamless, and developers can easily integrate newly supported blockchains and networks into their codebases with minimal changes.

### Networks

WalletCloud provides support for the **Ethereum Mainnet** and **Rinkeby Testnet**. When sending a transaction, the blockchain and network of the transaction is determined from the `walletId` of the transaction request.&#x20;

The table below shows a list of blockchain and networks supported on WalletCloud

| Blockchain | Mainnet     | Testnet     |
| ---------- | ----------- | ----------- |
| Ethereum   | ✓           | ✓           |
| Binance    | ✓           | ✓           |
| TRON       | coming soon | coming soon |

### Assets

WalletCloud provides support for sending and receiving the assets listed in the table below on the Ethereum Mainnet and Testnet. Support for more assets will be added subsequently.

The table below shows a list of assets currently supported on WalletCloud

<table data-header-hidden><thead><tr><th width="228">Asset</th><th>Mainnet</th><th>Testnet</th><th>Blockchain</th><th>Type</th></tr></thead><tbody><tr><td>Asset</td><td>Mainnet</td><td>Testnet</td><td>Blockchain</td><td>Type</td></tr><tr><td>ETH (Ether)</td><td>✓</td><td>✓</td><td>Ethereum</td><td>ETH</td></tr><tr><td>BNB (Binance Coin)</td><td>✓</td><td>✓</td><td>Binance</td><td>BNB</td></tr><tr><td>USDT (Tether)</td><td>✓</td><td>✓</td><td>Ethereum | Binance</td><td>ERC20 | BEP20</td></tr><tr><td>USDC (USD coin)</td><td>✓</td><td>✓</td><td>Ethereum | Binance</td><td>ERC20 | BEP20</td></tr><tr><td>NGNT (Naira Token)</td><td>✓</td><td>✓</td><td>Ethereum | Binance</td><td>ERC20 | BEP20</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://walletcloud.gitbook.io/walletcloud-api/introduction/support-blockchain-and-networks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
