# Receive Test Tokens from Faucet

After adding our network to your wallet, it’s time to receive test tokens for sending tokens and [deploying smart contracts](/developer-guide/deploying-smart-contracts.md).

First, visit the [Memecore testnet(Insectarium) faucet](https://faucet.memecore.com/insectarium).

Enter your EOA address (your personal wallet address) in the input field and complete the reCAPTCHA.

Click the “Receive Insectarium $M” button to receive 450M tokens.

<figure><img src="/files/DU4uAAsdWSFnrGh52CUT" alt=""><figcaption></figcaption></figure>

If the token transfer is successful, the explorer transaction details URL generated from the corresponding tx hash will be displayed.

Clicking this link will take you to the transaction details page.

<figure><img src="/files/UhekywP6h4aUltQewNBt" alt=""><figcaption></figcaption></figure>

Now you can view the tokens received in your wallet, send them to others, and check your token transfer history by searching your wallet address on the [Insectarium Explorer](https://insectarium.blockscout.memecore.com/).

<div><figure><img src="/files/YXt0YgYs6ytHFmLCNQRR" alt="" width="311"><figcaption></figcaption></figure> <figure><img src="/files/WH2gCeeR7DLn8QoC4C8s" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.memecore.com/developer-guide/quickstart/receive-test-tokens-from-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.
