Transfer caps
Transferring caps to another address does not reduce their condition.
Using app interface
Visit the "My caps" page.
Press on the any cap, and then "Transfer".
You will enter the transfer caps page. Press "Pick" to open the picking modal.
Choose the caps you would like to transfer pressing on them, and close modal by tapping outside.
You can transfer up to 20 caps per transaction
Enter recipient address. Then press "Transfer" and confirm action in your wallet.
After successfull transfer you will be redirected to "My caps" page.
Using block explorer
Visit blockscan.com↗ and enter the caps smart contract address to search. Select the network where you own caps. Then go to Contract > Write contract tab. Press "Connect to Web3" button/link so you can connect your wallet and perform actions.
Find the batchTransferFrom
function and enter your own from
(address, 0x...), tokenIds
array (uint256, numbers which can be found using balanceOfWallet
read function) and recipients to
(address, 0x...). Then press "Write" and confirm action in your wallet.
Result of transaction will be appeared on block explorer's Transactions tab.