# TON Locator

<div><figure><img src="/files/LnKgb8LQgxONZtWEFY81" alt="" width="375"><figcaption><p>In the menu, select TON Locator</p></figcaption></figure> <figure><img src="/files/fiHq8cvsKknbxoqbMT3B" alt="" width="375"><figcaption><p>TON Locator integration service</p></figcaption></figure></div>

Open TON Locator: <https://t.me/multixcryptobot/app?startapp=o-open-api>

1. An API Key will be automatically generated for your account
2. Select the Multix project and click "Copy Integration Data"

The following data will be in the clipboard. Copy them, for example, into notes.

```
Multix
1. Start multifarm in Multix Bot
Quest link: https://t.me/multixcryptobot/app?startapp=...
API request: https://app.multixplatform.io/open-api/locator/multix/tg.bot/{telegramUserID}?authKey=...
2. Subscribe to Multix Telegram channel
Quest link: https://t.me/multixfi
API request: https://app.multixplatform.io/open-api/locator/multix/tg.general/{telegramUserID}?authKey=...
```

### Integration data structure

1. **Quest link** - link for user to complete task
2. **API request -** request to our API to check the task completion
   1. {telegramUserID} - replace with telegramId of the user in your application
   2. The request returns "true" / "false" - if the task conditions are met
3. Other parameters such as **startapp** and **authKey** - the platform will provide automatically when you click "Copy Integration Data".

### Integration with other projects

Tasks with completion checks from our partners will also appear here. You can use the TON Locator API to simplify task completion checks on our partners' side.

### Questions & Answers

1. **Why are tasks with completion verification necessary?**

   Since completing tasks leads to earning bonuses, users may simply mark tasks as completed without actually completing them. This is already happening in most applications. We believe that in the near future most applications will switch to tasks with completion verification.
2. **Are there any RPS limits?**
   1. Yes, by default one API key cannot process more than 100 requests per second.
   2. Also, by default, RPS for calling requests for third-party projects is limited to 10 requests per second - this is necessary to avoid creating a parasitic load on the servers of partners who are not ready for this.
   3. Upon request to our support service, we can increase the limits for accessing our TON Locator service.
3. **How do I add my project to the catalog?**

   Publish your project in our application. Implement the API to check the execution of tasks on the side of your application. Contact the support service to add you. Projects are moderated.


---

# 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://multix.gitbook.io/multix/ton-locator.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.
