Skip to main content
Cobo Agentic Wallet provides two emergency controls for stopping agent activity: freeze and revoke.
FreezeRevoke
What it targetsAgent’s access to a walletA pact
EffectSuspends access temporarilyPermanently terminates the pact
Reversible?Yes — unfreeze restores accessNo
After actionAgent resumes under the same pactAgent must submit a new pact
Both take effect immediately — the agent’s next API call will be rejected.

Freeze

Freezing blocks an agent’s access to a wallet without ending the pact. The pact and its terms remain intact. Unfreezing restores access instantly, with no need to resubmit or re-approve anything. This makes freeze the right choice for investigations or temporary holds: pause the agent, review recent activity, and resume if the investigation is clear.

Revoke

Revoking permanently terminates a pact. The pact moves to revoked, the API key is invalidated, and the agent can submit a new pact to continue operating.
Revoke cannot be undone.

Further reading

  • Pacts — the full pact lifecycle including the revoked state