> For the complete documentation index, see [llms.txt](https://tokenlon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokenlon.gitbook.io/docs/docs.en/intro/lon-economic-mechanisms/trade-mining.md).

# Trade Mining

#### **How to make trades on Tokenlon**

You can use Tokenlon to make a trade via [Tokenlon web](https://tokenlon.im/) or [imToken App](https://token.im/download?locale=en-us)

#### **Where can I see my invitation code and how to share it**

1. Open imToken App, go to the ‘Browser’ page and search for ‘LON’ DApp
2. Open「LON」DApp and you will see the ‘Trade Mining’
3. You will see your invitation code and you can share it to your friends by clicking the button on the bottom right corner

#### &#x20;**How to bind the invitation code**

1. Go the「LON」DApp and open the「Trade Mining」page
2. You can bind others' invitation code by clicking the button on the bottom left corner.

#### **How to check my mining rewards**

You can find all your mining information via LON trade mining dashboard.

#### **Where can I see the details of power each trade generated**

1. Open imToken App, go to the「Market」page
2. Find the「...」button on the top right and click it
3. Open the「Transaction Records」and choose the trade you want to see
4. Click it and your will find the「Power」in the transaction details

More questions about LON trade mining you could see [here](https://support.tokenlon.im/hc/en-us/articles/360059287451).

<br>


---

# 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://tokenlon.gitbook.io/docs/docs.en/intro/lon-economic-mechanisms/trade-mining.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.
