Skip to main content

What is a policy?

Policies govern what transactions are allowed, who can initiate or approve them, and any limits or conditions that apply. In this guide, we’ll show how to update existing policies by submitting a policy update proposal.

1) Set up the client

Create the SDK client used to propose policy updates.

2) Build the updated policy set

Provide full policy objects for each policy you want to update, including the id of the policy to update.

3) Propose, sign, and execute

Submit the proposal, collect approvals, and execute the update.

Full example