Use this file to discover all available pages before exploring further.
For resources owned by a key quorum of team members, propose intents to make changes such as wallet updates, policy updates, signatures, or transactions.Once a team member submits an intent, it is queued for manual review by the team members in the assigned key quorum. Team members can then review the proposed change in the Dashboard and decide to approve or reject it. Once enough reviewers approve, the intent executes.There are two ways to propose intents:
Dashboard: From the Wallets and Policies pages, create an intent to update an existing wallet or policy owned by a key quorum of your team members.
REST API: Create an intent to update a wallet, update a policy, or execute a signature or transaction.
Intents expire 72 hours after creation. Reviewers must approve
them within this window.
Learn more about proposing intents for the following flows.
Visit the Wallets page. Click Transfer, select a source wallet and destination address, choose a token and chain, enter an amount, and submit to propose an intent for review.
From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting a transfer intent.
Propose an intent to authorize and execute a signature or transaction via the REST API. The Dashboard does not currently support proposing RPC intents.This endpoint accepts the same request body as the synchronous RPC endpoint but does not require authorization signatures in the request. Instead, the intent is queued for manual review and executes once enough reviewers approve.
From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting an RPC intent.
Visit the Wallets page and select the target wallet.Click Update wallet, make the desired changes, then select Propose changes to submit the intent for review.
This endpoint accepts the same request body as the synchronous Update wallet endpoint but does not require authorization signatures in the request. Instead, the intent is queued for manual review and executes once enough reviewers approve.
From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting a wallet intent.
This endpoint accepts the same request body as the synchronous Update policy endpoint but does not require authorization signatures in the request. Instead, the intent is queued for manual review and executes once enough reviewers approve.
From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting a policy intent.
Visit the Policies page, select a policy, and navigate to its rules.Make the desired changes and click Propose changes to submit the intent for review.
Each endpoint accepts the same request body as its synchronous counterpart (create, update, delete) but does not require authorization signatures in the request. Instead, the intent is queued for manual review and executes once enough reviewers approve.From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting a rule intent.
Your app can also propose an update to the key quorum itself — changing its name, members, or authorization threshold.This intent must be approved by a sufficient number of members of the existing quorum in order to be executed.
Visit the Authorization page and select the target key quorum.Select Update key quorum, make the desired changes, and select Propose changes to submit the intent for review.
This endpoint accepts the same request body as the synchronous Update key quorum endpoint but does not require authorization signatures in the request. Instead, the intent is queued for manual review and executes once enough reviewers approve.
From the response, note the returned intent_id. Use this ID to check approval progress and execution results.View API reference for submitting a key quorum intent.