Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Asset
gryd:create_asset
Create a new digital asset in a collection.
Write
Medium risk
Create Collection
gryd:create_collection
Create a new NFT collection on the specified blockchain.
Write
Medium risk
Delete Asset
gryd:delete_asset
Delete a digital asset permanently. This action cannot be undone.
Write
High risk
Get Asset
gryd:get_asset
Fetch a single digital asset by ID with metadata and ownership details.
Read
Low risk
Get Collection
gryd:get_collection
Fetch a single collection by ID with metadata and statistics.
Read
Low risk
Get Wallet
gryd:get_wallet
Fetch wallet information including balance and owned assets.
Read
Low risk
List Assets
gryd:list_assets
List digital assets with optional filtering by collection, owner, status, or blockchain.
Read
Low risk
List Collections
gryd:list_collections
List collections with optional filtering by creator, status, or blockchain.
Read
Low risk
List Transactions
gryd:list_transactions
List blockchain transactions with optional filtering.
Read
Low risk
Mint Asset
gryd:mint_asset
Mint an asset to a specific wallet address on the blockchain.
Write
Medium risk
Transfer Asset
gryd:transfer_asset
Transfer an asset from one wallet address to another.
Write
Medium risk
Update Asset
gryd:update_asset
Update an existing digital asset's properties.
Write
Medium risk