# Coin Faucet

## Faucet

The Faucet feature allows you to request a small amount of MNEE tokens (sandbox) for testing and development purposes. This section provides a simple way to receive tokens using the [MNEE CLI](/dev-tools/mnee-cli.md).

### 1. Make sure you have created a Developer Account.

<a href="https://developer.mnee.net/" class="button primary" data-icon="code">Developer Portal</a>

### 2. Install the [MNEE CLI](/dev-tools/mnee-cli.md)

```bash
npm i -g @mnee/cli
```

### 3. Create a MNEE *<mark style="color:orange;">Sandbox</mark>* Wallet

```bash
mnee create
```

{% hint style="warning" %}
Be sure to select "Sandbox"
{% endhint %}

### 4. Connect to the Dev Portal

```bash
mnee login
```

### 4. Request tokens

```bash
mnee faucet
```

### 6. Check your balance

```bash
mnee balance
```

{% hint style="success" %}
At this point you should have tokens to work with in the Sandbox [CLI](/dev-tools/mnee-cli.md) and [SDK](/mnee-sdk/config.md) environments. Go forth and change the world!
{% endhint %}

### Usage Guidelines

* Rate Limiting: You can request tokens once every 24 hours based on the API key used.
* Amount: Each request will send 10 MNEE 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.mnee.io/dev-tools/coin-faucet.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.
