> For the complete documentation index, see [llms.txt](https://docs.sentraprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentraprotocol.com/key-features/ai-auto-trading.md).

# AI Auto-Trading

**From Signal to Execution — Automated by DeFAI**

Sentra’s **AI Auto-Trading** module closes the loop between intelligence and execution. It uses predictive models, real-time on-chain activity, and social sentiment to generate smart trade triggers — and will soon support automated execution directly from your dashboard or agent.

This isn’t just about buying green candles — it’s about pre-empting moves, filtering fake signals, and making emotionless decisions powered by data.

***

#### Core Capabilities

**Predictive Alpha Models**

* Trained on historical pump cycles, social velocity patterns, insider wallet movements, and narrative momentum
* Identifies potential breakout zones based on multi-factor convergence:
  * BSR shifts
  * KOL engagement
  * Whale accumulation
  * Sentiment + volume alignment

**Smart Entry & Exit Triggers**

Set intelligent trade conditions based on:

* Custom rules (e.g., “dev wallet buys + sentiment flip = entry”)
* Signal patterns
* Time-weighted moving BSR, token volatility, and liquidity health
* Narrative fatigue detection (exit when mentions drop + volume fades)

> Every trade trigger can be simulated or live-tested using backtesting tools and historical overlays.

***

#### Automated Trade Execution *(Coming Soon)*

Connect directly to supported wallets and DEXes to:

* Auto-execute entries and exits based on your logic
* Route orders across optimal liquidity pools
* Batch execute strategies from your custom agent or dApp profile
* Simulate trades for research and model testing

Execution features will support:

* **Limit orders** triggered by AI signals
* **Position-based alerts** (e.g., exit when ROI > X%)
* **Portfolio allocation logic** (auto-size based on conviction score)

***

#### Built with Guardrails

* On-chain logging of auto-trades for transparency
* Rate limits, cap settings, and dry-run testing options
* Manual override at all times

***

**AI Auto-Trading** will redefine how you move in markets.\
From reading the crowd to making the trade — Sentra does it all, intelligently.


---

# 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://docs.sentraprotocol.com/key-features/ai-auto-trading.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.
