Skip to main content

NFT Manager

CryptoClaw manages NFT collections and individual tokens across ERC-721 and ERC-1155 standards.

Supported standards

StandardDescription
ERC-721Non-fungible tokens — unique items
ERC-1155Multi-token — fungible and non-fungible in one contract

Operations

ToolDescriptionConfirmation
transfer_nftTransfer an ERC-721 tokenYes
transfer_erc1155Transfer ERC-1155 tokensYes
get_nft_metadataView token metadata (name, image, attributes)
get_nft_holdingsList NFTs owned by an address
get_collection_infoCollection-level stats (supply, floor, etc.)

Examples

"Show my NFTs on BSC"
"What's the metadata for token #42 in collection 0x...?"
"Transfer NFT #7 from collection 0x... to 0xRecipient"
"List all NFTs in my wallet on Ethereum"
"Show collection info for 0x..."
When transferring NFTs, ensure the recipient address supports the token standard. Sending to a contract that doesn’t implement the receiver interface may result in permanent loss.