Skip to main content

Product

TermDefinition
Cobo Agentic WalletA wallet infrastructure by Cobo that lets AI agents operate on-chain under structured, owner-approved authorization.
Cobo Agentic Wallet appThe mobile app through which owners manage pacts, set guardrails, approve transactions, and control their agent.

Roles

TermDefinition
OwnerA human who has paired their wallet with the app. Before pairing, the agent itself is the wallet owner. After pairing, the human takes ownership and has full control — pact approval, policies, freeze, and revoke.
AgentThe AI program or automated runtime that operates the wallet. Before pairing it is the wallet owner; after pairing it becomes a delegate.

Authorization

TermDefinition
PactA structured, owner-approved delegation agreement that defines what an agent can do, how, and for how long. See What is a pact.
PairingThe one-time setup that transfers wallet control from the agent to a human owner. See Pairing overview.
Pairing codeA short-lived token used during pairing. Valid for 15 minutes.
Owner guardrailsWallet-level controls set by the owner — per-transaction limit, daily limit, approval threshold, allowed addresses, and allowed chains. Apply on top of any active pact.
Pending operationA transaction flagged by policy as requiring owner approval before it can execute. Transactions that exceed the approval threshold become pending operations.
Approval thresholdA pact-set amount above which transactions pause for manual approval rather than executing automatically. Distinct from a hard limit, which blocks outright. See Handle transactions.

Security

TermDefinition
MPC key shareOne partial component of a private key distributed across independent parties using Multi-Party Computation. No single party holds a complete key. See MPC model.
FreezeAn emergency control that suspends the agent’s access immediately while preserving pact terms. Reversible.
RevokeAn emergency control that permanently terminates a pact. The agent must submit a new pact to operate again.

Other

TermDefinition
Audit logAn immutable record of every operation attempted by the agent, including the policy decision outcome and full context.
Policy decisionThe outcome of evaluating a transaction against all applicable policies: ALLOW, REQUIRE_APPROVAL, or DENY.