# Bridge to Creator

{% hint style="info" %}
There are two methods to obtain Sepolia ETH on the Creator  Testnet:

1. Bridge Sepolia ETH from the Ethereum Sepolia Testnet to Creator's Testnet.

Use a  Sepolia ETH faucets like :&#x20;

<mark style="color:orange;">Superchain Faucet</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**-**</mark> [<mark style="color:orange;">**link**</mark>](https://app.optimism.io/faucet)

<mark style="color:orange;">Alchemy Faucet</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**-**</mark> [<mark style="color:orange;">**link**</mark>](https://sepoliafaucet.com/)

<mark style="color:orange;">QuickNode Faucet</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**-**</mark> [<mark style="color:orange;">**link**</mark>](https://faucet.quicknode.com/ethereum/sepolia)

2\. Or claim Creator ETH in Thirdweb Faucet : <https://thirdweb.com/creator>
{% endhint %}

## Depositing Sepolia ETH

To instantly deposit Testnet ETH, follow these steps:

1. Go to the[ **Creator Testnet Bridge**.](https://bridge.creatorchain.io/)
2. **Connect your MetaMask wallet** to the Creator Bridge.
3. Click the **network dropdown** at the top of MetaMask and select **Sepolia Testnet**.
4. **Transfer Sepolia Testnet ETH** to Creator Testnet using the Creator Bridge.
5. Switch the network in MetaMask to **Cretor Testnet** to view the ETH in your Creator account.

<figure><img src="/files/FBp9rVjV5iOFbWnOPK1v" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If you want to test the chain, you can also transfer **USDC**, **USDT**, **DAI**, and **WBTC**. You can claim these tokens on Creator ETH here: [link](https://faucet.deficonnectcredit.xyz/)
{% endhint %}


---

# 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.creatorchain.io/general-info/bridge.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.
