WalletPress
55 chains. One platform. Self-hosted. Agentic. MIT licensed.
WalletPress generates, stores, and manages crypto wallets across 55 blockchains — Bitcoin, Ethereum and every EVM chain, Solana, TRON, Cosmos, Substrate, Ed25519 chains, and more. Same operations available through four surfaces: REST API, MCP server, CLI, and WordPress plugin.
What It Does
Wallet Generation Engine
BIP39/BIP32/BIP44 standard. Deterministic. Same mnemonic + derivation path = same address on every wallet software in the world. No secret sauce. No vendor lock-in. You own your keys. We never custody.
Generate a wallet for any of 55 chains with a single API call, CLI command, or MCP prompt.
Secure Vault
AES-256-GCM encryption at rest. Argon2id key derivation. SHA-256-chained audit log. HITL (human-in-the-loop) confirmation on every write. Kill switch. Address allow/block lists. Spending limits. Per-chain tier controls.
Defense in depth. Not a hot wallet. Not a custodial service. Your infrastructure, your keys, your vault.
x402 Micropayment Marketplace
$0.01 per wallet generation. Pay-per-use API. Bots and automation pay per wallet — no monthly SaaS subscription. The marketplace routes payments through x402 protocol with referral revenue sharing.
AI Agent Orchestrator
Every wallet operation is an MCP tool — 30+ tools available to AI agents (Claude
Code, opencode, Cursor, any MCP-compatible client). The agent plans with
agent_plan, asks for confirmation with agent_confirm, executes with
agent_execute. The HITL flow is the agent's moral compass.
Adapters for: LangChain, CrewAI, Eliza, OpenAI Agents, Vercel AI.
Proof of Generation
Every generated wallet gets a Merkle-tree attestation. The root is committed to Arweave for permanent, immutable proof that a specific wallet was generated at a specific time with a specific code version. Auditable. Verifiable. Forever.
WordPress Plugin
Free tier: 3 chains. Token gating, crypto payments, wallet-based login for any WordPress site. The funnel into the ecosystem — give it away, then scale up.
Chains Supported (55)
BTC · Ethereum · Arbitrum · Optimism · Base · Polygon · BNB Chain · Avalanche · Fantom · Gnosis · Celo · Solana · TRON · Cosmos Hub · Osmosis · Juno · Polkadot · Kusama · Substrate (generic) · Ed25519 (generic) · and 35+ more
Full chain registry in CHAINS.yaml — open-source, auditable, extensible.
Delivery Tiers
| Tier | Price | Audience |
|---|---|---|
| WordPress Plugin | Free (3 chains) | Anyone with a WordPress site |
| Pro Self-Hosted | $199 one-time | Developers who want full control |
| Hosted | $29/month | Everyone else — zero configuration |
| x402 API Marketplace | $0.01/wallet | Bots and automation workloads |
For Developers
git clone https://git.rugmunch.io/RugMunchMedia/walletpress.git
cd walletpress
make install && make dev
# REST API at http://localhost:8010/docs
# MCP at http://localhost:8010/mcp/sse
Full documentation: ARCHITECTURE.md · SECURITY.md · AUDIT.md