The card itself is a ETH wallet, your NFT is stored inside and can be unlocked by the owner of the card using the public ETH contract that manages these NFTs. see the steps below.


To access your ETH wallet you will need to get an ETH wallet app or plugin that can decoded the give you access to the private key stored behind the scratch zone. The private key is encoded using a Mnemonic Phrase, so make sure you find a wallet from a trusted source that IMPORT the phrase in the scratch zone. Once entered into a wallet it will have full access to transfer your NFT.
Once you have access to your wallet, you can view / access the Crypto Dodger NFT Contact on Etherscan at https://etherscan.io/address/0x05dbbe4baed86d9b1da83e67dea6326e2617dad2#readContract.
From this website you can read the blockchain contract to ensure that this wallet has your NFT. You can also get the NFT details including MLB Player ID and DNA details.
You can also use Etherscan to transfer you MLB NFT from this wallet to another wallet by submitting a transaction through the Etherscan website (That process can be difficult so we advise you ONLY do so if you are very experienced at processing ETH blockchain transactions).
Step One, you must detach the asset from the Dodger Card, you do this by running the function requestDetachment passing in the tokenID, this MUST be done using the ETH wallet on the card (you will need to add ETH to the wallet to cover gas fees).
Step Two, using the safeTransferFrom function of the contract to send the asset to another wallet.