> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Admin Functions

> Manage token controls including admin burn and admin transfer

Crossmint provides admin functions that allow you to control your NFTs throughout their lifecycle.

## Admin Transfer

The NFT Admin Transfer API allows collection owners to transfer NFTs between user wallets.

<Note>
  Admin transfers only work for Solana cNFTs. [Contact us](https://www.crossmint.com/contact/sales) if you want to
  access to this API.
</Note>

## Admin Burn

The [Burn NFT API](/api-reference/minting/nfts/burn-nft) allows collection owners to permanently remove NFTs from circulation.

<Warning>Once an NFT is burned, this action cannot be reversed.</Warning>

## Requirements

To use admin functions:

1. Your collection must be of a supported type (Solana cNFTs for transfers, Solana cNFTs or EVM for burns)
2. Your API key must have the appropriate scopes (`nfts.transfer` for transfers, `nfts.delete` for burns)
3. You must be the collection owner or have admin privileges
