> For the complete documentation index, see [llms.txt](https://docs.frequencychain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frequencychain.org/4.-wallet-and-network-access/4.4-acquiring-frecx-tokens.md).

# 4.4 Acquiring FreCx Tokens

To perform transactions on the network, the wallet must hold FreCx tokens, which are used to pay for transaction fees and interact with smart contracts.

On the testnet, tokens can be obtained through designated distribution mechanisms (such as faucets or project-provided access). On the mainnet, tokens can be acquired through supported platforms such as FPay, decentralized exchanges, or bridging mechanisms.

Faucet for Testnet: [<sup>https://faucet.frecxscan.com/</sup>](https://faucet.frecxscan.com/)

Once tokens are received, they will appear in the wallet balance, enabling the user to begin interacting with the network.

<p align="center">Enter your Account address to receive the token and complete the captcha</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2F0uJlfBzjDBPIOmVmM9lu%2Fsec4.1.png?alt=media&amp;token=6914e2f0-5926-4e27-a938-e449bfd2f770" alt=""><figcaption></figcaption></figure>

<p align="center">Acknowledgement of transfer of 100 FreCx tokens</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FKhWBJuNW9hHQdmvx5db1%2Fsec4.4.png?alt=media&amp;token=ca20d5b8-f132-449b-914e-fe62f6ca2411" alt=""><figcaption></figcaption></figure>

<p align="center">                       Wallet showing FreCx token balance</p>

<figure><img src="https://1067227230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLwgYv3BMBEDsxgxyrgOJ%2Fuploads%2FVAXSgOR2FI5hrO9DJCIQ%2FWallet%20showing%20FreCx%20token%20balance-2.jpg?alt=media&amp;token=0169cf08-2395-4443-9c92-0b5b740024b8" alt=""><figcaption></figcaption></figure>


---

# 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.frequencychain.org/4.-wallet-and-network-access/4.4-acquiring-frecx-tokens.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.
