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.
https://cerberusindex.com/mcp — see
the quickstart. Payment is automatic for x402-aware clients.
Verdicts are informational risk signals, not financial advice.