HOW TO QUIT PLUTOCATS to quit Plutocats, you must setApproval for reserve contract on your plutocat NFT(s) and then call quit() from the reserve contract passing an array of IDs you want to exit. you will receive book value (eth in reserve / # of plutocats in circulation) for each of the plutocats you quit. 1. Go to plutocats token contract: https://blastscan.io/address/0xF084962cdC640ED5c7d4e35E52929dAC06B60F7C 2. Navigate to Contract tab. Click Write Contract. 3. Find setApprovalForAll function in the list. In the first box pass in the contract address of the reserve (0x4eA682B94B7e13894C3d0b9afEbFbDd38CdACc3C) and in the second box type true. Click write, connect wallet if needed, and confrim transaction. Note: Your wallet might require you to double confirm you want to setApproval 4. Navigate to the plutocats reserve contract: https://blastscan.io/address/0x4eA682B94B7e13894C3d0b9afEbFbDd38CdACc3C 5. Go to Contract tab. Click Write Contract. 6. Find the quit function in the list. Pass in an array of the IDs you wish to quit, e.g., [23,54,88]. Click write and confirm transaction in your wallet.