Skip to main content

Overview

Policies add additional authorization logic on top of signers - threshold multisig, spending limits, weighted voting, etc. Access the manager via kit.policies.

Methods

add()

Attach a policy contract to a context rule.
Example (threshold multisig):
Example (spending limit):

remove()

Detach a policy from a context rule.

Policy Types

The SDK ships with builders for all supported policy types:
See Builder Functions for full details.