> For the complete documentation index, see [llms.txt](https://trade-auto-lab.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trade-auto-lab.gitbook.io/doc/how-it-works/how-does-our-project-work.md).

# How does our project work?

### What determines the token rate?

For example, the initial rate of one token is about 0.1 USD. For example, our company has $ 100 of initial capital for algorithmic trading. Suppose our algorithms make +10% of the deposit. Then market participants and our trading algorithm buy TAL tokens and raise the rate to 0.11 USD, which is equal to +10% to the token rate. Thus, you are the complete owner of our trading algorithms and have the same profit or loss as our company has.

### What algorithms does the token price depend on?

Our bots work in the programming language Python and Golang. We develop bots in Python for projects that do not require speed and that are more calculated on calculations in a long time. Such robots have generally shown stable growth over the past three years. Robots in the Golang programming language are designed to work in a short time, such robots are riskier, but at the same time, they are more profitable. Our TAL token will combine several types of robots, namely:&#x20;

* Risky bots: 5%
* Medium-risk bots: 25%
* Low-risk bots: 70%

Thus, 70% of the course of the token price will somehow depend on the course of the leading coins such as BTC, ETH

### Why is the price of a token so dependent on the price of bitcoin?

The token price is formed from the balance of our trading robots. Thus, 70% of our assets are somehow dependent on bitcoin, as low-risk trading robots are designed for long and usually long positions on bitcoin.

### Potential risks of losing some of the money in the short term

Although our trading algorithms show a good plus in the long run, bots also make unpleasant losses in time, associated with algorithmic trading and the BTC rate. We try our best to predict and reduce losses, but they sometimes happen. The administration and the project are not responsible for the token rate and are not liable for all your losses. Buying tokens and investing in them is done at your own risk. The administration and the developers try to prevent losses and fulfil all their obligations with high quality and honesty. Still, they do not guarantee the token price, as well as 100% linking of the token to the balance of our trading robots, since the price formation largely falls on the users of the service.


---

# 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:

```
GET https://trade-auto-lab.gitbook.io/doc/how-it-works/how-does-our-project-work.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.
