The Sponsorship Policy object | Pimlico Docs
Skip to content

The Sponsorship Policy object

Attributes

Example

{
  "id": "sp_tangible_knight",
  "policy_name": "Pimlico Example Gas Fund",
  "policy_status": "active",
  "created_at": "2025-05-23T15:23:38Z",
  "start_time": null,
  "end_time": null,
  "webhook_endpoint": "https://example.com/webhook",
  "webhook_enabled": true,
  "chain_ids": {
    "allowlist": [
      10,
      8453,
      34443,
      690,
      7777777
    ]
  },
  "limits": {
    "global": {
      "user_operation_spending": {
        "amount": 10000000,
        "currency": "USD"
      },
      "maximum_user_operation_count": 1000,
      "reset_interval": "monthly"
    },
    "user": {
      "user_operation_spending": {
        "amount": 100000,
        "currency": "USD"
      },
      "maximum_user_operation_count": 10,
      "reset_interval": "daily"
    },
    "user_operation": {
      "user_operation_spending": {
        "amount": 10000,
        "currency": "USD"
      }
    }
  }
}