← all claims · /nfts
xrpl.nfts.top_issuers_7d
Top 10 issuers by 7d NFT activity (CreateOffer + Burn events; Mint/AcceptOffer/CancelOffer have NULL issuer by tx-type shape)
unknown
Layer 3 source not yet classified for sovereignty tier. Defaulting to yellow-equivalent: treat as free-tier only pending explicit classification.
What this claim says
- label
- Top 10 issuers by 7d NFT activity (CreateOffer + Burn events; Mint/AcceptOffer/CancelOffer have NULL issuer by tx-type shape)
- page
- /nfts
- claim id (yaml)
nfts_top_issuers_7d
- behavior
DAILY_WIGGLE
- Layer 3 source
local_rippled
Risk note
Ledger facts only — issuer address, no off-chain names / collection labels / verified-domain badges (out of scope tonight). The issuer column is populated by the walker for tx_types where the XRPL result field surfaces issuer directly (NFTokenCreateOffer, NFTokenBurn); NFTokenMint / AcceptOffer / CancelOffer rows have NULL issuer by ledger shape, not by walker bug. Scope note on the card documents this honestly.
Evidence — code paths that back this claim
- db.pg_connect() + nft_activity table (WHERE issuer IS NOT NULL, close_time >= NOW()-7d)
- app.py:3432-3438 top_issuers query
- templates/nfts.html: top-issuers table