# Get TICS tokens

Qubetics faucet is a helpful tool where Qubetics users and developers can get free test TICS tokens to deploy and interact with their smart contract or application on Qubetics' testnet networks. There is no faucet for Qubetics Mainnet.

### Prerequisites[​](https://docs.sui.io/guides/developer/getting-started/get-coins#prerequisites) <a href="#prerequisites" id="prerequisites"></a>

To request tokens from the faucet, you must own a wallet address that can receive the TICS tokens.&#x20;

### Request test tokens through the Faucet <a href="#request-test-tokens-through-wallet" id="request-test-tokens-through-wallet"></a>

You can access the test TICS token from the testnet faucet [here](https://testnet.qubetics.work/faucet).

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

{% hint style="info" %}
Each address is eligible to receive 20 TICS Coins per day.
{% endhint %}

<br>


---

# 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://qubetics.gitbook.io/qubetics-docs/getting-started/publish-your-docs-3.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.
