LUKSO LSP12 Issued Assets Standard
LSP·12 · Metadata
The dual of LSP5 — the data keys for assets a profile created or curated.
// LSP12IssuedAssets[] → bytes (length)
// LSP12IssuedAssets[]<index> → address
// LSP12IssuedAssetsMap:<address> → bytes12 (interfaceId + index)
LSP12 is the issuer-side complement to LSP5. Together they let any reader ask “what does this profile hold?” and “what did this profile create?” without indexing the chain. Identity becomes a graph the account itself maintains, not state every app rebuilds from events.
What it does not solve.
Anti-overselling is a feature.
- LSP12 doesn't authenticate authorship. The list says 'this profile claimed these'; verify off-chain if it matters.
Companions.
Standards this composes with.