The open stack for autonomous on-chain trading
Algonius gives AI agents the four things they need to trade for real: eyes on the market, a strategy engine with hard risk limits, a wallet that executes across chains, and an operator that keeps the fleet running. Every piece speaks the Model Context Protocol.
Open source · self-hostable · Solana & Sui
{
"mcpServers": {
"algonius-browser": {
"command": "algonius-browser-mcp"
},
"algonius-wallet": {
"command": "algonius-wallet-host",
"env": { "CHAIN": "solana" }
}
}
}MCP-native
Every service is a tool server. Point any MCP client at it — Claude, Cursor, or an agent you wrote yourself.
Self-hostable
Run the whole stack on your own machine, with your own keys. Nothing here depends on a service you cannot take away.
Multi-chain
Solana and Sui today, behind one tool interface, so strategy code does not care which chain it lands on.
Composable
Take one piece or all four. The browser server is useful even if you never place a trade.
The stack
Four services, one pipeline
Each repository stands alone and speaks MCP. Together they close the loop from market signal to settled trade.
How it works
From signal to settlement
The same loop runs whether you are backtesting on a laptop or running a fleet in production.
- 01
Observe
Algonius Browser turns any web surface into MCP tools — screeners, social sentiment, news — including the ones with no public API.
algonius-browser - 02
Decide
Algonius Agent runs your strategy. Signals, sentiment and technicals go in; sized orders come out, and the risk manager can veto every one of them.
algonius-agent - 03
Execute
Algonius Wallet signs and broadcasts through a native host process. The model gets a bounded set of actions and never sees a private key.
algonius-wallet - 04
Operate
Algonius Supervisor runs agents as managed processes: health checks, restarts, structured logs, one command to see what everything is doing.
algonius-supervisor
Open source
Read the code before you trust it with money
Every component is public on GitHub. Read the risk manager before you let it size a position, check what the wallet actually signs, or run the whole thing air-gapped. Licences differ per repository — each one is listed below.
Start with one piece
Wire the browser server into your existing agent, or open the console and let Algonius run the whole loop.