# Get test coins

A faucet provides test tokens for Swisstronik accounts, ensuring your wallet has sufficient tokens for deployment and transaction gas fees.

### Steps to acquire tokens using the faucet:

1. Visit the [SWTR Faucet ](https://faucet.testnet.swisstronik.com/)
2. Paste your EVM or Swisstronik wallet address

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

3. Click the button Send me 1 SWTR

<figure><img src="/files/3JXREQKaUL164rQdFqWi" alt=""><figcaption></figcaption></figure>

4. 🎉 Done! You are all set to start building on Swisstronik! 🚀

<figure><img src="/files/2yhn7XLkXir1atYADRy8" alt=""><figcaption></figcaption></figure>


---

# 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.swisstronik.com/swisstronik-docs/development/get-test-coins.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.
