Skip to main content
Commands for vault managers to operate tokenized vaults, including pricing, fulfillment, and fee management.

Price Vault

Update the pricing for vault assets. This is for debugging purpose only and you don’t need to call it manually before performing fulfillment of subscriptions and redemptions (relevant instructions are automatically included in those transactions).

Fulfill Requests

Fulfill queued subscription and redemption requests from investors.

Claim Fees

Claim management and performance fees collected by the tokenized vault.

List Requests

List pending subscription and redemption requests in the queue. Displays each request’s user, type, amounts, status, and creation date.

Cancel for User

Cancel a queued subscription or redemption request on behalf of a user.
  • pubkey: Public key of the user whose request to cancel

Claim for User

Claim a fulfilled subscription or redemption request on behalf of a user.
  • pubkey: Public key of the user to claim for

Update Minimums

Update Minimum Subscription

Set the minimum subscription amount for the vault.

Update Minimum Redemption

Set the minimum redemption amount for the vault.

Pause/Unpause Operations

Pause

Pause subscription or redemption operations.
  • action: Either subscription or redemption

Unpause

Resume subscription or redemption operations.