azeth_get_guardrails
Inspect the guardian security configuration for a smart account: spending limits, token and protocol whitelists, daily spend progress, and pending timelock changes.
Instructions
View the guardian security configuration for a smart account.
Use this when: You want to check spending limits, token/protocol whitelists, daily spend tracking, emergency withdrawal status, or pending guardrail changes.
Returns: Full guardian state including spending limits (USD), whitelisted tokens and protocols, daily spend progress, and any pending timelock changes.
This is read-only and safe to call at any time.
Example: { "smartAccount": "me" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Target chain. Defaults to AZETH_CHAIN env var or "baseSepolia". Accepts "base", "baseSepolia", "ethereumSepolia", "ethereum" (and aliases like "base-sepolia", "eth-sepolia", "sepolia", "eth", "mainnet"). | |
| smartAccount | No | Smart account to inspect. Accepts address, "me", "#N", or account name. Defaults to first account. |