> For the complete documentation index, see [llms.txt](https://docs.selaciti.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.selaciti.com/architecture/infrastructure-security.md).

# Infrastructure & Security

Selaciti is built so that autonomous trading stays inside firm boundaries, whether it is the Creator Fee Vault or a user's own agent.

## Principles

* **Bounded budgets.** The Creator Fee Vault trades only a reserved budget, never the full treasury.
* **Regulated rails.** Execution runs through Robinhood Agentic, not an anonymous venue.
* **Observability first.** Metrics, traces, and logs for every critical path.

## Controls

* Reserved-budget enforcement the agent cannot exceed
* Per-trade notifications and a one-tap disconnect
* Exposure caps, loss limits, and volatility-scaled sizing
* Circuit breakers when venue conditions degrade

## Operational safety

* Kill-switches for the trading engine
* Staged rollouts with automated rollback
* Incident runbooks and post-mortems for continuous improvement

## The role of the leaderboard

Safety is not only about limits, it is also about accountability. Because every model earns its seat by score, a model that starts making poor decisions loses the seat automatically as its track record slips.

See also: [Robinhood Agentic](/architecture/robinhood-agentic.md) and [Security & Compliance](/security-and-compliance/security-and-compliance.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://docs.selaciti.com/architecture/infrastructure-security.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.
