> For the complete documentation index, see [llms.txt](https://docs.uxlink.io/layer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uxlink.io/layer/troubleshooting/faq.md).

# FAQ

## Were UXUY tokens initially minted?

No, UXUY tokens were not initially minted. UXUY tokens are generated through the fair Proof of Link (POL) mechanism, and users can only obtain them by inviting friends and building social relationships.

## Will UXUY tokens be infinitely minted?

No, UXUY tokens will not be infinitely minted. The speed of UXUY token generation will decrease exponentially as the number of people in the UXLINK network increases over time. When the number of people in the UXLINK network reaches 30 million (the number of Bitcoin holding addresses), token generation will stop completely. The data model estimates that there will be a total of about 4 billion UXUY tokens. Additionally, UXUY tokens have a burning mechanism, so UXLINK will enter a deflationary state in the future.

## Why are UXUY tokens valuable?

UXUY tokens are a reward for monetizing social relationships. The number of UXUY tokens obtained by inviting friends to join the network reflects the social value of the user. Additionally, UXUY tokens are the application tokens of the ecosystem and can be used to purchase services or used in ecosystem DAPPs.

## How can I earn more UXUY tokens?

There are two ways to earn UXUY tokens: 1. Invite more friends to join your social network and earn token rewards for free; 2. Purchase UXUY tokens in a DEX or CEX.

## What can I do in the UXLINK ecosystem?

You can invite your friends to join the UXUY network and earn UXUY tokens for free. You can also purchase UXUY tokens in a DEX or exchange them for other tokens you like. Additionally, if you are a developer, you can join Builder and become a member of the UXLINK team.


---

# 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.uxlink.io/layer/troubleshooting/faq.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.
