Meet the autonomous wallet that never sleeps — built for Solana, running on your machine.
We're excited to introduce Sigil — an open-source platform for building, managing, and running autonomous AI agents on the Solana blockchain — entirely from your local machine.
Today's wallets are passive. They sit idle until you click a button. If you want to monitor token prices, rebalance a portfolio, or execute conditional trades, you need to be glued to your screen.
Sigil changes that. Instead of reacting to the market, your agents act on your behalf, continuously running a reasoning loop that leverages real-time on-chain data.
At its core, Sigil runs a LangGraph-powered agent loop. Each cycle:
The LLM never sees your private key. The Guardrails layer operates independently of the model. If a transaction violates your limits, it gets blocked — no matter what the model says.
Sigil gives you three ways to interact with your agents:
All three interfaces connect to the same core over WebSockets. Every thought, action, and transaction syncs in real-time.
| Feature | Sigil | Traditional Wallets |
|---|---|---|
| Agent autonomy | Continuous reasoning loop | Click-to-transact |
| Key storage | OS Keychain (keytar) | Browser extension / cloud |
| LLM provider | Your choice (OpenAI, Anthropic, Ollama) | N/A |
| Safety | Hard-coded guardrails | Manual review |
| Data storage | Local SQLite | Cloud-dependent |
npm i -g sigil-wallet
sigil init
That's it. The sigil init wizard walks you through provider setup, wallet generation, and creating your first agent.
Read the documentation for a complete guide, or explore the GitHub repository to start contributing.
Sigil isn't just a wallet. It's a personal quantitative fund that runs on your machine.