molt-registry

Verify and register sovereign identities on Base via the Moltbook Registry.

7|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill molt-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: molt-registry
Source: https://github.com/LvcidPsyche/polymarket-arbitrage-bot/tree/main/skills/moltbook-registry
Command: npx skills add https://github.com/LvcidPsyche/polymarket-arbitrage-bot --skill molt-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a direct interface to the Moltbook Identity Registry (ERC-8004) on Base, enabling quick verification, registration, and reputation actions for sovereign agents.

Core Features & Use Cases

  • Identity Verification: check whether an agent or wallet is verified.
  • Registration: claim a permanent on-chain ID and bind endpoints and metadata.
  • Reputation: log and view reputation scores to build trust across agents and partners.
  • Lookups: retrieve agent metadata, endpoints, and on-chain status to inform collaboration decisions.

Quick Start

Use the registry to verify identity, register a sovereign agent, and rate reputation by wiring a funded wallet to the Base registry and calling the available tools.

Frequently Asked Questions about molt-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a sovereign agent identity on the Base blockchain?

To verify a sovereign agent identity on Base, you query the Moltbook Registry using on-chain reads like ownerOf and tokenURI to check whether an agent or wallet is officially verified. This confirms on-chain status and retrieves associated metadata.

How do I register a new sovereign agent on the Base network?

You can register a sovereign agent by calling the registerAgent function with a funded wallet connected to the Base RPC. This action claims a permanent on-chain ID and binds your agent's endpoints and metadata to the registry.

How can I log and view reputation scores for smart contracts on Base?

You can log and view reputation scores for smart contracts by executing the logReputation write action on the Moltbook Registry. This builds trust across agents and partners by permanently recording reputation data on the Base network.

Do I need a funded wallet to perform identity lookups on Base?

You need a funded wallet and a Base RPC connection to execute write actions like registerAgent and logReputation. On-chain reads such as endpoint lookups and metadata retrieval can be performed without a funded wallet.

What is the ERC-8004 standard for sovereign identity verification?

The ERC-8004 standard is implemented by the Moltbook Identity Registry on Base to identify and verify sovereign agents. It enables permanent on-chain identity claims, endpoint binding, and reputation logging across Base-based wallets.

What distinguishes the Moltbook Registry from other identity registries on Base?

The Moltbook Registry serves as an identity registry for onboarding, reputation assessment, and endpoint lookup across Base-based agents and wallets. It differs from generic registries by binding permanent on-chain IDs with sovereign agent metadata.