> For the complete documentation index, see [llms.txt](https://futaba.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://futaba.gitbook.io/docs/guide/futaba-testnet.md).

# Futaba Testnet

At ([https://testnet.futaba.dev](https://demo.futaba.dev/)), we will explain how to use Futaba Testnet.

Test out Futaba Testnet showcasing these usecases:

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-type="content-ref"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>BALANCE QUERY</strong></td><td>Aggregate / retrieving token balances of tokens from other chains</td><td></td><td><a href="/pages/cGIN35eR7WBlBnbfKbQc">/pages/cGIN35eR7WBlBnbfKbQc</a></td><td></td><td><a href="/pages/cGIN35eR7WBlBnbfKbQc">/pages/cGIN35eR7WBlBnbfKbQc</a></td></tr><tr><td><strong>CUSTOM QUERY</strong></td><td>Retrieve arbitrary data</td><td></td><td></td><td></td><td><a href="/pages/VILjIGzCX5QcAteC223A">/pages/VILjIGzCX5QcAteC223A</a></td></tr><tr><td><strong>ACCESS CACHE</strong></td><td>Access previously queried data</td><td></td><td></td><td></td><td><a href="/pages/cwzbTsqfXL4zOObHVUOM">/pages/cwzbTsqfXL4zOObHVUOM</a></td></tr><tr><td><strong>CROSS-CHAIN VOTING</strong></td><td>Utilize assets from other chains as voting rights</td><td></td><td></td><td></td><td><a href="/pages/P3mk99FNy3J2n547U6t7">/pages/P3mk99FNy3J2n547U6t7</a></td></tr></tbody></table>

### GET STARTED : HOW TO USE FUTABA TESTNET

Video showing steps to use Futaba Testnet.

{% embed url="<https://youtu.be/JYeSJWXUyz0>" %}

### FAUCET

Get the tokens you need from [Faucet](https://demo.futaba.dev/faucet) to use in testnet.

You can get ERC721 for [Cross-chain voting](/docs/guide/futaba-testnet/cross-chain-voting.md) and ERC20 (Sepolia, Optimism Sepolia, Arbiturm Sepolia) for [Balance query](/docs/guide/futaba-testnet/balance-query.md).

After entering your wallet address, press "Send me tokens" to see the transaction hashes of the tokens you got from Faucet in "Your transactions".

<figure><img src="/files/0PKaHw6I2wl8mfuo46Lh" alt=""><figcaption></figcaption></figure>


---

# 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://futaba.gitbook.io/docs/guide/futaba-testnet.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.
