Does the issuer's domain claim it back?
XRPL's native identity standard is bidirectional: an issuer points at a domain (the on-chain Domain field), and the domain vouches back in its xrp-ledger.toml. This checks both directions. A verified domain is a strong legitimacy signal — and its absence, common for anonymous memecoin issuers, is a yellow flag.
MCP tool: verify_issuer_domain Price: $0.003 / call
Parameters
| Param | Description |
|---|---|
issuer | XRPL issuer address (r...) |
Example
Call (MCP tools/call arguments):
{
"issuer": "rsoLo2S1kiGeCcn6hCUXVrCpGMWLrRrLZz"
}
Result:
{
"ok": true,
"verified": false,
"domain": "sologenic.com",
"domain_set": true,
"toml_reachable": true,
"account_in_toml": false,
"reasons": [
"issuer points at 'sologenic.com', but it does not serve a valid xrp-ledger.toml (got a webpage or invalid file) \u2014 claim unconfirmed"
]
}
FAQ
How do I verify an XRPL issuer's identity?
Check both directions of the xrp-ledger.toml standard: the account's on-chain Domain field points at a domain, and that domain's /.well-known/xrp-ledger.toml must list the account under [[ACCOUNTS]]. Only a bidirectional match is real verification.
What does it mean if an issuer has no Domain set?
It means the issuer has published no verifiable off-chain identity. That's common for anonymous memecoin issuers and is a yellow flag — not proof of fraud, but a lack of accountability.
Related tools
check_xrpl_tokenLive safety verdict for any XRP Ledger token: clawback and global-freeze hard rejects, issuer blackhole status, LP-burn fraction,
check_issuer_reputationReputation for any XRP Ledger issuer: proprietary rug blocklist status plus historical detection outcomes from a production sniper
check_addressOne call, any chain: EVM address risk (sanctions, mixer, phishing, drainer, money-laundering) aggregated from GoPlus, plus native
get_wallet_activityTurn raw XRPL account_tx into readable activity: sent/received amounts with token names, trustlines, DEX/AMM ops — with rug-blockl
check_transactionSimulate an unsigned XRPL transaction against the live ledger: its exact balance changes, whether it would succeed, and a scan forhttps://cerberusindex.com/mcp — see
the quickstart. Payment is automatic for x402-aware clients.
Verdicts are informational risk signals, not financial advice.