{
"schema_version": 1,
"policy_id": "policy:my-agent:v1",
"allowed_actions": ["agent_mobile_signing"],
"allowed_chains": ["base"],
"chain_policies": {
"base": {
"execution_modes": ["manual_mobile_signature", "preapproved_agent_wallet"],
"max_amount_per_tx": "1000000000000000",
"max_amount_per_day": "5000000000000000",
"amount_unit": "wei",
"native_token": "ETH",
"allowed_recipients": [
"0x2222222222222222222222222222222222222222"
]
}
},
"payment_principles": {
"gora_node_holds_user_keys": false,
"gora_node_pays_user_gas": false,
"default_fee_payer": "user_or_user_preapproved_on_chain_account"
}
}