Token Record (pNFT State PDA)
Token Ecosystem · Abyss
A PDA account created by the Metaplex Token Metadata program for each programmable NFT (pNFT) token account, storing the delegation state, lock status, and rule set revision for that specific holding. The token record is derived from seeds [metadata, program_id, mint, token_record, token_account] and must be passed to every pNFT transfer, delegate, or revoke instruction. Its existence forces all pNFT operations through the Metaplex program rather than the raw SPL Token program, enabling royalty enforcement.