# Recent Updates

Recent updates to the Atract platform.

## Recent Changes

**WebData2 Real-Time Monitoring:**

* WebSocket subscriptions for vault balance updates (50-100ms latency)
* 5-minute polling fallback for stale subscriptions
* Sub-second breach detection for drawdown limits

**Backend Risk Enforcement:**

* RiskMonitorService processes real-time balance events
* Auto-pause within 1 second when limits breached
* Hybrid monitoring (WebSocket primary + polling fallback)

**AWS KMS Integration:**

* Agent wallet signing via AWS KMS
* Vault wallet management via AWS KMS
* No private keys in application code

**Vault Architecture:**

* EOA wallets with backend risk enforcement
* No smart contracts required
* Automated settlement via SettlementService

## Platform Features

* Hyperliquid integration for perpetual futures trading
* Automated risk management (max drawdown, daily drawdown, deal deadlines)
* Proposal system for investor-trader matching
* Real-time WebSocket balance monitoring
* Analytics dashboard
* Audit logging for all vault trades


---

# 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://docs.atract.app/changelog/changelog.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.
