> For the complete documentation index, see [llms.txt](https://docs.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ternoa.network/learn/caps-token/bridge/alphanet-network.md).

# Alphanet network

### **How to bridge test CAPS on Ternoa & Ethereum**

Before using the [**Token Bridge**](https://alphanet.bridge.ternoa.network/) on Alphanet, you will need to first get your Ternoa account imported in Polkadot{.js}. Once it's added to the Polkadot extension, you can claim Ternoa test CAPS and ETH test tokens.

#### Get your Ternoa account on Polkadot{.js}

To interact with your Ternoa Wallet from your browser to any dApp, you need to get your Ternoa account imported into the Polkadot{.js} [**browser extension.**](https://polkadot.js.org/extension/)

Download the [Polkadot{.js} extension](< https://polkadot.js.org/extension/>).

{% hint style="info" %}
The Polkadot{.js} extension is not compatible with mobile browsers. To connect your wallet to the extension, you will need to use a desktop browser.
{% endhint %}

Once installed, you can either import an account from pre-existing seed from your Ternoa Wallet or connect your Substrate address from a hardware wallet.

If you have a Ternoa Wallet account, you can import your wallet directly on the extension. **It will be necessary to have your wallet connected to validate transactions.**

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

***

### Claim ETH test tokens & Ternoa test CAPS

To claim ETH test tokens, you will need to go to the [**Sepolia Faucet**.](https://sepoliafaucet.com/) Sepolia is an Ethereum test network that allows for blockchain development testing before deployment on Mainnet. We use Sepolia to drive our tests for the Ethereum network.

### Secure ETH test tokens on Sepolia:

1. Go to the Sepolia **Faucet:** [**Sepolia Faucet**](https://sepoliafaucet.com/)
2. Create a free Alchemy account and select **'Signup for free'**
3. Click **'Get started for free'**
4. Enter your first name, last name, email and password
5. Sign in to your email to verify your account. You will be directed to select an ecosystem
6. Click **'Ethereum'** to get started
7. Enter a team name and app name, choose the Sepolia network in the dropdown
8. Choose **'Free forever'** plan
9. You can **'Skip for now'** the payment info and referral
10. Continue past scaling policy and you will be directed to the Sepolia **Faucet** homepage
11. Enter your wallet address, and hit **'Send Me ETH'**
12. Check your wallet, you should have an additional 0.25 ETH

**To claim Ternoa test CAPS on the Alphanet Faucet, follow these steps** [**here**](https://www.ternoa.network/alphanet)**.**

### Bridge your tokens:

{% hint style="info" %}
You can follow the same steps as the [mainnet guide](/learn/caps-token/bridge/mainnet-network/native-caps.md) to bridge your tokens on the [alphanet bridge.](https://alphanet.bridge.ternoa.network/)
{% endhint %}


---

# 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://docs.ternoa.network/learn/caps-token/bridge/alphanet-network.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.
