Signing Agent
Implement
TL;DR
- A Signing Agent is identified by
agentID
- Add your Signing Agent to the governing entity's trusted network
- Add your Signing Agent to a custody policy
Step 1: Add the Signing Agent as a trusted party
Identify the
company_id
for the Company that owns the custody policy you wish to add the Signing Agent to.Add your Signing Agent's
agentID
to that Company.
Follow the guide or the API specification for POST /trustedparty.
Step 2: Add the Signing Agent to a policy
There are two possible scenarios when adding a Signing Agent:
Option 1: Create a new Fund and specify the trusted parties in its policy.
Follow the guide or the API specification for POST /company/{company_id}/fund
Option 2: Update the policy of an existing Wallet.
Follow the API specification for POST /company/{company_id}/fund/{fund_id}/wallet/{wallet_id}/policy