Sigil Wallet LogoSigil Wallet

Introduction

Sigil Wallet is a local-first platform for building autonomous AI agents on Solana.

Sigil Wallet is a developer-first platform for creating autonomous AI agents that manage Solana wallets on your behalf. Every agent runs locally on your machine, stores keys in your OS Keychain, and enforces hard-coded safety guardrails on every transaction.

Why Sigil Wallet?

Traditional wallets are passive — they wait for you to click. Sigil Wallet agents are active: they continuously reason about your portfolio and execute transactions autonomously on Solana Devnet.

Sigil WalletTraditional Wallets
OperationContinuous agent loopClick-to-transact
Key StorageOS Keychain (keytar)Browser / cloud
IntelligenceLLM-powered reasoningNone
SafetyHard-coded guardrailsManual review
DataLocal SQLiteCloud-dependent

Key Features

  • Provider Agnostic — Use OpenAI, Anthropic, Google, Ollama, or any supported LLM
  • Local Sovereignty — Keys in Keychain, data in SQLite, nothing leaves your machine
  • Guardrails-First — Safety limits enforced independently of the LLM
  • Multi-Agent — Run dozens of isolated agents from a single machine
  • Kill Switch — One command halts all signing and wipes keys from memory
  • Tri-Head Architecture — CLI, TUI, and Web Dashboard synchronized in real-time

Quick Start

npm i -g sigil-wallet
sigil init
sigil agent create --name "alpha"
sigil agent start "alpha"

Next Steps

On this page