> For the complete documentation index, see [llms.txt](https://anthill-dao.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://anthill-dao.gitbook.io/docs/how-to/getting-bnb-on-binance-smart-chain-bsc-testnet.md).

# Getting ETH on Arbitrum Testnet

To confirm any transaction on Arbitrum Testnet you need to own ETH tokens. ETH is the native coin for the Ethereum ecosystem. To get some test tokens for the Arbitrum Testnet, you first need to get tokens for the Ethereum Rinkeby testnet. Then you can migrate those tokens to the Arbitrum Testnet through a bridge.

To get Ethereum Rinkeby ETH tokens you can use the authenticated faucet at <https://faucet.rinkeby.io/>. This faucet requires you to write a public post on a social network profile you own. The content of the post must be the Wallet address you created in the [How to install Metamask section](/docs/how-to/how-to-install-metamask.md). Just click on the account name and it will copy the address for you:

![Click on the account name to copy the address](/files/9xJpY1A6sUdl2dwwvWEE)

Then post this address in a social network. For example you can use Twitter for this. Then copy the public URL of the post and paste it in the faucet input box:

![](/files/POgMqaUK5ard0rtr0en4)

Then click on the dropdown menu that says **Give me Ether** and select the amount you want (the more you request the more time you have to wait until you can request again):

![](/files/cdZjVVuiPdzy280d22vC)

After a bit you should see confirmation that the ETH tokens have arrived and you should see them in your wallet:

![](/files/TMCpwBRkWyWcjPkltaUc)

To see the tokens you will have to change your MetaMask network to **Rinkeby Test Network:**

![](/files/0yfkFTLMY3csQ1x6hcPX)

This is one of Ethereum's Testnet. There you should see that you have some ETH tokens now:

![](/files/GiJPKzv73EfL6Z229OsX)

Once you have the ETH tokens you can go to the **Arbitrum Testnet** bridge to transfer them to Arbitrum. Go to <https://bridge.arbitrum.io/> and you should see a screen like this:

![](/files/9lrlbA08IXKBy5tchTWL)

Make sure that the left column where says **ETH on L1** is enabled. There you can input how many ETH tokens you want to transfer to **Arbitrum:**

![](/files/Qx0vtIahpgzwJ2RE4WS7)

Click **Deposit** and a disclaimer will show:

![](/files/d1frBAUBk3YR7mRbHcAW)

Click **Proceed** and Metamask will ask you to confirm the transaction:

![](/files/j5smUYiLEGmi8n4XQQrn)

Click **Confirm** and wait until the transaction is confirmed. Then you can switch to the **Arbitrum Rinkeby** again in Metamask:

![](/files/tjaDzQOe5B6I8IqnJzVH)

And wait until you see your ETH tokens have arrived:

![](/files/EnJzzJYFDCrbmnOiiE3h)

Now you can start using The Anthill test website!


---

# 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://anthill-dao.gitbook.io/docs/how-to/getting-bnb-on-binance-smart-chain-bsc-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.
