{
"id": "pol_...",
"agent_id": "agt_...",
"frozen": false,
"global_limits": {
"per_tx": "500.00",
"daily": "2000.00",
"monthly": "10000.00",
"currency": "USDC"
},
"merchant_rules": [
{
"merchant_id": "mer_github",
"action": "allow",
"per_tx_cap": "100.00"
},
{
"merchant_category": "gambling",
"action": "block"
}
],
"velocity_rules": [
{
"window": "1h",
"max_count": 5
}
],
"time_rules": [
{
"days": ["mon", "tue", "wed", "thu", "fri"],
"hours": "09:00-18:00",
"timezone": "America/New_York"
}
],
"approval_threshold": {
"amount": "250.00",
"approver_role": "admin"
},
"kill_switch": {
"operators": ["ops@acme.example"],
"contacts": ["+1-555-..."],
"notification_channels": ["slack", "sms"]
}
}