# How to Get Test Tokens

## Claiming Test Tokens

The Gravity Faucet provides test tokens for both Testnet (L2) and Testnet (L1).

### Request Limits

* 1 G token per address every 24 hours
* Separate limits for Testnet (L2) and Testnet (L1)

### Testnet (L2) vs Testnet (L1)

| Environment      | Layer   | Purpose              | ChainID |
| ---------------- | ------- | -------------------- | ------- |
| **Testnet (L2)** | Layer 2 | Testing applications | 13505   |
| **Testnet (L1)** | Layer 1 | Development          | 7771625 |

### How to Claim

1. Visit <https://faucet.gravity.xyz/>
2. Connect your wallet
3. Select network (Testnet (L2) or Testnet (L1))
4. Request tokens


---

# 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.gravity.xyz/tokens-on-gravity/how-to-get-test-tokens.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.
