Product 02
v0.1 · in buildAidos Agent
A banker that lives inside a cryptographic fortress. You deploy an AI agent into a Trusted Execution Environment (TEE) — a hardware-isolated enclave — where it reads your portfolio, runs your strategy, earns yield, exits losing positions, and rebalances around the clock.
The asymmetry of visibility
The crucial property is who can see what. The agent sees everything, because it must in order to act on your behalf. Yet Aidos sees nothing, the chain sees nothing, and your government sees nothing. The enclave is sealed — even the machine’s operator cannot peer inside it. And you are not asked to take this on faith: cryptographic remote attestation lets you verify that the agent running in the enclave is the exact code you deployed, unaltered, every time it acts.
Capabilities
- TEE-guarded execution — the agent runs in an Intel TDX enclave. Keys are generated and stored inside and never leave.
- Autonomous management — rebalance, compound yield, and exit losing positions, 24/7.
- Strategy library — 15+ pre-built strategies: DCA, grid, yield maximizer, risk parity, momentum, mean reversion.
- Custom strategy DSL — express your own logic in a simple YAML config; the agent executes it faithfully.
- Natural language — “Sell 20% of my SOL at $200.” The agent watches, waits, executes.
- Cryptographic attestation — every action produces a remote attestation proving your code ran, not someone else’s.
- Multi-agent swarms — run several agents with different strategies across asset slices.
- Agent marketplace — community strategies, each verified by TEE attestation before you run them.
The enclave pipeline
Inside the sealed enclave, four stages run in sequence:
- Strategy Engine — interprets your YAML or natural-language instruction.
- Portfolio Oracle — reads your shielded balance via ZK.
- Execution Engine — places the trade through the darkpool.
- Attestation Generator — emits a cryptographic proof that your code ran.
What reaches Solana is a single valid ZK proof of the swap — no amount and no strategy visible.
Visibility matrix
| Data | AI (in TEE) | Aidos team | Chain | Gov. |
|---|---|---|---|---|
| Balance | ||||
| Strategy | ||||
| Trades | ||||
| P&L | ||||
| Attestation |
The agent sees all to act; everyone else verifies integrity through attestation and sees nothing else.
What if the agent goes rogue?