> For the complete documentation index, see [llms.txt](https://treasurenft.gitbook.io/how-to-use/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://treasurenft.gitbook.io/how-to-use/how-to-sign-up.md).

# How to sign up

1. <https://www.treasurenft.xyz/#/login> （Open via browser）
2. &#x20;Click “sign up”

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

3\. After completing the relevant information, enter the verification code and click the last "sign up", red stars\* are all necessary items.（Registration requires an invitation code, if there is no invitation code, please consult the official customer service）

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

Or use wallet registration.Note that after logging in with your wallet, you can bind your original account so that your wallet address can be used with your registered account.

<figure><img src="/files/8lpuXd5pm9v9bhZirp5n" alt=""><figcaption></figcaption></figure>

4\. Log in, enter your account and password.

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

{% content-ref url="/pages/KbNSJltCLqt0R8KJTRz9" %}
[How to trade](/how-to-use/earn/how-to-trade.md)
{% endcontent-ref %}

{% content-ref url="/pages/cfoF2ngpL5CJu5uWXNPK" %}
[How to deposit](/how-to-use/account/how-to-deposit.md)
{% endcontent-ref %}


---

# 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://treasurenft.gitbook.io/how-to-use/how-to-sign-up.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.
