← all claims · /mcp
xrpl.mcp.token_attestation_status
get_token_attestation returns the attestation tier (verified / self-described / null) for one (currency, issuer) pair from account_labels; carries dispute_contact_url.
red
Third-party-derived data (external chain RPC, issuer attestation, primary-legislative source, edge header). Permanently free-only under the site's rule #3 — never sold even after the paid tier ships.
What this claim says
- label
- get_token_attestation returns the attestation tier (verified / self-described / null) for one (currency, issuer) pair from account_labels; carries dispute_contact_url.
- page
- /mcp
- claim id (yaml)
token_attestation_status
- behavior
DAILY_WIGGLE
- Layer 3 source
toml_attested
Risk note
Third-party-naming tool. Payload carries `dispute_contact_url` (routes to /contact?purpose=attestation-dispute) so any issuer disagreeing with the label has a first-party correction channel — same rule the /tokens footer applies to humans (mcp_third_party_naming_dispute_url_present, line 1458). Absence IS signal: `attestation_tier=null` + reason names why (no row / no name field) — never fabricated.
Evidence — code paths that back this claim
- mcp_tools_amm_tokens.py:tool_get_token_attestation
- mcp_tools_amm_tokens.py:_classify_attestation_tier (mirrors app.py:2589-2598 tier ladder)
- db.py:read_account_labels (writer: verify_toml_accounts + enrich_token_names)
- mcp_tools_amm_tokens.py:DISPUTE_CONTACT_URL