Unfreeze RAMS Agent
Prepare removal of an enforcement freeze from an ERC-8226 agent.
ramsUnfreezeAgent. signerAddress must hold ENFORCER_ROLE; the operation is always client-signed and cannot use Brickken’s relayer.
Unfreezing removes the global overlay but does not reactivate revoked or expired mandates.Authorizations
Base64-encoded x402 payment payload. Supported for x402-eligible agentic methods on /x402/... facades, /prepare-transactions, and eligible /send-transactions retries.
Body
Target operation chain ID. RAMS is available on Ethereum Sepolia (11155111) only at launch. Decimal and 0x hex values are accepted.
"11155111"
"0xaa36a7"
MUST hold ENFORCER_ROLE on the AgentMandate registry (pre-checked). Never brickken-relayed.
^0x[a-fA-F0-9]{40}$Agent to unfreeze.
^0x[a-fA-F0-9]{40}$Optional AgentMandate contract override; defaults to the chain's configured RAMS AgentMandate address.
^0x[a-fA-F0-9]{40}$Optional explicit gas limit.
Optional explicit transaction nonce when managing nonces manually.
Optional owner attribution email.
Alias for ownerEmail where supported.
Response
Prepared unsigned transaction payload.