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 Collection
owl_protocol:create_collection
Create a new NFT collection smart contract on the specified blockchain network.
Write
Medium risk
Get Collection
owl_protocol:get_collection
Fetch details for a specific NFT collection including metadata and stats.
Read
Low risk
Get Metadata
owl_protocol:get_metadata
Fetch NFT metadata including attributes, rarity, and media URLs.
Read
Low risk
Get Nft
owl_protocol:get_nft
Fetch details for a specific NFT including metadata, ownership, and transaction history.
Read
Low risk
Get Transaction
owl_protocol:get_transaction
Fetch details for a specific blockchain transaction including NFT transfers.
Read
Low risk
Get Wallet
owl_protocol:get_wallet
Fetch wallet details including NFT holdings and transaction history.
Read
Low risk
List Collections
owl_protocol:list_collections
List NFT collections with optional filtering by network, owner, or search term.
Read
Low risk
List Nfts
owl_protocol:list_nfts
List NFTs with optional filtering by collection, owner, creator, or network.
Read
Low risk
List Transactions
owl_protocol:list_transactions
List blockchain transactions with optional filtering by address, collection, or type.
Read
Low risk
Mint Nft
owl_protocol:mint_nft
Mint a new NFT to a specified wallet address with custom metadata.
Write
Medium risk
Transfer Nft
owl_protocol:transfer_nft
Transfer an NFT from one wallet address to another.
Write
Medium risk
Update Metadata
owl_protocol:update_metadata
Update NFT metadata including name, description, image, and attributes.
Write
Medium risk