> ## Documentation Index
> Fetch the complete documentation index at: https://docs.teqoin.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Testnet ETH

> Request free testnet ETH from the official TeQoin faucet for wallet setup, testing, and development

Get free testnet ETH so you can test transactions, contracts, and dApps on TeQoin L2.

<Note>
  **What you'll get:** Free TeQoin testnet ETH\
  **Primary faucet URL:** `https://teqoin.io/faucet`\
  **Explorer:** `https://testnet-blockscan.teqoin.io/`
</Note>

## Method 1: Web Faucet

Use the official TeQoin faucet in your browser.

<Steps>
  <Step title="Open the Faucet">
    Visit the official faucet:

    <Card title="TeQoin Faucet" icon="faucet" href="https://teqoin.io/faucet">
      Request testnet ETH from the official faucet
    </Card>
  </Step>

  <Step title="Paste Your Wallet Address">
    Copy your TeQoin wallet address and paste it into the faucet form.

    <Tip>
      Make sure you are using the wallet address you plan to use on TeQoin L2.
    </Tip>
  </Step>

  <Step title="Submit the Request">
    Complete any required verification step and submit the faucet request.
  </Step>

  <Step title="Confirm Receipt">
    Wait for the transfer, then verify the transaction in your wallet or on `https://testnet-blockscan.teqoin.io/`.
  </Step>
</Steps>

## Method 2: Telegram Wallet Faucet

If you use the TeQoin Telegram wallet, you may also be able to request funds from inside the wallet flow.

<Steps>
  <Step title="Open the Wallet Bot">
    Open **@TeQoin\_Wallet\_Bot** in Telegram.
  </Step>

  <Step title="Look for the Faucet Option">
    Use the in-wallet faucet or testnet funding option if it is available in the current bot release.
  </Step>

  <Step title="Check Your Balance">
    Confirm the deposit in the wallet interface, then verify the transaction on `https://testnet-blockscan.teqoin.io/`.
  </Step>
</Steps>

## Verify Your Balance

<Tabs>
  <Tab title="MetaMask">
    1. Open MetaMask
    2. Switch to **TeQoin L2**
    3. Check your balance
    4. If needed, search your address on `https://testnet-blockscan.teqoin.io/`
  </Tab>

  <Tab title="Telegram Wallet">
    1. Open **@TeQoin\_Wallet\_Bot**
    2. Check the wallet balance screen
    3. Open the transaction details if available
    4. Verify the same address on `https://testnet-blockscan.teqoin.io/`
  </Tab>
</Tabs>

## Important Notes

<Warning>
  TeQoin testnet ETH is for development and testing only. It does not have real monetary value.
</Warning>

<Note>
  TeQoin Discord support is **not live yet**. A future TeQoin Discord/community engineering rollout may introduce Discord-based support later, but it should not be treated as an active support or faucet channel today.
</Note>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The faucet says I am rate limited">
    Wait for the faucet cooldown period to reset, then try again using the official faucet at `https://teqoin.io/faucet`.
  </Accordion>

  <Accordion title="I do not see ETH in my wallet yet">
    Re-check that your wallet is connected to TeQoin L2, then search your address on `https://testnet-blockscan.teqoin.io/` to confirm whether the faucet transaction was mined.
  </Accordion>

  <Accordion title="The faucet is temporarily unavailable">
    Retry later using the same official faucet URL. If the outage persists, check the support guidance in [/resources/support](/resources/support).
  </Accordion>

  <Accordion title="I need more testnet ETH for development">
    Use the official faucet first, then contact TeQoin support through the channels documented in [/resources/support](/resources/support) if you need additional help for a legitimate development workflow.
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Add Network" icon="wallet" href="/quickstart/add-network">
    Configure your wallet for TeQoin L2
  </Card>

  <Card title="First Transaction" icon="paper-plane" href="/quickstart/first-transaction">
    Send your first transaction on TeQoin
  </Card>

  <Card title="Deploy Contract" icon="code" href="/developers/deploy-contract">
    Start building on TeQoin
  </Card>

  <Card title="Support" icon="life-ring" href="/resources/support">
    View current support guidance
  </Card>
</CardGroup>
