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

# What is TradeTide?

TradeTide is the world’s first full-cycle AI trading agent engineered to unify market analysis, strategy execution, and trader education within a single, seamless platform. It addresses the critical fragmentation problem faced by cryptocurrency traders—where separate tools are typically required for data analysis, trade automation, and learning. By integrating institutional-grade artificial intelligence with blockchain-native execution, TradeTide delivers a cohesive workflow that transforms raw market data into actionable insights and automated trades. Unlike conventional platforms limited to analytics or basic scripting, TradeTide supports the entire decision-making lifecycle, from predictive modeling to cross-chain order routing.

This platform is designed for traders at all experience levels. Beginners gain structured onboarding through NFT-credentialed learning paths, while professionals leverage AI-generated signals executed via secure MPC wallets. Developers extend functionality through open SDKs. At its core, TradeTide represents a paradigm shift: an AI copilot that doesn’t just inform but acts on your behalf.

\\


---

# 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://x-ais-organization.gitbook.io/tradetide-ai/what-is-tradetide.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.
