How Contextio works under the hood
Architecture, the Legal Context Protocol, and how this maps to the Stellar Community Fund track.
The big picture
A web app you use, an API that enforces your rules, a 24/7 assistant, and Stellar contracts that settle and record every move.
Verify it yourself — on-chain
Don't trust, verify. These are the real, live contracts and agent wallet on Stellar.
Reflector Oracle Integration (SEP-40)
Valuations are driven by the Reflector oracle on-chain. Contextio queries Reflector's smart contract via Soroban ledger simulations to resolve the real-time value of XLM relative to USD. This guarantees that all agentic planning decisions rely on verified, decentralized feeds directly from the network.
Staggered Task Scheduling
To prevent sequence number collisions on Stellar nodes, background rebalancing and yield harvesting jobs are stagger-scheduled. The agent scheduler offsets each task (e.g. Blend USDC lending, DeFindex deposits, and treasury evaluations) to stream smoothly over each polling cycle.
What it's built with
An open stack — clone it, run it, verify it.