Monolith — Crypto Wallet for Openclaw

A hardware-secured crypto wallet for AI agents utilizing Apple Secure Enclave and smart contract account abstraction for safe on-chain transactions.

slaviquee
v0.1.10
Feb 25, 2026
4
1.7k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install monolith

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install monolith using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Monolith — Crypto Wallet?

Monolith is a specialized crypto wallet designed specifically for AI agents within the ecosystem of Openclaw Skills. It bridges the gap between autonomous agent capabilities and financial security by leveraging Apple hardware-isolated key management through the Secure Enclave. By utilizing ERC-4337 smart wallets, Monolith allows agents to perform on-chain activities while maintaining a strict default-deny policy engine.

The core value of Monolith is its separation of concerns: the skill itself is untrusted and only builds transaction intents, while a local macOS daemon enforces security policies. This ensures that while agents can perform routine tasks like checking balances or performing low-value transfers, any high-value or unusual transactions always require human intervention via biometric authentication or secure 8-digit approval codes.

Monolith — Crypto Wallet Use Cases

  • Autonomous agent-led decentralized finance (DeFi) management on Ethereum and Base chains.
  • Setting up automated spending caps and daily budgets for AI-driven procurement or operational costs.
  • Securely swapping tokens via Uniswap using AI-optimized routing for portfolio rebalancing.
  • Implementing emergency panic freezes for agent-controlled funds in case of detected anomalous behavior.
  • Managing on-chain identities using ERC-8004 standards within Openclaw Skills environments.

How Monolith — Crypto Wallet Works

  1. The AI agent initiates a transaction intent, such as a send or swap, through the Openclaw Skills interface.
  2. The skill builds a raw transaction intent consisting of the target address, calldata, and value, without ever touching the private keys.
  3. This intent is transmitted to the local Monolith Daemon, a secure macOS process that evaluates the request against predefined spending policies and allowlists.
  4. If the transaction falls within established safety limits, it executes automatically via an autopilot flow.
  5. Transactions that exceed limits or involve unknown contract interactions trigger a native macOS approval dialog requiring a human-provided 8-digit code and Touch ID.
  6. Upon approval, hardware-isolated keys sign the transaction, and the daemon broadcasts it to the blockchain using integrated providers.

Monolith — Crypto Wallet Setup

To integrate this skill into your workflow, follow these steps:

  1. Install the skill from the hub:
clawhub install monolith
  1. Download and install the required macOS components from the repository: MonolithDaemon-v0.1.5.pkg (requires admin privileges) and MonolithCompanion.app.zip (move to /Applications).
  2. Start the Monolith Daemon first, followed by the Companion app.
  3. Run the setup wizard to verify connectivity and wallet status:
monolith setup
  1. Fund your generated wallet address with ETH on Ethereum or Base to enable transactions within Openclaw Skills.

Monolith — Crypto Wallet Data Schema & Taxonomy

Monolith organizes its security and transaction data through a structured taxonomy to ensure auditability:

Component Format Description
Transaction Intent JSON Object Includes target address, calldata, and value for signing.
Policy Engine JSON Defines per-transaction caps, daily spending limits, and allowlisted addresses.
Audit Log Text Log Local record of all daemon interactions, approvals, and signing requests.
Identity ERC-8004 Metadata for on-chain identity operations and registration.

Monolith — Crypto Wallet Advanced Features

  • Hardware-isolated key storage using Apple Secure Enclave for maximum private key protection.
  • Smart contract wallet functionality powered by ERC-4337 for programmable and gas-efficient transaction logic.
  • Multi-chain support for Ethereum Mainnet and Base, featuring built-in Uniswap V3 routing with on-chain fallback probing.
  • Emergency Panic mode for instant, non-biometric freezing of all outbound wallet activity to prevent unauthorized drain.
  • Seamless integration with Openclaw Skills for policy-gated, agentic blockchain interactions.

SKILL.md


Loading

Related Openclaw Skills

Featured*