> For the complete documentation index, see [llms.txt](https://ais-organization-2.gitbook.io/ai-trader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ais-organization-2.gitbook.io/ai-trader/how-it-works.md).

# How It Works？

### You can run node to verify&#x20;

[To run a node please click here to enter ](/ai-trader/docs/run-an-node.md)

[To run a public node, please click here to enter](/ai-trader/docs/public-fullnode.md)

Certain [API](/ai-trader/docs/access-api.md) calls, such as those in a personal namespace (opens new window), are meaningless in a shared environment. Please follow the instructions.

AI Trader can be found in a wide range of fields, including market analysis, investment management, community engagement and automated trading.&#x20;

Compared with using tools by humans, it is faster and more accurate to make judgments. For example, when AI Trader operates 10 computers at the same time, it takes 10 minutes to think and make decisions, while the intelligent trading system can make optimal decisions in 1 millisecond.

The following outlines the steps required to bring this to fruition:

**AI Model Development:** The first step is to develop AI models that can be utilized for smart contracts, applications, and the marketplace. This may include models for decision-making, predictive analysis, natural language processing, and image recognition, among others.

**Community Involvement:** The community must be involved in the development and testing of these AI models. This will help ensure that the models are aligned with the community's needs and preferences, and that they perform optimally.

**Integrate AI models into smart contracts:** The next step is to integrate advanced AI models into smart contracts. This will allow for the automation of AI-driven tasks and decisions in smart contracts, with more than one million algorithms to perform efficient and transparent operations, and the algorithms are constantly being optimized.

**Testing and Improvement:** To ensure the performance and accuracy of an AI model, it must be thoroughly tested and improved. AI Trader has its own bug bounty program, with a reward amount of up to 100 million US dollars.

For more details, please check the [AI Trader mechanism](/ai-trader/mechanism.md)


---

# 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://ais-organization-2.gitbook.io/ai-trader/how-it-works.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.
