Permissions Management

Manage offchain and onchain permissions of your agents

Managing permissions

Note: this only applies to agent identities, not investor.

The Identities API allows you to fine tune the accesses given to an agent account. You can, for each token the account is agent of, activate or deactivate the following features:

  • Identities:
    • Read: Access the (offchain) identity data of investors of the selected token
    • Write: Update the (offchain) identity data of investors in the selected token, approve investor on the token, perform recovery process
  • Assets:
    • Read: Access the position report of the selected token, access the Catalog of the asset, access the compliance rules of the asset
    • Write: Perform actions on the token supply, update the Catalog of the asset, update the compliance rules of the asset
  • Offers:
    • Read: get existing offers (primary and secondary market) list and configuration
    • Write: approve or reject existing offers, manage offers rules and configurations, manage cash management options

Most of those permissions have implications on the blockchain, so be mindful to sign those with the owner wallet of the ERC3643.


What’s Next