> For the complete documentation index, see [llms.txt](https://docs.memecore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.memecore.com/developer-guide/quickstart/receive-test-tokens-from-faucet.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.memecore.com/developer-guide/quickstart/receive-test-tokens-from-faucet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
