Export Report
OVERALL SCORE
Level 3, Bot-Aware
- AI Discoverability 40 out of 100
- Agent Ease of Use 6 out of 100
- Security & Trust 80 out of 100
- GEO, AIO and AEO 77 out of 100
- SEO 92 out of 100
- Performance and Accessibility 61 out of 100
What AI sees of your website
Kraken | Own the Power of Your Money — Crypto, Stocks & more
Own the power of your money with Kraken. Trade crypto, stocks, futures, staking and more. Trusted by millions worldwide since 2011. Get started today.
Next step
Turn this report into a fix workflow
24 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 40 | Priority fix | 7 | 15 | 1 | View details |
| Discoverability | 71 | Needs work | 5 | 4 | 0 | View details |
| Content Readiness | 38 | Priority fix | 2 | 7 | 1 | View details |
| Bot Access Control | 0 | Priority fix | 0 | 4 | 0 | View details |
| Agent Ease of Use | 6 | Priority fix | 7 | 30 | 3 | View details |
| API | 0 | Priority fix | 0 | 6 | 0 | View details |
| Auth | Not Applicable | Not Applicable | 3 | 8 | 0 | View details |
| MCP | 13 | Priority fix | 0 | 6 | 2 | View details |
| Skill Discovery | 5 | Priority fix | 0 | 10 | 1 | View details |
| Agent Commerce | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| GEO, AIO and AEO | 77 | Mostly ready | 8 | 2 | 10 | View details |
| GEO Readiness | 87 | Mostly ready | 3 | 0 | 3 | |
| AIO Readiness | 68 | Needs work | 2 | 1 | 4 | View details |
| AEO Readiness | 74 | Needs work | 3 | 1 | 3 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| SEO | 92 | Strong | 10 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 8 | 1 | 0 | View details |
| Security & Trust | 80 | Mostly ready | 4 | 1 | 0 | View details |
| AI Training Exposure | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| Performance and Accessibility | 61 | Needs work | 20 | 4 | 1 | View details |
| Performance | 51 | Needs work | 10 | 4 | 1 | View details |
| Accessibility | 79 | Mostly ready | 10 | 0 | 0 |
Prioritized recommendations
Issues ranked by score impact
42 items need attention
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
100 Fail
Security & TrustSecurity & TrustEstablished
Content-Security-Policy
Content-Security-Policy is missing or incomplete.
Needs attention
Content-Security-Policy
Issue
Content-Security-Policy is missing or incomplete.
Why it matters
Content Security Policy limits where scripts, styles, frames, and connections can load from, reducing the impact of injection bugs.
Check name
Content-Security-Policy
Score
0/100
Status
fail
Category
Security & Trust
Maturity
Established
Goal
Constrain script, style, frame, and resource loading with a Content-Security-Policy header.
Result
Content-Security-Policy is missing or incomplete.
Evidence
{
"header": "content-security-policy",
"value": null
}Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
50 Fail
Agent Ease of UseAPIEstablished
API Catalog
API Catalog failed at "Fetch API catalog".
Needs attention
API Catalog
Issue
The API catalog endpoint did not return HTTP 2xx.
Why it matters
API catalogs help agents find service descriptions, documentation, and status resources without guessing API entry points.
Check name
API Catalog
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish an API catalog for automated API discovery using RFC 9727.
Result
API Catalog failed at "Fetch API catalog".
Validation steps
Fetch API catalog
The API catalog endpoint did not return HTTP 2xx.
Validate RFC 9727 linkset
Response is not valid JSON.
Fetch advertised API catalog targets
API Catalog did not expose any same-origin hrefs to validate.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch API catalog",
"status": "fail",
"evidence": {
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The API catalog endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/api-catalog."
},
{
"id": "validate",
"title": "Validate RFC 9727 linkset",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
"issue": "Response is not valid JSON.",
"howToFix": "Use application/linkset+json with service-desc, service-doc, and status relations that each include href."
},
{
"id": "target-validation",
"title": "Fetch advertised API catalog targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin API catalog hrefs were available to fetch."
}
]
},
"issue": "API Catalog did not expose any same-origin hrefs to validate.",
"howToFix": "Make each same-origin API catalog href reachable and serve the advertised media type."
}
]
}AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
FAQPage schema
FAQPage schema is missing or incomplete.
Needs attention
FAQPage schema
Issue
FAQ content was detected but no FAQPage schema was found.
Why it matters
FAQPage schema lets agents extract visible question-and-answer content cleanly and avoid guessing which text is an answer.
Check name
FAQPage schema
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Expose question-and-answer content in FAQPage structured data when FAQs are present.
Result
FAQPage schema is missing or incomplete.
Evidence
{
"found": false,
"visibleFaq": true,
"allTypes": [
"BreadcrumbList",
"FinancialService",
"Organization",
"Service",
"WebPage",
"WebSite"
]
}AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
50 Fail
AI DiscoverabilityDiscoverabilityEstablished
Link headers
Link headers failed at "Find useful Link headers".
Needs attention
Link headers
Issue
No useful agent discovery Link headers were found.
Why it matters
Link headers let automated clients discover API catalogs, documentation, and machine-readable alternates without parsing page markup first.
Check name
Link headers
Score
0/100
Status
fail
Category
Discoverability
Maturity
Established
Goal
Include Link response headers for agent discovery using RFC 8288.
Result
Link headers failed at "Find useful Link headers".
Validation steps
Find useful Link headers
No useful agent discovery Link headers were found.
Fetch same-origin Link header targets
Link headers did not expose any same-origin targets to validate.
Evidence
{
"failedStep": "presence",
"steps": [
{
"id": "presence",
"title": "Find useful Link headers",
"status": "fail",
"evidence": {
"links": [
{
"url": "https://www.kraken.com/css/facade-onload/6010.css",
"rel": "preload </js/_seg.aedf571b.js>"
}
]
},
"issue": "No useful agent discovery Link headers were found.",
"howToFix": "Expose useful Link headers such as rel=\"api-catalog\", rel=\"service-doc\", and rel=\"service-desc\"."
},
{
"id": "target-validation",
"title": "Fetch same-origin Link header targets",
"status": "fail",
"evidence": {
"checked": [],
"failures": [
{
"reason": "No same-origin Link header targets were available to fetch."
}
]
},
"issue": "Link headers did not expose any same-origin targets to validate.",
"howToFix": "Make each same-origin Link href reachable and serve the advertised media type."
}
]
}Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
50 Fail
Agent Ease of UseAPIEstablished
OpenAPI discovery
OpenAPI discovery failed at "Find valid OpenAPI document".
Needs attention
OpenAPI discovery
Issue
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Why it matters
OpenAPI documents let agents understand available operations, schemas, authentication, and request formats before calling an API.
Check name
OpenAPI discovery
Score
0/100
Status
fail
Category
API
Maturity
Established
Goal
Publish a valid OpenAPI or Swagger document for API discovery.
Result
OpenAPI discovery failed at "Find valid OpenAPI document".
Validation steps
Find valid OpenAPI document
OpenAPI YAML document did not match the expected shape. Content-Type "text/html" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Find valid OpenAPI document",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/openapi.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/swagger.yaml",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/api/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/api/swagger.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
{
"path": "/docs/openapi.json",
"statusCode": 404,
"contentType": "text/html",
"valid": false,
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"compatibleContentType": false,
"format": "yaml",
"version": "",
"pathCount": 0,
"operationCount": 0,
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
}
]
},
"issue": "OpenAPI YAML document did not match the expected shape. Content-Type \"text/html\" is not a recognized type; unsupported version: ; missing info block with title and version; missing paths block; no operations found.",
"howToFix": "Publish a valid OpenAPI 3.x or Swagger 2.0 JSON/YAML document with info, paths, operations, and responses."
}
]
}AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlEstablished
AI bot rules in robots.txt
AI bot rules in robots.txt is missing or incomplete.
Needs attention
AI bot rules in robots.txt
Issue
No specific User-agent rules found for major AI crawlers (GPTBot, ClaudeBot, etc.) in robots.txt.
Why it matters
Explicit AI bot rules reduce ambiguity for crawler operators and make training, indexing, or retrieval access policy auditable.
Check name
AI bot rules in robots.txt
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Established
Goal
Add User-agent rules for AI crawlers like GPTBot, Claude-Web, and others.
Result
AI bot rules in robots.txt is missing or incomplete.
Evidence
{
"expectedBots": [
"GPTBot",
"ChatGPT-User",
"ClaudeBot",
"Claude-Web",
"Anthropic-AI",
"Google-Extended",
"PerplexityBot",
"CCBot",
"Applebot-Extended",
"Meta-ExternalAgent",
"Bytespider",
"Amazonbot",
"Cohere-AI"
],
"configuredBots": []
}AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
33 Fail
AI DiscoverabilityBot Access ControlInformational
Content Signal
Content Signal is missing or incomplete.
Needs attention
Content Signal
Issue
No Content Signal found in robots.txt
Why it matters
Content Signal provides a machine-readable way to communicate AI usage preferences where participating crawlers look for policy.
Check name
Content Signal
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Declare AI content usage preferences with Content Signal in robots.txt.
Result
Content Signal is missing or incomplete.
Evidence
{
"signals": [],
"ai-train": false,
"search": false,
"ai-input": false
}AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
33 Fail
AI DiscoverabilityBot Access ControlInformational
Web Bot Auth request signing
Web Bot Auth request signing failed at "Fetch to find resource".
Needs attention
Web Bot Auth request signing
Issue
Web Bot Auth request signing was not found at the expected path.
Why it matters
Web Bot Auth discovery lets servers and clients find signing keys for bot identity workflows based on HTTP Message Signatures.
Check name
Web Bot Auth request signing
Score
0/100
Status
fail
Category
Bot Access Control
Maturity
Informational
Goal
Advertise HTTP Message Signatures keys when this site operates signed bot clients or supports Web Bot Auth workflows.
Result
Web Bot Auth request signing failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Web Bot Auth request signing was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/http-message-signatures-directory",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "Web Bot Auth request signing was not found at the expected path.",
"howToFix": "If publishing Web Bot Auth keys, return a JSON key directory with a non-empty keys array and the draft media type."
}
]
}AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
25 Fail
AI DiscoverabilityContent ReadinessEmerging recommendation
llms.txt
llms.txt failed at "Fetch to find resource".
Needs attention
llms.txt
Issue
llms.txt was not found at the expected path.
Why it matters
llms.txt gives language-model clients a concise, curated summary of important site context and links before they crawl broadly.
Check name
llms.txt
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Emerging recommendation
Goal
Publish llms.txt to summarize agent-readable site guidance.
Result
llms.txt failed at "Fetch to find resource".
Validation steps
Fetch to find resource
llms.txt was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/llms.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/llms-full.txt",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "llms.txt was not found at the expected path.",
"howToFix": "Publish /llms.txt as Markdown with a clear title, concise site summary, and useful links for agents."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Markdown negotiation
Markdown negotiation failed at "Markdown content type".
Needs attention
Markdown negotiation
Issue
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Why it matters
Markdown negotiation gives agents a cleaner representation of page content while preserving normal HTML for browsers.
Check name
Markdown negotiation
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Return HTML responses as markdown when agents request it.
Result
Markdown negotiation failed at "Markdown content type".
Validation steps
Markdown content type
Content-Type "text/html; charset=utf-8" does not indicate Markdown when requested with Accept: text/markdown.
Vary: Accept header
Markdown negotiation is missing Vary: Accept; current Vary header is "Accept-Encoding, Origin".
Structured Markdown body
Markdown response is missing a heading.
Evidence
{
"failedStep": "content-type",
"steps": [
{
"id": "content-type",
"title": "Markdown content type",
"status": "fail",
"evidence": {
"statusCode": 200,
"contentType": "text/html; charset=utf-8"
},
"issue": "Content-Type \"text/html; charset=utf-8\" does not indicate Markdown when requested with Accept: text/markdown.",
"howToFix": "Return Content-Type: text/markdown; charset=utf-8 for requests with Accept: text/markdown."
},
{
"id": "vary-accept",
"title": "Vary: Accept header",
"status": "fail",
"evidence": {
"vary": "Accept-Encoding, Origin"
},
"issue": "Markdown negotiation is missing Vary: Accept; current Vary header is \"Accept-Encoding, Origin\".",
"howToFix": "Add Vary: Accept on negotiated Markdown responses so shared caches keep HTML and Markdown variants separate."
},
{
"id": "markdown-content",
"title": "Structured Markdown body",
"status": "fail",
"evidence": {
"valid": false,
"hasHeading": false,
"wordCount": 382534,
"excerpt": "<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n <head>\n <meta key=\"char-set\" charset=\"utf-8\" />\n <meta key=\"viewport\" name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\n \n<title data-rh=\"true\">Kraken | Own the Power of Y",
"issue": "Markdown response is missing a heading."
},
"issue": "Markdown response is missing a heading.",
"howToFix": "Return Markdown with at least one heading and substantive page content, including useful links or instructions for agents."
}
]
}Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
MCP Server Card
MCP Server Card failed at "Fetch to find resource".
Needs attention
MCP Server Card
Issue
MCP Server Card was not found at the expected path.
Why it matters
MCP Server Cards help agents discover server transports, capabilities, and protocol details before opening an MCP session.
Check name
MCP Server Card
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Publish an MCP Server Card for agent discovery.
Result
MCP Server Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
MCP Server Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/mcp/server-cards.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "MCP Server Card was not found at the expected path.",
"howToFix": "Publish an MCP server card with valid transports and make each advertised local endpoint answer an MCP initialize request."
}
]
}Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPEmerging recommendation
mcp.json
mcp.json failed at "Fetch to find resource".
Needs attention
mcp.json
Issue
mcp.json was not found at the expected path.
Why it matters
MCP clients need trustworthy server metadata, protocol version, transport details, and capability hints before connecting to a remote MCP server.
Check name
mcp.json
Score
0/100
Status
fail
Category
MCP
Maturity
Emerging recommendation
Goal
Expose a stable MCP server metadata document that points agents to the site's MCP endpoint.
Result
mcp.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
mcp.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/mcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/mcp/server-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "mcp.json was not found at the expected path.",
"howToFix": "Publish mcp.json or an MCP server card with serverInfo, protocolVersion, transport endpoint, and capabilities."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
25 Fail
AI DiscoverabilityContent ReadinessEstablished
Semantic HTML
Semantic HTML is missing or incomplete.
Needs attention
Semantic HTML
Issue
Semantic HTML is incomplete: missing <main> landmark; invalid h1 (found 2); 2 links missing accessible names; 6 buttons missing accessible names; 0/2 applicable form inputs have autocomplete attributes (2 missing).
Details
Why it matters
Semantic HTML gives browsers, assistive technology, search systems, and agents reliable landmarks, headings, controls, form semantics, and image context.
Check name
Semantic HTML
Score
0/100
Status
fail
Category
Content Readiness
Maturity
Established
Goal
Expose readable page structure through semantic HTML and accessible controls.
Result
Semantic HTML is missing or incomplete.
Evidence
{
"main": false,
"nav": true,
"footer": true,
"meaningfulH1": false,
"headingOrder": true,
"accessibleLinks": false,
"accessibleButtons": false,
"imageAltCoverage": true,
"formAutocompleteCoverage": false,
"details": {
"inaccessibleLinks": [
"<a class=\"flex grow-0 content-center items-center overflow-hidden transition-opacity duration-75 ease-[cubic-bezier(0,-0.01,0.19,0.99)] [&>svg]:h-[20px] min-[1264px]:[&>svg]:h-[22px] opacity-100\" data-testid=\"kraken-logo-cta\" href=\"/\"><svg height=\"24\" viewBox=\"0 0 91 15\" xmlns=\"http://www.w3.org/2000/svg\" class=\"fill-ds-brand-brand ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><path d=\"M79.5312 14.0147V0.785345H81.7917V2.48076C82.5367 1.19636 84.1036 0.400024 85.8761 0.400024C88.7789 0.400024 9",
"<a class=\"flex grow-0 content-center items-center overflow-hidden transition-opacity duration-75 ease-[cubic-bezier(0,-0.01,0.19,0.99)] [&>svg]:h-[20px] min-[1264px]:[&>svg]:h-[22px] opacity-100\" data-testid=\"kraken-logo-cta\" href=\"/\"><svg height=\"24\" viewBox=\"0 0 91 15\" xmlns=\"http://www.w3.org/2000/svg\" class=\"fill-ds-brand-brand ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><path d=\"M79.5312 14.0147V0.785345H81.7917V2.48076C82.5367 1.19636 84.1036 0.400024 85.8761 0.400024C88.7789 0.400024 9"
],
"inaccessibleButtons": [
"<button class=\"text-ds-button-primary-medium hover:text-ds-button-primary-medium-hover active:bg-ds-button-primary-medium-active bg-ds-button-primary-medium hover:bg-ds-button-primary-medium-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm\" type=\"button\" tabindex=\"0\"><svg width=\"24\" height=\"24\" vi",
"<button class=\"text-ds-button-primary-none hover:text-ds-button-primary-none-hover active:bg-ds-button-primary-none-active bg-ds-button-primary-none hover:bg-ds-button-primary-none-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm !p-ds-0\" type=\"button\" data-testid=\"locale-switcher-desktop-trigger\"",
"<button class=\"text-ds-button-primary-none hover:text-ds-button-primary-none-hover active:bg-ds-button-primary-none-active bg-ds-button-primary-none hover:bg-ds-button-primary-none-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none opacity-40 [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm !p-ds-0\" type=\"button\" disabled aria-expanded=\"false\" data-testid=\"hambu",
"<button class=\"text-ds-button-primary-medium hover:text-ds-button-primary-medium-hover active:bg-ds-button-primary-medium-active bg-ds-button-primary-medium hover:bg-ds-button-primary-medium-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm\" type=\"button\" tabindex=\"0\"><svg width=\"24\" height=\"24\" vi",
"<button class=\"text-ds-button-primary-none hover:text-ds-button-primary-none-hover active:bg-ds-button-primary-none-active bg-ds-button-primary-none hover:bg-ds-button-primary-none-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm !p-ds-0\" type=\"button\" data-testid=\"locale-switcher-desktop-trigger\"",
"<button class=\"text-ds-button-primary-none hover:text-ds-button-primary-none-hover active:bg-ds-button-primary-none-active bg-ds-button-primary-none hover:bg-ds-button-primary-none-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none opacity-40 [-webkit-appearance:button] outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 items-center justify-center flex p-ds-icon-button-sm !p-ds-0\" type=\"button\" disabled aria-expanded=\"false\" data-testid=\"hambu"
],
"missingAutocompleteInputs": [
"<input type=\"email\" placeholder=\"[email protected]\" maxlength=\"255\" data-1p-ignore data-lpignore=\"true\" data-bwignore=\"true\" data-protonpass-ignore=\"true\" data-form-type=\"other\" id=\"email\" class=\"text-ds-input caret-ds-input focus:placeholder-ds-input peer box-border h-full shrink grow rounded-[inherit] border-none bg-inherit py-0 outline-none max-w-full grow h-full h-full w-0 text-ds-kraken-16-medium pl-0\" value>",
"<input type=\"email\" placeholder=\"[email protected]\" maxlength=\"255\" data-1p-ignore data-lpignore=\"true\" data-bwignore=\"true\" data-protonpass-ignore=\"true\" data-form-type=\"other\" id=\"email\" class=\"text-ds-input caret-ds-input focus:placeholder-ds-input peer box-border h-full shrink grow rounded-[inherit] border-none bg-inherit py-0 outline-none max-w-full grow h-full h-full w-0 text-ds-kraken-16-medium pl-0\" value>"
],
"imagesMissingAlt": [],
"skippedHeadingLevels": []
},
"counts": {
"h1": 2,
"headings": 22,
"links": 698,
"inaccessibleLinks": 2,
"buttons": 33,
"inaccessibleButtons": 6,
"images": 577,
"imagesWithAlt": 577,
"autocompleteInputs": 2,
"inputsWithAutocomplete": 0,
"missingAutocompleteInputs": 2
}
}Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
25 Fail
Agent Ease of UseMCPInformational
WebMCP manifest
WebMCP manifest failed at "Fetch to find resource".
Needs attention
WebMCP manifest
Issue
WebMCP manifest was not found at the expected path.
Why it matters
A WebMCP manifest advertises browser-exposed tools declaratively so agents can understand available site actions before invoking them.
Check name
WebMCP manifest
Score
0/100
Status
fail
Category
MCP
Maturity
Informational
Goal
Publish a WebMCP manifest for declarative browser tool discovery when using the draft manifest convention.
Result
WebMCP manifest failed at "Fetch to find resource".
Validation steps
Fetch to find resource
WebMCP manifest was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/webmcp.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/mcp.json",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 40387
}
]
},
"issue": "WebMCP manifest was not found at the expected path.",
"howToFix": "Keep declarative WebMCP manifest discovery informational until the manifest shape stabilizes; validate tools if you publish one."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Fetch to find resource".
Needs attention
A2A Agent Card
Issue
A2A Agent Card was not found at the expected path.
Why it matters
A2A Agent Cards let compatible clients discover agent skills, input and output modes, and the endpoint used to invoke those skills.
Check name
A2A Agent Card
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent card so A2A-compatible clients can discover capabilities.
Result
A2A Agent Card failed at "Fetch to find resource".
Validation steps
Fetch to find resource
A2A Agent Card was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/a2a/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/agent-card.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "A2A Agent Card was not found at the expected path.",
"howToFix": "Publish an A2A Agent Card with required skill details and make the advertised url answer A2A JSON-RPC requests."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Fetch to find resource".
Needs attention
Agent Skills index
Issue
Agent Skills index was not found at the expected path.
Why it matters
An Agent Skills index lets clients find task-specific SKILL.md documents that describe how to use site capabilities correctly.
Check name
Agent Skills index
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish an agent skills discovery index.
Result
Agent Skills index failed at "Fetch to find resource".
Validation steps
Fetch to find resource
Agent Skills index was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent-skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/.well-known/skills/index.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "Agent Skills index was not found at the expected path.",
"howToFix": "Publish an index with a non-empty skills array and reachable SKILL.md URLs."
}
]
}Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
agent.json
agent.json failed at "Fetch to find resource".
Needs attention
agent.json
Issue
agent.json was not found at the expected path.
Why it matters
agent.json is an emerging machine-readable manifest for declaring what a website does, how agents authenticate, and which actions or protocols are available.
Check name
agent.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish the singular Agent Web Protocol agent.json manifest without confusing it with the separate agents.json directory convention.
Result
agent.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agent.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/agent.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "agent.json was not found at the expected path.",
"howToFix": "Publish agent.json with awp_version, domain, intent, and typed actions that point to real same-origin API or protocol endpoints."
}
]
}Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
20 Fail
Agent Ease of UseSkill DiscoveryInformational
agents.json
agents.json failed at "Fetch to find resource".
Needs attention
agents.json
Issue
agents.json was not found at the expected path.
Why it matters
agents.json gives clients a simple directory of agent-facing capabilities and contacts when a site chooses to advertise them.
Check name
agents.json
Score
0/100
Status
fail
Category
Skill Discovery
Maturity
Informational
Goal
Publish an agents.json directory for agent-facing capabilities and contacts when using this convention.
Result
agents.json failed at "Fetch to find resource".
Validation steps
Fetch to find resource
agents.json was not found at the expected path.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "fail",
"evidence": {
"checked": [
{
"path": "/.well-known/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
},
{
"path": "/agents.json",
"statusCode": 404,
"contentType": "text/html",
"length": 4715
}
]
},
"issue": "agents.json was not found at the expected path.",
"howToFix": "If this site uses agents.json, publish JSON with an agents array containing name and url for each agent."
}
]
}AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
19 Warning
AI DiscoverabilityContent ReadinessEstablished
Content freshness signals
Content freshness signals is partially implemented.
Needs attention
Content freshness signals
Issue
Content freshness signals are incomplete: missing dateModified/datePublished in JSON-LD; missing meta or <time> freshness tags.
Why it matters
Freshness signals help agents decide whether content is current enough to cite, summarize, or compare against newer sources.
Check name
Content freshness signals
Score
25/100
Status
warning
Category
Content Readiness
Maturity
Established
Goal
Expose modified and published dates for freshness-aware retrieval and ranking.
Result
Content freshness signals is partially implemented.
Evidence
{
"lastModified": "Monday, 08-Jun-2026 19:14:51 UTC",
"schemaDates": [],
"metaDateCount": 0,
"timeDateCount": 0
}Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
15 Fail
Agent Ease of UseSkill DiscoveryEmerging recommendation
DNS-AID Agent Discovery
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Needs attention
DNS-AID Agent Discovery
Issue
No DNS-AID entrypoint records were found under _agents.
Why it matters
DNS-AID lets agents discover index, A2A, and other agent entrypoints before fetching HTTP metadata, while DNSSEC can authenticate the discovery zone.
Check name
DNS-AID Agent Discovery
Score
25/100
Status
fail
Category
Skill Discovery
Maturity
Emerging recommendation
Goal
Publish DNS for AI Discovery records under _agents for DNS-based agent entrypoint discovery.
Result
DNS-AID Agent Discovery failed at "Resolve DNS-AID SVCB/HTTPS records".
Validation steps
Resolve DNS-AID SVCB/HTTPS records
No DNS-AID entrypoint records were found under _agents.
Validate alpn and endpoint parameters
Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint.
Check DNSSEC material
DNSSEC material was not visible for the hostname or parent zone from this resolver.
Evidence
{
"failedStep": "svcb-https-records",
"steps": [
{
"id": "svcb-https-records",
"title": "Resolve DNS-AID SVCB/HTTPS records",
"status": "fail",
"evidence": {
"hostname": "www.kraken.com",
"probes": [
{
"name": "_index._agents.www.kraken.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
},
{
"name": "_a2a._agents.www.kraken.com",
"found": false,
"recordCount": 1,
"records": [],
"hasAlpn": false,
"hasEndpoint": false
}
]
},
"issue": "No DNS-AID entrypoint records were found under _agents.",
"howToFix": "Publish ServiceMode SVCB/HTTPS records such as _index._agents.example.com or _a2a._agents.example.com."
},
{
"id": "service-params",
"title": "Validate alpn and endpoint parameters",
"status": "informational",
"evidence": {
"discovered": []
},
"howToFix": "Include alpn and endpoint service parameters in each DNS-AID record so agents know the protocol and target entrypoint."
},
{
"id": "dnssec",
"title": "Check DNSSEC material",
"status": "warning",
"evidence": {
"hasDnssecMaterial": false,
"checked": [
{
"name": "www.kraken.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
},
{
"name": "kraken.com",
"dnssecTypes": [],
"dnssecRecordCount": 0
}
]
},
"issue": "DNSSEC material was not visible for the hostname or parent zone from this resolver.",
"howToFix": "Sign the public discovery zone with DNSSEC so validating resolvers can return authenticated data."
}
]
}Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
13 Warning
Agent Ease of UseMCPInformational
WebMCP
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Needs attention
WebMCP
Issue
WebMCP declarative annotations need fixes.
Details
Why it matters
WebMCP can expose page context and actions directly through the browser, giving agents safer structured hooks than screen scraping alone.
Check name
WebMCP
Score
50/100
Status
warning
Category
MCP
Maturity
Informational
Goal
Support WebMCP to expose site tools to AI agents via the browser.
Result
WebMCP has a validation warning at "Validate WebMCP declarative annotation quality".
Validation steps
Detect data-mcp-tool annotations
No data-mcp-tool attributes were found on interactive elements.
Detect WebMCP declarative tags
No elements found with tool-name or tool-description attributes.
Validate WebMCP declarative annotation quality
WebMCP declarative annotations need fixes.
WebMCP declarative annotation issues
<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.<input> is missing a name attribute.<input> is missing a label.<input> is missing tool-param-description.
Detect WebMCP imperative API usage
navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.
Detect WebMCP browser navigator injection
navigator.modelContext was not detected in the rendered browser page.
Interactive surface coverage
Only 0% of interactive surfaces are annotated.
Evidence
{
"failedStep": "declarative-annotation-quality",
"steps": [
{
"id": "data-mcp-tool-attributes",
"title": "Detect data-mcp-tool annotations",
"status": "informational",
"evidence": {
"dataMcpToolCount": 0,
"dataMcpTools": []
},
"issue": "No data-mcp-tool attributes were found on interactive elements.",
"howToFix": "Add data-mcp-tool attributes to high-value forms, buttons, and links so generic MCP-aware tooling can identify intended actions."
},
{
"id": "declarative-tags",
"title": "Detect WebMCP declarative tags",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 733,
"interactiveWithTags": 0,
"totalCount": 735,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "No elements found with tool-name or tool-description attributes.",
"howToFix": "Add tool-name and tool-description attributes to forms and interactive elements."
},
{
"id": "declarative-annotation-quality",
"title": "Validate WebMCP declarative annotation quality",
"status": "warning",
"evidence": {
"issueCount": 6,
"issues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "WebMCP declarative annotations need fixes.",
"issueDetails": [
{
"title": "WebMCP declarative annotation issues",
"items": [
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
},
{
"type": "code",
"value": "<input> is missing a name attribute."
},
{
"type": "code",
"value": "<input> is missing a label."
},
{
"type": "code",
"value": "<input> is missing tool-param-description."
}
]
}
],
"howToFix": "Use snake_case tool-name values, descriptive tool-description values, named and labeled fields, and tool-param-description on inputs."
},
{
"id": "imperative-api",
"title": "Detect WebMCP imperative API usage",
"status": "informational",
"evidence": {
"staticSignals": {
"detected": false,
"matched": []
},
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext.provideContext(), navigator.modelContext.registerTool(), or other imperative signals were not detected in rendered browser state.",
"howToFix": "Use navigator.modelContext.provideContext() to register tools programmatically."
},
{
"id": "browser-navigator-injection",
"title": "Detect WebMCP browser navigator injection",
"status": "informational",
"evidence": {
"browser": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
},
"issue": "navigator.modelContext was not detected in the rendered browser page.",
"howToFix": "Expose WebMCP through navigator.modelContext in the browser runtime when the page is intended to provide in-page tools."
},
{
"id": "surface-coverage",
"title": "Interactive surface coverage",
"status": "informational",
"evidence": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 733,
"interactiveWithTags": 0,
"totalCount": 735,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"issue": "Only 0% of interactive surfaces are annotated.",
"howToFix": "Add WebMCP annotations to all forms and interactive elements to increase agent coverage."
}
],
"staticSignals": {
"detected": false,
"matched": []
},
"coverage": {
"totalForms": 2,
"formsWithTags": 0,
"totalInteractive": 733,
"interactiveWithTags": 0,
"totalCount": 735,
"taggedCount": 0,
"dataMcpToolCount": 0,
"dataMcpTools": [],
"coverage": 0,
"annotationIssues": [
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description.",
"<input> is missing a name attribute.",
"<input> is missing a label.",
"<input> is missing tool-param-description."
]
},
"browserWebMcp": {
"checked": true,
"detected": false,
"hasNavigatorModelContext": false,
"modelContextType": "undefined",
"hasProvideContext": false,
"hasRegisterTool": false
}
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
8 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer evidence and trust
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Needs attention
AEO: Answer evidence and trust
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer evidence and trust
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer evidence and trust scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/learn",
"text": "Learn about cryptoLearn about crypto",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/learn\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Learn about crypto</span></span></div><div c..."
},
{
"href": "/learn/videos/crypto-security-guide",
"text": "Learn about securityLearn about security",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/learn/videos/crypto-security-guide\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Learn about sec..."
},
{
"href": "https://www.linkedin.com/company/krakenfx/",
"text": "",
"html": "<a rel=\"noopener noreferrer\" class=\"text-ds-neutral hover:text-ds-primary\" aria-label=\"LinkedIn\" target=\"_blank\" href=\"https://www.linkedin.com/company/krakenfx/\"><div class=\"relative flex items-center justify-center\" style=\"height:28px;width:28px\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 w-ds-icon-md h-ds-icon-md\" name=\"LogoLinkedin\"><path d=\"M19.6712 3H4.32875C3.97634 3 3.63837 3.13999 3.38918 3.389..."
}
],
"contactLinks": [
{
"href": "/features/24-7-support",
"text": "Customer serviceCustomer service",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/features/24-7-support\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Customer service</span></spa..."
},
{
"href": "https://support.kraken.com/",
"text": "Kraken support",
"html": "<a class=\"text-ds-button-primary-medium hover:text-ds-button-primary-medium-hover active:bg-ds-button-primary-medium-active bg-ds-button-primary-medium hover:bg-ds-button-primary-medium-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 p-ds-button-sm inline-block whitespace-nowrap no-underline text-ds-button-sm\" href=\"https://support.kraken.com/\" tabindex=\"0\"><span class=\"fl..."
},
{
"href": "https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-",
"text": "certain limitations and eligibility criteria",
"html": "<a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>"
},
{
"href": "http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure",
"text": "Risk Disclosure",
"html": "<a href=\"http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure\">Risk Disclosure</a>"
},
{
"href": "https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-",
"text": "certain limitations and eligibility criteria",
"html": "<a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>"
},
{
"href": "http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure",
"text": "Risk Disclosure",
"html": "<a href=\"http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure\">Risk Disclosure</a>"
},
{
"href": "https://support.kraken.com/hc/en-us",
"text": "Support Center",
"html": "<a class=\"no-underline hover:underline\" href=\"https://support.kraken.com/hc/en-us\">Support Center</a>"
},
{
"href": "https://support.kraken.com/articles/complaint-handling-process",
"text": "Complaints",
"html": "<a class=\"no-underline hover:underline\" href=\"https://support.kraken.com/articles/complaint-handling-process\">Complaints</a>"
},
{
"href": "https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing",
"text": "Do Not Sell/Share",
"html": "<a class=\"no-underline\" href=\"https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_b..."
}
],
"privacyLinks": [
{
"href": "/legal",
"text": "Terms of Service",
"html": "<a href=\"/legal\">Terms of Service</a>"
},
{
"href": "/legal",
"text": "Terms of Service for additional information.",
"html": "<a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a>"
},
{
"href": "/legal",
"text": "Terms of Service for additional information.",
"html": "<a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a>"
},
{
"href": "/legal/privacy",
"text": "Privacy Notice",
"html": "<a class=\"no-underline\" href=\"/legal/privacy\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:b..."
},
{
"href": "/legal",
"text": "Terms of Service",
"html": "<a class=\"no-underline\" href=\"/legal\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:co..."
},
{
"href": "https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing",
"text": "Do Not Sell/Share",
"html": "<a class=\"no-underline\" href=\"https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_b..."
}
],
"score": 40,
"weight": 22
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
6 Fail
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Source and trust signals
AIO: Source and trust signals scored 40/100 and needs a fix.
Needs attention
AIO: Source and trust signals
Issue
Missing AIO trust signals: author, publisher, freshnessDate.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Source and trust signals
Score
40/100
Status
fail
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Source and trust signals scored 40/100 and needs a fix.
Evidence
{
"signals": {
"author": false,
"publisher": false,
"freshnessDate": false,
"aboutOrContact": true,
"policyLinks": true
},
"missing": [
"author",
"publisher",
"freshnessDate"
],
"authorMeta": "",
"schemaAuthors": [],
"schemaPublishers": [],
"schemaDates": [],
"visibleDates": [],
"aboutLinks": [
{
"href": "/learn",
"text": "Learn about cryptoLearn about crypto",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/learn\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Learn about crypto</span></span></div><div c..."
},
{
"href": "/learn/videos/crypto-security-guide",
"text": "Learn about securityLearn about security",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/learn/videos/crypto-security-guide\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Learn about sec..."
},
{
"href": "https://www.linkedin.com/company/krakenfx/",
"text": "",
"html": "<a rel=\"noopener noreferrer\" class=\"text-ds-neutral hover:text-ds-primary\" aria-label=\"LinkedIn\" target=\"_blank\" href=\"https://www.linkedin.com/company/krakenfx/\"><div class=\"relative flex items-center justify-center\" style=\"height:28px;width:28px\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" class=\"ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 w-ds-icon-md h-ds-icon-md\" name=\"LogoLinkedin\"><path d=\"M19.6712 3H4.32875C3.97634 3 3.63837 3.13999 3.38918 3.389..."
}
],
"contactLinks": [
{
"href": "/features/24-7-support",
"text": "Customer serviceCustomer service",
"html": "<a class=\"text-ds-primary group flex items-start no-underline outline-none\" href=\"/features/24-7-support\"><div class=\"grid grid-cols-[auto_1fr] gap-x-2 items-center\"><div class=\"mt-[-2px] flex flex-col justify-center transition-colors duration-150 min-[1170px]:mt-0\"><div class=\"flex flex-row duration-150\"><div class=\"block min-[1170px]:hidden\"><span class=\"text-ds-primary text-ds-body1 text-left ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><span class=\"theme-light:text-black\">Customer service</span></spa..."
},
{
"href": "https://support.kraken.com/",
"text": "Kraken support",
"html": "<a class=\"text-ds-button-primary-medium hover:text-ds-button-primary-medium-hover active:bg-ds-button-primary-medium-active bg-ds-button-primary-medium hover:bg-ds-button-primary-medium-hover rounded-ds-button-sm outline-offset-ds-button relative box-border border-0 disabled:pointer-events-none cursor-pointer outline-none ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0 p-ds-button-sm inline-block whitespace-nowrap no-underline text-ds-button-sm\" href=\"https://support.kraken.com/\" tabindex=\"0\"><span class=\"fl..."
},
{
"href": "https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-",
"text": "certain limitations and eligibility criteria",
"html": "<a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>"
},
{
"href": "http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure",
"text": "Risk Disclosure",
"html": "<a href=\"http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure\">Risk Disclosure</a>"
},
{
"href": "https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-",
"text": "certain limitations and eligibility criteria",
"html": "<a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>"
},
{
"href": "http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure",
"text": "Risk Disclosure",
"html": "<a href=\"http://support.kraken.com/hc/en-us/articles/360022629052-Risk-Disclosure\">Risk Disclosure</a>"
},
{
"href": "https://support.kraken.com/hc/en-us",
"text": "Support Center",
"html": "<a class=\"no-underline hover:underline\" href=\"https://support.kraken.com/hc/en-us\">Support Center</a>"
},
{
"href": "https://support.kraken.com/articles/complaint-handling-process",
"text": "Complaints",
"html": "<a class=\"no-underline hover:underline\" href=\"https://support.kraken.com/articles/complaint-handling-process\">Complaints</a>"
},
{
"href": "https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing",
"text": "Do Not Sell/Share",
"html": "<a class=\"no-underline\" href=\"https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_b..."
}
],
"privacyLinks": [
{
"href": "/legal",
"text": "Terms of Service",
"html": "<a href=\"/legal\">Terms of Service</a>"
},
{
"href": "/legal",
"text": "Terms of Service for additional information.",
"html": "<a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a>"
},
{
"href": "/legal",
"text": "Terms of Service for additional information.",
"html": "<a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a>"
},
{
"href": "/legal/privacy",
"text": "Privacy Notice",
"html": "<a class=\"no-underline\" href=\"/legal/privacy\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:b..."
},
{
"href": "/legal",
"text": "Terms of Service",
"html": "<a class=\"no-underline\" href=\"/legal\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:co..."
},
{
"href": "https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing",
"text": "Do Not Sell/Share",
"html": "<a class=\"no-underline\" href=\"https://support.kraken.com/forms/648008?&1900002254847=inq_data_privacy&40360229966996=inq_data_privacy_data_selling_sharing\"><div class=\"text-ds-dimmed text-ds-label3 ms-ds-0 me-ds-0 mt-ds-0 mb-ds-0\"><div class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_b..."
}
],
"score": 40,
"weight": 20
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
6 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first sections
AEO: Answer-first sections scored 65/100 and needs improvement.
Needs attention
AEO: Answer-first sections
Issue
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer-first sections
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer-first sections scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 18,
"passing": 1,
"failing": [
{
"heading": "Focused on accelerating crypto adoption since 2011",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "654",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Crypto assets",
"paragraphHtml": "<p>Crypto assets</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "190+",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Countries supported",
"paragraphHtml": "<p>Countries supported</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Build your crypto portfolio",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Kraken?",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Simplicity",
"paragraphHtml": "<p>Simplicity</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Trade spot and margin. All in one powerful interface.",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Low spreads",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Lower your average cost per trade.",
"paragraphHtml": "<p>Lower your average cost per trade.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Deep liquidity across markets",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Easily trade large volumes at stable prices.",
"paragraphHtml": "<p>Easily trade large volumes at stable prices.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "High rate limits",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Trade crypto fast with our robust, low latency API.",
"paragraphHtml": "<p>Trade crypto fast with our robust, low latency API.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Start your crypto journey",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Sign up to buy and sell 654 cryptocurrencies.",
"paragraphHtml": "<p>Sign up to buy and sell 654 cryptocurrencies.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "The command center for active traders",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Crypto and stocks made easy",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Access, redefined",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Infrastructure trusted by global leaders",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The global money app",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your agent can trade now",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Up to 10x leverage",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Explore every market",
"paragraphHtml": "<p>Explore every market</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 28
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
5 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Visible structured data match
AIO: Visible structured data match scored 50/100 and needs improvement.
Needs attention
AIO: Visible structured data match
Issue
18 structured-data value(s) were not found in visible page text.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Visible structured data match
Score
50/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Visible structured data match scored 50/100 and needs improvement.
Evidence
{
"schemaCount": 6,
"checkedFields": [
{
"path": "$[0].@graph[0].name",
"value": "Kraken"
},
{
"path": "$[0].@graph[0].description",
"value": "Kraken is a global cryptocurrency exchange offering spot trading, derivatives, staking, institutional custody, and fiat on-ramps."
},
{
"path": "$[0].@graph[0].founder[0].name",
"value": "Thanh Luu"
},
{
"path": "$[0].@graph[0].founder[1].name",
"value": "Michael Gronager"
},
{
"path": "$[0].@graph[0].founder[2].name",
"value": "Jesse Powell"
},
{
"path": "$[0].@graph[0].hasCertification[0].name",
"value": "ISO/IEC 27001:2022"
},
{
"path": "$[0].@graph[0].hasCertification[0].description",
"value": "Information Security Management System (ISMS) certification."
},
{
"path": "$[0].@graph[0].hasCertification[1].name",
"value": "SOC 2 Type 1 examination (custody and funding services)"
},
{
"path": "$[0].@graph[0].hasCertification[1].description",
"value": "SOC 2 Type 1 examination completed for custody and funding services."
},
{
"path": "$[0].@graph[1].name",
"value": "Institutional-grade qualified custody offering"
},
{
"path": "$[0].@graph[1].hasCertification[0].name",
"value": "SOC 2 Type 2 compliance examination (institutional-grade qualified custody offering)"
},
{
"path": "$[0].@graph[1].hasCertification[0].description",
"value": "SOC 2 Type 2 compliance examination for the institutional-grade qualified custody offering."
},
{
"path": "$[0].@graph[2].name",
"value": "Kraken"
},
{
"path": "$[0].@graph[2].alternateName",
"value": "Kraken Exchange"
},
{
"path": "$[0].@graph[2].description",
"value": "Buy, sell, trade and learn about crypto on Kraken — the simple, powerful crypto platform that grows with you."
},
{
"path": "$[0].@graph[3].itemListElement[0].name",
"value": "Kraken.com"
},
{
"path": "$[0].@graph[4].name",
"value": "Kraken | Own the Power of Your Money — Crypto, Stocks & more"
},
{
"path": "$[0].@graph[4].description",
"value": "Own the power of your money with Kraken. Trade crypto, stocks, futures, staking and more. Trusted by millions worldwide since 2011. Get started today."
},
{
"path": "$[1].name",
"value": "Kraken"
},
{
"path": "$[1].description",
"value": "Kraken is a global cryptocurrency exchange offering spot trading, derivatives, staking, institutional custody, and fiat on-ramps."
},
{
"path": "$[1].founder[0].name",
"value": "Thanh Luu"
},
{
"path": "$[1].founder[1].name",
"value": "Michael Gronager"
},
{
"path": "$[1].founder[2].name",
"value": "Jesse Powell"
},
{
"path": "$[1].hasCertification[0].name",
"value": "ISO/IEC 27001:2022"
},
{
"path": "$[1].hasCertification[0].description",
"value": "Information Security Management System (ISMS) certification."
},
{
"path": "$[1].hasCertification[1].name",
"value": "SOC 2 Type 1 examination (custody and funding services)"
},
{
"path": "$[1].hasCertification[1].description",
"value": "SOC 2 Type 1 examination completed for custody and funding services."
},
{
"path": "$[2].name",
"value": "Institutional-grade qualified custody offering"
},
{
"path": "$[2].hasCertification[0].name",
"value": "SOC 2 Type 2 compliance examination (institutional-grade qualified custody offering)"
},
{
"path": "$[2].hasCertification[0].description",
"value": "SOC 2 Type 2 compliance examination for the institutional-grade qualified custody offering."
},
{
"path": "$[3].name",
"value": "Kraken"
},
{
"path": "$[3].alternateName",
"value": "Kraken Exchange"
},
{
"path": "$[3].description",
"value": "Buy, sell, trade and learn about crypto on Kraken — the simple, powerful crypto platform that grows with you."
},
{
"path": "$[4].itemListElement[0].name",
"value": "Kraken.com"
},
{
"path": "$[5].name",
"value": "Kraken | Own the Power of Your Money — Crypto, Stocks & more"
},
{
"path": "$[5].description",
"value": "Own the power of your money with Kraken. Trade crypto, stocks, futures, staking and more. Trusted by millions worldwide since 2011. Get started today."
}
],
"mismatches": [
{
"path": "$[0].@graph[0].founder[0].name",
"value": "Thanh Luu"
},
{
"path": "$[0].@graph[0].founder[1].name",
"value": "Michael Gronager"
},
{
"path": "$[0].@graph[0].founder[2].name",
"value": "Jesse Powell"
},
{
"path": "$[0].@graph[0].hasCertification[0].name",
"value": "ISO/IEC 27001:2022"
},
{
"path": "$[0].@graph[0].hasCertification[0].description",
"value": "Information Security Management System (ISMS) certification."
},
{
"path": "$[0].@graph[0].hasCertification[1].name",
"value": "SOC 2 Type 1 examination (custody and funding services)"
},
{
"path": "$[0].@graph[0].hasCertification[1].description",
"value": "SOC 2 Type 1 examination completed for custody and funding services."
},
{
"path": "$[0].@graph[1].hasCertification[0].name",
"value": "SOC 2 Type 2 compliance examination (institutional-grade qualified custody offering)"
},
{
"path": "$[0].@graph[1].hasCertification[0].description",
"value": "SOC 2 Type 2 compliance examination for the institutional-grade qualified custody offering."
},
{
"path": "$[1].founder[0].name",
"value": "Thanh Luu"
},
{
"path": "$[1].founder[1].name",
"value": "Michael Gronager"
},
{
"path": "$[1].founder[2].name",
"value": "Jesse Powell"
},
{
"path": "$[1].hasCertification[0].name",
"value": "ISO/IEC 27001:2022"
},
{
"path": "$[1].hasCertification[0].description",
"value": "Information Security Management System (ISMS) certification."
},
{
"path": "$[1].hasCertification[1].name",
"value": "SOC 2 Type 1 examination (custody and funding services)"
},
{
"path": "$[1].hasCertification[1].description",
"value": "SOC 2 Type 1 examination completed for custody and funding services."
},
{
"path": "$[2].hasCertification[0].name",
"value": "SOC 2 Type 2 compliance examination (institutional-grade qualified custody offering)"
},
{
"path": "$[2].hasCertification[0].description",
"value": "SOC 2 Type 2 compliance examination for the institutional-grade qualified custody offering."
}
],
"score": 50,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
4 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Explanatory content depth
GEO: Explanatory content depth scored 75/100 and needs improvement.
Needs attention
GEO: Explanatory content depth
Issue
5 explanatory paragraph(s) could be stronger for citation or AI extraction.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Explanatory content depth
Score
75/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Explanatory content depth scored 75/100 and needs improvement.
Evidence
{
"candidatePassages": 5,
"citablePassages": 0,
"failingCandidateParagraphs": [
{
"index": 141,
"heading": "H2: Start your crypto journey",
"text": "Availability of margin trading services is subject to certain limitations and eligibility criteria. Trading using margin involves an element of risk and may not be suitable for everyone. Read Kraken's Margin Disclosure Statement to learn more. Trading derivatives and other financial instruments, including leveraged financial instruments, involves significant risks and is not appropriate for all investors. See our...",
"words": 63,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Availability of margin trading services is subject to <a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>. Trading using margin involves an element of risk and may not be suitable for everyone. Read <a target=\"_blank\" href=\"/legal#margin-disclosure-statement\">Kraken's Margin Disclosure Statement</a> to learn more.<br> <br> Trading derivatives..."
},
{
"index": 142,
"heading": "H2: Start your crypto journey",
"text": "Geographic restrictions apply. Projected annual rate is an estimate based on the average staking rewards accrued over the past period, before commission, and is subject to change. Staking involves risks including no guarantee of rewards, potential loss from slashing or hacks, and depreciation in the value of assets while staked. Please refer to Kraken's Terms of Service for additional information.",
"words": 60,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (60 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Geographic restrictions apply. Projected annual rate is an estimate based on the average staking rewards accrued over the past period, before commission, and is subject to change.  Staking involves risks including no guarantee of rewards, potential loss from slashing or hacks, and depreciation in the value of assets while staked. Please refer to Kraken's <a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a></p>"
},
{
"index": 195,
"heading": "H2: Up to 10x leverage",
"text": "Availability of margin trading services is subject to certain limitations and eligibility criteria. Trading using margin involves an element of risk and may not be suitable for everyone. Read Kraken's Margin Disclosure Statement to learn more. Trading derivatives and other financial instruments, including leveraged financial instruments, involves significant risks and is not appropriate for all investors. See our...",
"words": 63,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (63 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Availability of margin trading services is subject to <a target=\"_blank\" href=\"https://support.kraken.com/hc/en-us/articles/4402532394260-Client-eligibility-for-margin-trading-services-\">certain limitations and eligibility criteria</a>. Trading using margin involves an element of risk and may not be suitable for everyone. Read <a target=\"_blank\" href=\"/legal#margin-disclosure-statement\">Kraken's Margin Disclosure Statement</a> to learn more.<br> <br> Trading derivatives..."
},
{
"index": 196,
"heading": "H2: Up to 10x leverage",
"text": "Geographic restrictions apply. Projected annual rate is an estimate based on the average staking rewards accrued over the past period, before commission, and is subject to change. Staking involves risks including no guarantee of rewards, potential loss from slashing or hacks, and depreciation in the value of assets while staked. Please refer to Kraken's Terms of Service for additional information.",
"words": 60,
"hasEvidence": false,
"reasons": [
"Too short for a citation-ready passage (60 words; target 80-220).",
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>Geographic restrictions apply. Projected annual rate is an estimate based on the average staking rewards accrued over the past period, before commission, and is subject to change.  Staking involves risks including no guarantee of rewards, potential loss from slashing or hacks, and depreciation in the value of assets while staked. Please refer to Kraken's <a target=\"_blank\" href=\"/legal\">Terms of Service for additional information.</a></p>"
},
{
"index": 198,
"heading": "H2: Up to 10x leverage",
"text": "These materials are for general information purposes only and are not investment or financial product advice or a recommendation or solicitation to buy, sell, stake or hold any cryptoasset or to engage in any specific trading strategy. Kraken does not and will not work to increase or decrease the price of any particular cryptoasset it makes available. The unpredictable nature of the crypto-asset markets can lead t...",
"words": 143,
"hasEvidence": false,
"reasons": [
"Missing a named source, statistic, date, percentage, report, or other evidence signal."
],
"html": "<p>These materials are for general information purposes only and are not investment or financial product advice or a recommendation or solicitation to buy, sell, stake or hold any cryptoasset or to engage in any specific trading strategy. Kraken does not and will not work to increase or decrease the price of any particular cryptoasset it makes available. The unpredictable nature of the crypto-asset markets can lead to loss of funds. Tax may be payable on any return and/or on any increase in t..."
}
],
"citableParagraphs": [],
"score": 75,
"weight": 18
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
3 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
GEO: Extraction-friendly structure
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Needs attention
GEO: Extraction-friendly structure
Issue
Missing extraction signals: optional top summary / TL;DR / key takeaways block, table with <thead> only if the page already has tabular/comparative data, ordered list only if the page explains a workflow/process.
Details
Why it matters
Generative engines favor pages with self-contained answer passages, clear entities, structured data, summaries, FAQ patterns, and crawler-accessible HTML that can be cited without extra interpretation.
Check name
GEO: Extraction-friendly structure
Score
85/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for AI answer engines to extract, cite, and attribute.
Result
GEO: Extraction-friendly structure scored 85/100 and needs improvement.
Evidence
{
"hasSummary": false,
"tableCount": 0,
"tablesWithHead": 0,
"tablesMissingThead": [],
"orderedLists": 0,
"hasFaq": true,
"definitionPatterns": 13,
"schemaBlocks": 1,
"missingSignals": [
"optional top summary / TL;DR / key takeaways block",
"table with <thead> only if the page already has tabular/comparative data",
"ordered list only if the page explains a workflow/process"
],
"score": 85,
"weight": 24
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 60/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Page experience for AIO
AIO: Page experience for AIO scored 60/100 and needs improvement.
Needs attention
AIO: Page experience for AIO
Issue
HTML size is large (3409017 bytes). 560 image(s) are missing width/height attributes.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Page experience for AIO
Score
60/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Page experience for AIO scored 60/100 and needs improvement.
Evidence
{
"viewportContent": "width=device-width, initial-scale=1",
"visibleWords": 5582,
"htmlBytes": 3409017,
"imagesMissingDimensions": [
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/1e26698806aece1d48daec1e29af66272ab16cfd-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/1e26698806aece1d48daec1e29af66272ab16cfd-36x36.svg\" class=\"kraken-image-svg\" alt=\"Kraken Pro\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/0e13fc0aa7c4c63ec966a7dc1d32d4e327c769d4-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/0e13fc0aa7c4c63ec966a7dc1d32d4e327c769d4-36x36.svg\" class=\"kraken-image-svg\" alt=\"Kraken\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/59fc4beb7fb269987560972f946d4853453939e6-48x48.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/59fc4beb7fb269987560972f946d4853453939e6-48x48.svg\" class=\"kraken-image-svg\" alt=\"Krak\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/26d1853de58017737017ba470bfe00d565d4d1b9-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/26d1853de58017737017ba470bfe00d565d4d1b9-36x36.svg\" class=\"kraken-image-svg\" alt=\"Kraken Desktop\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/746d15b9bcc4e5537dbe0e9aeb43546025182e62-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/746d15b9bcc4e5537dbe0e9aeb43546025182e62-36x36.svg\" class=\"kraken-image-svg\" alt=\"Kraken CLI\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/0a38e07f1d558ffb9d78d0b85b0f6181fd10a6a8-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/0a38e07f1d558ffb9d78d0b85b0f6181fd10a6a8-36x36.svg\" class=\"kraken-image-svg\" alt=\"Kraken Institutional\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/c4b0c1852dfac80c8b06ccf0c4b825cfe034d9f8-80x80.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/c4b0c1852dfac80c8b06ccf0c4b825cfe034d9f8-80x80.svg\" class=\"kraken-image-svg\" alt=\"Kraken 360 for protocols\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/af8cfde7218b0688e394899738920820b572938d-80x80.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/af8cfde7218b0688e394899738920820b572938d-80x80.svg\" class=\"kraken-image-svg\" alt=\"Payward Services\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/ba96b664ab1d5a37f1c4564f71ba8bfd03344636-36x36.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/ba96b664ab1d5a37f1c4564f71ba8bfd03344636-36x36.svg\" class=\"kraken-image-svg\" alt=\"On/off ramps\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"UNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SHIB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FIL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"UNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SHIB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FIL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"UNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SHIB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FIL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_doge.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"UNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_uni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SHIB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_shib.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FIL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fil.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XLM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LINK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PEPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BCH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ALGO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WBTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XMR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XLM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LINK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PEPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BCH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ALGO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WBTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XMR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XLM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LINK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PEPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BCH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ALGO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WBTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XMR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XLM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xlm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LINK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_link.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ltc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PEPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pepe.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BCH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bch.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ALGO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_algo.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WBTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_wbtc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XMR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xmr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AXS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WAVES icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MANA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AAVE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AXS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WAVES icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MANA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AAVE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AXS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WAVES icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MANA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AAVE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AXS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_axs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"WAVES icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_waves.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MANA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mana.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AAVE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_aave.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MATIC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_matic.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EURQ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eurq.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usds.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DAI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dai.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PYUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pyusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TUSD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tusd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BONK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CLV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYDX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MELANIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ICX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GIGA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POPCAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MOON icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MKR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRUMP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BONK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CLV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYDX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MELANIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ICX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GIGA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POPCAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MOON icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MKR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRUMP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BONK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CLV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYDX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MELANIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ICX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GIGA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POPCAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MOON icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MKR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRUMP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BONK icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bonk.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CLV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_clv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYDX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dydx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MELANIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_melania.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ICX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_icx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GIGA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_giga.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POPCAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_popcat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MOON icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_moon.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MKR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mkr.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRUMP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trump.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"G icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PNUT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VIRTUAL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VINE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"JAILSTOOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLUX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CRO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"OMNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"G icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PNUT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VIRTUAL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VINE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"JAILSTOOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLUX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CRO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"OMNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"G icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PNUT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VIRTUAL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VINE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"JAILSTOOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLUX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CRO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"OMNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"G icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_g.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"PNUT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pnut.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VIRTUAL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_virtual.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"VINE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_vine.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"JAILSTOOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_jailstool.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_not.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLUX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flux.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOGS icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dogs.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"CRO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cro.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"OMNI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_omni.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FWOG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GOAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SPX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DRV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"COW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TOKEN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LQTY icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AI16Z icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FARTCOIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRIFFAIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LOCKIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FWOG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GOAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SPX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DRV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"COW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TOKEN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LQTY icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AI16Z icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FARTCOIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRIFFAIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LOCKIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FWOG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GOAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SPX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DRV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"COW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TOKEN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LQTY icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AI16Z icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FARTCOIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRIFFAIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LOCKIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FWOG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fwog.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GOAT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_goat.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SPX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_spx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DRV icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_drv.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"COW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_cow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TOKEN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_token.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LQTY icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lqty.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AI16Z icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ai16z.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FARTCOIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_fartcoin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRIFFAIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_griffain.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"LOCKIN icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_lockin.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_avax.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AVAX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_avax.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_near.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NEAR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_near.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_hype.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"HYPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_hype.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BNB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tao.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TAO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tao.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flowh.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOWH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flowh.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOW icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flow.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ATOM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_atom.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DYM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dym.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SCRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_scrt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"GRT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_grt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KSM icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ksm.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_avax.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"AVAX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_avax.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XTZ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xtz.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"KAVA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_kava.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"INJ icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_inj.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SOL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"DOT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_dot.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDG icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdg.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_near.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"NEAR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_near.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USD icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usd.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TIA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tia.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"SEI icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_sei.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TRX icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_trx.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_pol.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"POL icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_pol.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"EUR icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eur.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_hype.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"HYPE icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_hype.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BNB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ADA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_ada.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"MINA icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_mina.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_tao.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"TAO icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_tao.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_flowh.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"FLOWH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_flowh.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/1698017cf06d51d17fff161c3704544f8402ecc5-68x18.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/1698017cf06d51d17fff161c3704544f8402ecc5-68x18.svg\" class=\"kraken-image-svg\" alt=\"Forbes logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;object-position:center center\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/ebe60e0d899368ee5c501148232e2b94c76b72c1-360x101.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/ebe60e0d899368ee5c501148232e2b94c76b72c1-360x101.svg\" class=\"kraken-image-svg w-[var(--width-default)] h-[var(--height-default)]\" alt=\"Kraken Pro Logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;--width-default:100%;--height-default:100%\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/6b1b0a92eb0de8b2f5cc9b71ec64afdd95c7830b-650x101.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/6b1b0a92eb0de8b2f5cc9b71ec64afdd95c7830b-650x101.svg\" class=\"kraken-image-svg w-[var(--width-default)] h-[var(--height-default)]\" alt=\"Kraken Logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;--width-default:100%;--height-default:100%\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/3f8fc1f9a91b19e97ad2579c031d37f9add67102-278x100.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/3f8fc1f9a91b19e97ad2579c031d37f9add67102-278x100.svg\" class=\"kraken-image-svg w-[var(--width-default)] h-[var(--height-default)]\" alt=\"Kraken VIP logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;--width-default:100%;--height-default:100%\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/bf349f9fb004f0522955efe7bdd9dd6e600ea2dc-168x20.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/bf349f9fb004f0522955efe7bdd9dd6e600ea2dc-168x20.svg\" class=\"kraken-image-svg w-[var(--width-default)] h-[var(--height-default)]\" alt=\"Kraken Institutional logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;--width-default:100%;--height-default:100%\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/cc0a15892d68e7927c1cd74a464047e15da98e71-84x18.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/cc0a15892d68e7927c1cd74a464047e15da98e71-84x18.svg\" class=\"kraken-image-svg w-[var(--width-default)] h-[var(--height-default)]\" alt=\"Krak Logo\" loading=\"lazy\" style=\"display:block;object-fit:contain;--width-default:100%;--height-default:100%\">"
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMTgwIDcyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1OS4xMzQgNDI4QzE5Mi4xMTkgMzI2LjE5NyA1Mi40NjUxIDI0MS41MDIgMTcyLjEzNCAxNjRDMjkxLjgwMiA4Ni40OTc5IDUwMi41MzUgMTY1LjU3NSA1ODEuMDM4IDE4NS42NjhDNjU5LjU0MSAyMDUuNzYxIDc0Ny43NCAxODguMTA0IDg1MS4xMzQgMjAxLjVDOTU0LjUyOCAyMTQuODk2IDk2OC41NzMgNTY0LjEyMSA5MTQuOTYxIDY0NS40NTFDODg1Ljk0IDY4OS40NzYgNjczLjQ1IDM5MS43NzMgNTM1LjU5MiA0NDMuNDQxQzM2Ny4wOTcgNDk0LjE1MyAyODkuODcyIDQ3NC42OTUgMjU5LjEzNCA0MjhaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTAxNDFfMTUyNzMpIi8+CjxwYXRoIGQ9Ik0yNTkuMTM0IDQyOEMxOTIuMTE5IDMyNi4xOTcgNTIuNDY1MSAyNDEuNTAyIDE3Mi4xMzQgMTY0QzI5MS44MDIgODYuNDk3OSA1MDIuNTM1IDE2NS41NzUgNTgxLjAzOCAxODUuNjY4QzY1OS41NDEgMjA1Ljc2MSA3NDcuNzQgMTg4LjEwNCA4NTEuMTM0IDIwMS41Qzk1NC41MjggMjE0Ljg5NiA5NjguNTczIDU2NC4xMjEgOTE0Ljk2MSA2NDUuNDUxQzg4NS45NCA2ODkuNDc2IDY3My40NSAzOTEuNzczIDUzNS41OTIgNDQzLjQ0MUMzNjcuMDk3IDQ5NC4xNTMgMjg5Ljg3MiA0NzQuNjk1IDI1OS4xMzQgNDI4WiIgZmlsbD0idXJsKCNwYWludDFfcmFkaWFsXzEwMTQxXzE1MjczKSIvPgo8cGF0aCBkPSJNMjU5LjEzNCA0MjhDMTkyLjExOSAzMjYuMTk3IDUyLjQ2NTEgMjQxLjUwMiAxNzIuMTM0IDE2NEMyOTEuODAyIDg2LjQ5NzkgNTAyLjUzNSAxNjUuNTc1IDU4MS4wMzggMTg1LjY2OEM2NTkuNTQxIDIwNS43NjEgNzQ3Ljc0IDE4OC4xMDQgODUxLjEzNCAyMDEuNUM5NTQuNTI4IDIxNC44OTYgOTY4LjU3MyA1NjQuMTIxIDkxNC45NjEgNjQ1LjQ1MUM4ODUuOTQgNjg5LjQ3NiA2NzMuNDUgMzkxLjc3MyA1MzUuNTkyIDQ0My40NDFDMzY3LjA5NyA0OTQuMTUzIDI4OS44NzIgNDc0LjY5NSAyNTkuMTM0IDQyOFoiIGZpbGw9InVybCgjcGFpbnQyX3JhZGlhbF8xMDE0MV8xNTI3MykiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMDE0MV8xNTI3MyIgeDE9IjYwOS4wNTEiIHkxPSIxMDYuOTA2IiB4Mj0iNjA5LjA1MSIgeTI9IjU3NS44MDciIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzc4MzdGRiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM3MTMyRjUiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDFfcmFkaWFsXzEwMTQxXzE1MjczIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTQyNi40ODggLTIxOS40NTUgMTgzLjE0NCAtNDcxLjgxMyA5NDkuNTk3IDUzMS44ODQpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGMTdDNkEiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkY0NTI4IiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50Ml9yYWRpYWxfMTAxNDFfMTUyNzMiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgtNjIuMTA5OSAxODguNCAtMjA0LjU3MSAtNDQuMzQ5IDU5MS4xNTEgMTc2Ljc5MykiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iIzYyRjdGRiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNjJGN0ZGIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMTgwIDcyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1OS4xMzQgNDI4QzE5Mi4xMTkgMzI2LjE5NyA1Mi40NjUxIDI0MS41MDIgMTcyLjEzNCAxNjRDMjkxLjgwMiA4Ni40OTc5IDUwMi41MzUgMTY1LjU3NSA1ODEuMDM4IDE4NS42NjhDNjU5LjU0MSAyMDUuNzYxIDc0Ny43NCAxODguMTA0IDg1MS4xMzQgMjAxLjVDOTU0LjUyOCAyMTQuODk2IDk2OC41NzMgNTY0LjEyMSA5MTQuOTYxIDY0NS40NTFDODg1Ljk0IDY4OS40NzYgNjczLjQ1IDM5MS43NzMgNTM1LjU5M..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMTgwIDcyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzMi44NDUgMzAyLjg5QzMyOC4xNyAzNTEuNzY5IDQwMi43MTkgNjI1LjYyOSA0NTEuMTM0IDU2NS41QzQ5OS41NDkgNTA1LjM3MSA3MDUuOTc3IDI4MS41NTQgNzcxLjA4NyAyOTYuMTAxQzgzNi4xOTggMzEwLjY0OSA4NzYuMjY2IDI1NS4zNjggODc3LjEwMSAyMzUuOTcyQzg3Ny45MzUgMjE2LjU3NSA4NjMuNzQ1IDE4My42MDEgODA1LjMxMiAxODMuNjAxQzc0Ni44OCAxODMuNjAxIDcyNi42MTEgMTk1LjQ0MyA2NjcuMzQzIDIxMS45M0M2MDguMDc2IDIyOC40MTcgNTYzLjQ5IDE4Ny4xMzUgNTIwLjQyOCAxNzkuOTI2QzQ3My41NDYgMTcyLjA3NyA0NDcuMjA1IDE3MC4wMjMgNDE3Ljk4OSAxODMuNjAxQzM4OC43NzMgMTk3LjE3OSAzNDEuMSAyMTYuNTc1IDMzMi44NDUgMzAyLjg5WiIgZmlsbD0iIzkxRkZFOSIgZmlsbC1vcGFjaXR5PSIwLjkiLz4KPC9zdmc+Cg==",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE4MCIgaGVpZ2h0PSI3MjAiIHZpZXdCb3g9IjAgMCAxMTgwIDcyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMzMi44NDUgMzAyLjg5QzMyOC4xNyAzNTEuNzY5IDQwMi43MTkgNjI1LjYyOSA0NTEuMTM0IDU2NS41QzQ5OS41NDkgNTA1LjM3MSA3MDUuOTc3IDI4MS41NTQgNzcxLjA4NyAyOTYuMTAxQzgzNi4xOTggMzEwLjY0OSA4NzYuMjY2IDI1NS4zNjggODc3LjEwMSAyMzUuOTcyQzg3Ny45MzUgMjE2LjU3NSA4NjMuNzQ1IDE4My42MDEgODA1LjMxMiAxODMuNjAxQzc0Ni44OCAxODMuNjAxIDcyNi42MTEgMTk1LjQ0M..."
},
{
"src": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA0OCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjUuNSIgc3Ryb2tlPSIjNDczODVEIi8+CjxjaXJjbGUgY3g9IjI0IiBjeT0iNiIgcj0iNS41IiBzdHJva2U9IiM0NzM4NUQiLz4KPGNpcmNsZSBjeD0iNDIiIGN5PSI2IiByPSI1LjUiIHN0cm9rZT0iIzQ3Mzg1RCIvPgo8L3N2Zz4K",
"width": "",
"height": "",
"loading": "",
"html": "<img src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA0OCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjUuNSIgc3Ryb2tlPSIjNDczODVEIi8+CjxjaXJjbGUgY3g9IjI0IiBjeT0iNiIgcj0iNS41IiBzdHJva2U9IiM0NzM4NUQiLz4KPGNpcmNsZSBjeD0iNDIiIGN5PSI2IiByPSI1LjUiIHN0cm9rZT0iIzQ3Mzg1RCIvPgo8L3N2Zz4K\" alt>"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/d597013b5e32d863beba788a05b3dd9ba591ce62-67x46.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/d597013b5e32d863beba788a05b3dd9ba591ce62-67x46.svg\" class=\"kraken-image-svg\" alt=\"Williams logo\" loading=\"lazy\" style=\"display:block\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/54b73b8da7cb853b2c756541d0c6c6b1a3202c77-36x46.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/54b73b8da7cb853b2c756541d0c6c6b1a3202c77-36x46.svg\" class=\"kraken-image-svg\" alt=\"Atlético de Madrid logo\" loading=\"lazy\" style=\"display:block\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/3a19aa44f41c22cce2d67fd82145f374c11ae829-20x46.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/3a19aa44f41c22cce2d67fd82145f374c11ae829-20x46.svg\" class=\"kraken-image-svg\" alt=\"Tottenham logo\" loading=\"lazy\" style=\"display:block\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/b0670e081e5c500543ab9635c323d902d797c414-65x46.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/b0670e081e5c500543ab9635c323d902d797c414-65x46.svg\" class=\"kraken-image-svg\" alt=\"RB Leipzig\" loading=\"lazy\" style=\"display:block\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BTC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_btc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"ETH icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_eth.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDT icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdt.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BNB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"BNB icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_bnb.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"USDC icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_usdc.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img alt=\"XRP icon\" class=\"absolute inset-0 size-full object-scale-down rounded-full\" src=\"https://assets.kraken.com/marketing/web/icons-uni-webp/s_xrp.webp?i=kds\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/00d9685fa4627cc0abd8a2957e8efcfdffbbc2dc-1024x1024.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/00d9685fa4627cc0abd8a2957e8efcfdffbbc2dc-1024x1024.svg\" class=\"kraken-image-svg\" alt=\"Pro\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/d0f1f312fb60e79892d6c61b3bce79b41c2c9986-1024x1024.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/d0f1f312fb60e79892d6c61b3bce79b41c2c9986-1024x1024.svg\" class=\"kraken-image-svg\" alt=\"Kraken\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/ae0f5614beee281a183f6e0d76be380c04e14a70-1024x1024.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/ae0f5614beee281a183f6e0d76be380c04e14a70-1024x1024.svg\" class=\"kraken-image-svg\" alt=\"Krak\" loading=\"lazy\">"
},
{
"src": "https://assets-cms.kraken.com/images/51n36hrp/facade/c8a90889d470969a2f7864a0bfa1814c28b21310-1024x1024.svg",
"width": "",
"height": "",
"loading": "lazy",
"html": "<img src=\"https://assets-cms.kraken.com/images/51n36hrp/facade/c8a90889d470969a2f7864a0bfa1814c28b21310-1024x1024.svg\" class=\"kraken-image-svg\" alt=\"Desktop\" loading=\"lazy\">"
}
],
"possibleDialogs": [],
"score": 60,
"weight": 10
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
2 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Answer block readiness
AIO: Answer block readiness scored 65/100 and needs improvement.
Needs attention
AIO: Answer block readiness
Issue
17 section(s) may benefit from a clearer opening answer; this is optional for feature/card sections.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Answer block readiness
Score
65/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Answer block readiness scored 65/100 and needs improvement.
Evidence
{
"sectionCount": 18,
"passing": 1,
"failing": [
{
"heading": "Focused on accelerating crypto adoption since 2011",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "654",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Crypto assets",
"paragraphHtml": "<p>Crypto assets</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "190+",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Countries supported",
"paragraphHtml": "<p>Countries supported</p>",
"words": 2,
"direct": false,
"issue": "First paragraph is 2 words and does not look like a concise direct answer."
},
{
"heading": "Build your crypto portfolio",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Why Kraken?",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Simplicity",
"paragraphHtml": "<p>Simplicity</p>",
"words": 1,
"direct": false,
"issue": "First paragraph is 1 words and does not look like a concise direct answer."
},
{
"heading": "Trade spot and margin. All in one powerful interface.",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Low spreads",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Lower your average cost per trade.",
"paragraphHtml": "<p>Lower your average cost per trade.</p>",
"words": 6,
"direct": false,
"issue": "First paragraph is 6 words and does not look like a concise direct answer."
},
{
"heading": "Deep liquidity across markets",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Easily trade large volumes at stable prices.",
"paragraphHtml": "<p>Easily trade large volumes at stable prices.</p>",
"words": 7,
"direct": false,
"issue": "First paragraph is 7 words and does not look like a concise direct answer."
},
{
"heading": "High rate limits",
"headingHtml": "<h3 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Trade crypto fast with our robust, low latency API.",
"paragraphHtml": "<p>Trade crypto fast with our robust, low latency API.</p>",
"words": 9,
"direct": false,
"issue": "First paragraph is 9 words and does not look like a concise direct answer."
},
{
"heading": "Start your crypto journey",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Sign up to buy and sell 654 cryptocurrencies.",
"paragraphHtml": "<p>Sign up to buy and sell 654 cryptocurrencies.</p>",
"words": 8,
"direct": false,
"issue": "First paragraph is 8 words and does not look like a concise direct answer."
},
{
"heading": "The command center for active traders",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Crypto and stocks made easy",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Access, redefined",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Infrastructure trusted by global leaders",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "The global money app",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Your agent can trade now",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "",
"paragraphHtml": "",
"words": 0,
"direct": false,
"issue": "No paragraph follows this heading."
},
{
"heading": "Up to 10x leverage",
"headingHtml": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a...",
"firstParagraph": "Explore every market",
"paragraphHtml": "<p>Explore every market</p>",
"words": 3,
"direct": false,
"issue": "First paragraph is 3 words and does not look like a concise direct answer."
}
],
"score": 65,
"weight": 8
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
1 Warning
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer intent coverage
AEO: Answer intent coverage scored 70/100 and needs improvement.
Needs attention
AEO: Answer intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
Answer engines need concise answers, question-led structure, entity clarity, visible evidence, and trust signals that can be extracted without relying on search-only metadata checks.
Check name
AEO: Answer intent coverage
Score
70/100
Status
warning
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content easy for answer engines and assistants to answer from directly.
Result
AEO: Answer intent coverage scored 70/100 and needs improvement.
Evidence
{
"headings": [
{
"text": "Focused on accelerating crypto adoption since 2011",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Build your crypto portfolio",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Why Kraken?",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Earn weekly rewards on your crypto",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Trade spot and margin. All in one powerful interface.",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Start your crypto journey",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "The command center for active traders",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Crypto and stocks made easy",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Access, redefined",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Infrastructure trusted by global leaders",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "The global money app",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Your agent can trade now",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Up to 10x leverage",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
}
],
"expected": [
{
"id": "what",
"label": "What is Kraken?",
"pattern": {}
},
{
"id": "how",
"label": "How does Kraken work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Kraken?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Kraken free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Kraken compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Kraken?",
"pattern": {}
},
{
"id": "how",
"label": "How does Kraken work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Kraken free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Kraken compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 8
}Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Informational
Agent Ease of UseAPIEmerging recommendation
AI context endpoint
AI context endpoint is informational for this page.
Needs attention
AI context endpoint
Issue
AI context endpoint is informational for this page.
Why it matters
A context endpoint gives agents a small, low-latency summary of product purpose, safe actions, and canonical machine-readable resources without scraping the whole site.
Check name
AI context endpoint
Score
100/100
Status
informational
Category
API
Maturity
Emerging recommendation
Goal
Expose a compact API context endpoint agents can fetch before deciding which public API or discovery resource to use.
Result
AI context endpoint is informational for this page.
Validation steps
Fetch to find resource
AI context endpoint was not found at the expected path.
Evidence
{
"steps": [
{
"id": "fetch",
"title": "Fetch to find resource",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/ai/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 40426
},
{
"path": "/api/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 40417
},
{
"path": "/context",
"statusCode": 429,
"contentType": "text/html; charset=UTF-8",
"length": 40384
}
]
},
"issue": "AI context endpoint was not found at the expected path.",
"howToFix": "Publish a concise JSON or Markdown AI context endpoint describing the product, public actions, and machine-readable resources."
}
]
}GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Informational
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AIO: Query intent coverage
AIO: Query intent coverage is informational for this page.
Needs attention
AIO: Query intent coverage
Issue
Missing likely AI Overview intent sections: what, how, cost, compare.
Details
Why it matters
AI Overviews depend on Google-search eligibility, useful visible content, consistent structured data, answer-first sections, trust signals, and preview controls that permit snippets.
Check name
AIO: Query intent coverage
Score
70/100
Status
informational
Category
GEO, AIO & AEO
Maturity
Emerging recommendation
Goal
Make page content eligible and useful for Google AI Overviews and AI Mode extraction.
Result
AIO: Query intent coverage is informational for this page.
Evidence
{
"headings": [
{
"text": "Focused on accelerating crypto adoption since 2011",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Build your crypto portfolio",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Why Kraken?",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Earn weekly rewards on your crypto",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Trade spot and margin. All in one powerful interface.",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Start your crypto journey",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "The command center for active traders",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Crypto and stocks made easy",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Access, redefined",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Infrastructure trusted by global leaders",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "The global money app",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Your agent can trade now",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
},
{
"text": "Up to 10x leverage",
"html": "<h2 class=\"[&_a:hover]:font-inherit [&_a:hover]:underline [&_a]:no-underline [&_blockquote]:ps-ds-6 [&_blockquote]:text-ds-body1 [&_blockquote]:before:bg-ds-dimmed [&_blockquote]:before:w-ds-2 [&_blockquote]:relative [&_blockquote]:before:absolute [&_blockquote]:before:-inset-y-0 [&_blockquote]:before:start-0 [&_blockquote]:before:content-[""] [&_em]:italic [&_h1]:text-[2em] [&_h2]:text-[1.55em] [&_h3]:text-[1.33em] [&a..."
}
],
"expected": [
{
"id": "what",
"label": "What is Kraken?",
"pattern": {}
},
{
"id": "how",
"label": "How does Kraken work?",
"pattern": {}
},
{
"id": "benefits",
"label": "Why use Kraken?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Kraken free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Kraken compare with alternatives?",
"pattern": {}
}
],
"missing": [
{
"id": "what",
"label": "What is Kraken?",
"pattern": {}
},
{
"id": "how",
"label": "How does Kraken work?",
"pattern": {}
},
{
"id": "cost",
"label": "Is Kraken free or paid?",
"pattern": {}
},
{
"id": "compare",
"label": "How does Kraken compare with alternatives?",
"pattern": {}
}
],
"score": 70,
"weight": 4
}Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
Auth.md Agent Registration
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Needs attention
Auth.md Agent Registration
Issue
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Why it matters
Agent registration metadata lets automated clients find the registration path, supported identity types, credential types, and related claim or revocation endpoints without scraping human docs.
Check name
Auth.md Agent Registration
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish Auth.md and agent_auth metadata so agents can discover registration and credential requirements.
Result
Auth.md Agent Registration has an informational finding because the page appears to support authentication.
Validation steps
Fetch and validate /auth.md
auth.md response did not match the expected agent registration shape. Content-Type "text/html" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.
Publish protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate agent_auth authorization metadata
OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{"field":"agent_auth.register_uri","issue":"Missing URL."}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.
Evidence
{
"failedStep": "auth-md",
"steps": [
{
"id": "auth-md",
"title": "Fetch and validate /auth.md",
"status": "fail",
"evidence": {
"path": "/auth.md",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 4715,
"validation": {
"valid": false,
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"compatibleContentType": false,
"contentLength": 4709,
"hasRegisterInstructions": false,
"hasProtectedResourceLink": false,
"hasAuthorizationServerLink": false,
"mentionsIdentity": false,
"mentionsCredential": false,
"links": [
"/x-icon",
"https://www.kraken.com/favicon.ico\"/><link",
"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link",
"/png",
"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link",
"/png",
"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link",
"https://api.segment.io\"/><link",
"https://cdn.segment.com\"/><link",
"https://a.clarity.ms/collect\"/><link"
],
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
}
},
"issue": "auth.md response did not match the expected agent registration shape. Content-Type \"text/html\" is not Markdown or text/plain; missing registration instructions; missing /.well-known/oauth-protected-resource link; missing /.well-known/oauth-authorization-server link; missing supported identity type language; missing credential type language.",
"howToFix": "Serve /auth.md at the site root as Markdown with agent registration instructions and links to OAuth metadata."
},
{
"id": "oauth-protected-resource",
"title": "Publish protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"ok": false,
"statusCode": 404,
"contentType": "text/html",
"length": 4715,
"text": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\"preconnect\" href=\"https://o552333.ingest.sentry.io\"/><link rel=\"preconnect\" href=\"https://assets.kraken.com\"/><link rel=\"preload\" href=\"/accounts/_next/static/chunks/9d0e17400a7a1b46.css\" as=\"style\"/><link rel=\"stylesheet\" href=\"https://assets.kraken.com/fonts/celias.css\"/><link rel=\"stylesheet\" href=\"https://assets.kraken.com/fonts/ibm.css\"/><link rel=\"stylesheet\" href=\"https://assets.kraken.com/fonts/kraken.css\"/><link rel=\"stylesheet\" href=\"/accounts/_next/static/chunks/9d0e17400a7a1b46.css\" data-n-g=\"\"/><noscript data-n-css=\"\"></noscript><script src=\"/accounts/_next/static/chunks/39679e47fb05427a.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/e2f2650bcd8dbd50.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/ec6f451c891916bf.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/7baf4f2b803bc340.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/9d617dfc9e25f5c1.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/5710920700759057.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/293950847521ed1d.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/3f0fd2240a73dc65.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/4346875c83f24e5d.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/f3b3df7a064e9ab9.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/69c32b18ec607e76.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/b2289d67ea36ebbb.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/d8f53dd3efb32781.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/7d9f56ea91505eff.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/bb8c7d75f7519cfc.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/ae35581628e97f70.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/969abe5b674f5081.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/c88fd792b3272196.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/e87f93a50898ce19.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/turbopack-5dfc4ab6c59a7118.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/5b4a1d385e79276e.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/961c17a14a1ec437.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/fb80460214c431ed.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/0fdf697983347115.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/a8611ecca230ee86.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/192ad127ad06d94e.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/9d54bdf7bb6771da.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/ec0b648800104d40.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/45ecb416a0c3d63c.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/d49dd884426a7662.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/1dac68727a825182.js\" defer=\"\"></script><script src=\"/accounts/_next/static/chunks/1a5cdb8944fc8103.js\" defer=\"\"></script><script src=\"/acco"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource with resource and authorization_servers fields."
},
{
"id": "agent-auth-block",
"title": "Validate agent_auth authorization metadata",
"status": "fail",
"evidence": {
"valid": false,
"validJson": true,
"compatibleContentType": true,
"document": {
"issuer": "kraken.com",
"authorization_endpoint": "https://www.kraken.com/oauth/authorize",
"token_endpoint": "https://api.kraken.com/oauth/token",
"registration_endpoint": "https://api.kraken.com/oauth/client",
"scopes_supported": [
"mcp.base:read",
"mcp.portfolio:read",
"mcp.trades:read",
"mcp.trades:write",
"mcp.ledger:read",
"mcp.funds:read"
],
"response_types_supported": [
"code"
],
"grant_types_supported": [
"authorization_code",
"refresh_token"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"none"
],
"code_challenge_methods_supported": [
"S256"
]
},
"rawExcerpt": "{\n \"issuer\": \"kraken.com\",\n \"authorization_endpoint\": \"https://www.kraken.com/oauth/authorize\",\n \"token_endpoint\": \"https://api.kraken.com/oauth/token\",\n \"registration_endpoint\": \"https://api.kraken.com/oauth/client\",\n \"scopes_supported\": [\n \"mcp.base:read\",\n \"mcp.portfolio:read\",\n \"mcp.trades:read\",\n \"mcp.trades:write\",\n \"mcp.ledger:read\",\n \"mcp.funds:read\"\n ],\n \"response_types_supported\": [\n \"code\"\n ],\n \"grant_types_supported\": [\n \"authorization_code\",\n \"refresh_token\"\n ],\n \"token_endpoint_auth_methods_supported\": [\n \"client_secret_basic\",\n \"none\"\n ],\n \"code_challenge_methods_supported\": [\n \"S256\"\n ]\n}",
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"hasAgentAuth": false,
"supportedIdentityTypes": [],
"credentialTypesSupported": [],
"registerUriIssues": [
{
"field": "agent_auth.register_uri",
"issue": "Missing URL."
}
],
"claimUrlIssues": [],
"revocationUrlIssues": []
},
"issue": "OAuth authorization metadata did not include a usable agent_auth block. missing agent_auth object; register_uri issues: [{\"field\":\"agent_auth.register_uri\",\"issue\":\"Missing URL.\"}]; missing supported_identity_types; missing credential_types_supported; missing claim or revocation URL.",
"howToFix": "Add agent_auth to /.well-known/oauth-authorization-server with register_uri, supported identity types, credential types, and claim or revocation URLs where applicable."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Informational
AI DiscoverabilityDiscoverabilityEstablished
IndexNow key
IndexNow key is informational for this page.
Needs attention
IndexNow key
Issue
IndexNow key is informational for this page.
Why it matters
IndexNow lets sites notify participating search engines about changed URLs, but ownership verification requires a UTF-8 key file whose filename matches the key.
Check name
IndexNow key
Score
100/100
Status
informational
Category
Discoverability
Maturity
Established
Goal
Verify that IndexNow ownership key placement is detectable when the site advertises it.
Result
IndexNow key is informational for this page.
Validation steps
Find advertised IndexNow key location
No IndexNow key location was advertised in HTML, Link headers, or robots.txt.
Fetch and validate IndexNow key file
No discoverable IndexNow key file was found.
Evidence
{
"steps": [
{
"id": "advertised-location",
"title": "Find advertised IndexNow key location",
"status": "informational",
"evidence": {
"advertised": []
},
"issue": "No IndexNow key location was advertised in HTML, Link headers, or robots.txt.",
"howToFix": "Advertise the key location with robots.txt IndexNow-Key, rel=\"indexnow-key\", or meta name=\"indexnow-key-location\" if you want scanners to verify it."
},
{
"id": "fetch-key",
"title": "Fetch and validate IndexNow key file",
"status": "informational",
"evidence": {
"advertised": [],
"checked": []
},
"issue": "No discoverable IndexNow key file was found.",
"howToFix": "Host a UTF-8 text file named {key}.txt using a 32-character hexadecimal key whose body exactly matches the key."
}
]
}Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEstablished
OAuth / OIDC discovery
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Needs attention
OAuth / OIDC discovery
Issue
OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].
Why it matters
OAuth and OIDC discovery let agents find authorization, token, and key endpoints programmatically instead of relying on human documentation.
Check name
OAuth / OIDC discovery
Score
0/100
Status
informational
Category
Auth
Maturity
Established
Goal
Publish OAuth/OIDC discovery metadata so agents can authenticate with your APIs.
Result
OAuth / OIDC discovery has an informational finding because the page appears to support authentication.
Validation steps
Validate resource body
OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{"field":"jwks_uri","issue":"Missing URL."}].
Probe authorization endpoint with an authorization-code request
authorization_endpoint did not behave like an operational OAuth authorization endpoint.
Evidence
{
"failedStep": "validate",
"steps": [
{
"id": "fetch",
"title": "Fetch discovery resource",
"status": "pass",
"evidence": {
"path": "/.well-known/oauth-authorization-server",
"statusCode": 200,
"contentType": "application/json"
}
},
{
"id": "validate",
"title": "Validate resource body",
"status": "fail",
"evidence": {
"valid": false,
"issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
"compatibleContentType": true,
"missing": [
"jwks_uri"
],
"endpointIssues": [
{
"field": "jwks_uri",
"issue": "Missing URL."
}
],
"issuer": "kraken.com",
"authorizationEndpoint": "https://www.kraken.com/oauth/authorize",
"tokenEndpoint": "https://api.kraken.com/oauth/token",
"responseTypesSupported": [
"code"
],
"grantTypesSupported": [
"authorization_code",
"refresh_token"
],
"idTokenSigningAlgValuesSupported": [],
"rawExcerpt": "{\n \"issuer\": \"kraken.com\",\n \"authorization_endpoint\": \"https://www.kraken.com/oauth/authorize\",\n \"token_endpoint\": \"https://api.kraken.com/oauth/token\",\n \"registration_endpoint\": \"https://api.kraken.com/oauth/client\",\n \"scopes_supported\": [\n \"mcp.base:read\",\n \"mcp.portfolio:read\",\n \"mcp.trades:read\",\n \"mcp.trades:write\",\n \"mcp.ledger:read\",\n \"mcp.funds:read\"\n ],\n \"response_types_supported\": [\n \"code\"\n ],\n \"grant_types_supported\": [\n \"authorization_code\",\n \"refresh_token\"\n ],\n \"token_endpoint_auth_methods_supported\": [\n \"client_secret_basic\",\n \"none\"\n ],\n \"code_challenge_methods_supported\": [\n \"S256\"\n ]\n}"
},
"issue": "OAuth Discovery response did not match the expected shape. missing: jwks_uri; endpoint issues: [{\"field\":\"jwks_uri\",\"issue\":\"Missing URL.\"}].",
"howToFix": "Publish valid OAuth/OIDC metadata only when the site actually supports OAuth/OIDC. Otherwise omit provider discovery and document any unauthenticated public APIs separately."
},
{
"id": "authorization-endpoint",
"title": "Probe authorization endpoint with an authorization-code request",
"status": "fail",
"evidence": {
"url": "https://www.kraken.com/oauth/authorize?response_type=code&client_id=can-agent-use-scanner&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Foauth%2Fcallback&scope=openid&state=can-agent-use-probe",
"method": "GET",
"statusCode": 200,
"location": null,
"contentType": "text/html",
"excerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com"
},
"issue": "authorization_endpoint did not behave like an operational OAuth authorization endpoint.",
"howToFix": "Implement an authorization endpoint that can process syntactically valid authorization requests, or remove it from discovery metadata until it exists."
},
{
"id": "authorization-redirect-safety",
"title": "Reject unregistered authorization redirects",
"status": "pass",
"evidence": {
"url": "https://www.kraken.com/oauth/authorize?response_type=code&client_id=can-agent-use-unknown-client&redirect_uri=https%3A%2F%2Fcan-agent-use.invalid%2Fattacker-callback&scope=openid&state=can-agent-use-redirect-safety",
"method": "GET",
"statusCode": 200,
"location": null,
"redirectedToUntrusted": false,
"contentType": "text/html",
"excerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com"
},
"howToFix": "Validate client_id and registered redirect_uri values before redirecting. Return a direct OAuth error for invalid clients or redirect URIs."
},
{
"id": "token-endpoint",
"title": "Probe token endpoint with advertised grant type",
"status": "pass",
"evidence": {
"url": "https://api.kraken.com/oauth/token",
"method": "POST",
"grantType": "authorization_code",
"statusCode": 401,
"oauthError": "invalid_client",
"contentType": "application/json",
"excerpt": "{\"error\":\"invalid_client\"}"
},
"howToFix": "Support every advertised grant type enough to return a protocol-appropriate response, or stop advertising unsupported grants."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": true
}Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Informational
Agent Ease of UseAuthEmerging recommendation
OAuth Protected Resource
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Needs attention
OAuth Protected Resource
Issue
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Why it matters
Protected Resource metadata tells agents which authorization servers protect an API and how to connect authentication challenges to the right resource.
Check name
OAuth Protected Resource
Score
0/100
Status
informational
Category
Auth
Maturity
Emerging recommendation
Goal
Publish OAuth Protected Resource Metadata so agents can discover how to authenticate.
Result
OAuth Protected Resource has an informational finding because the page appears to support authentication.
Validation steps
Fetch protected resource metadata
The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.
Validate protected resource metadata
Response is not valid JSON.
Validate protected resource identity
Protected resource metadata `resource` did not match the resource identifier used to retrieve it.
Probe protected API Bearer challenge
No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.
Evidence
{
"failedStep": "fetch",
"steps": [
{
"id": "fetch",
"title": "Fetch protected resource metadata",
"status": "fail",
"evidence": {
"path": "/.well-known/oauth-protected-resource",
"statusCode": 404,
"contentType": "text/html"
},
"issue": "The OAuth Protected Resource metadata endpoint did not return HTTP 2xx.",
"howToFix": "Publish /.well-known/oauth-protected-resource JSON."
},
{
"id": "metadata",
"title": "Validate protected resource metadata",
"status": "fail",
"evidence": {
"valid": false,
"compatibleContentType": false,
"issue": "Response is not valid JSON.",
"rawExcerpt": "<!DOCTYPE html><html><head><meta charSet=\"utf-8\" data-next-head=\"\"/><meta name=\"viewport\" content=\"width=device-width\" data-next-head=\"\"/><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"https://www.kraken.com/favicon.ico\"/><link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"https://www.kraken.com/_assets/icons/apple-touch-icon.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"https://www.kraken.com/_assets/icons/favicon-32x32.png\"/><link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"https://www.kraken.com/_assets/icons/favicon-16x16.png\"/><link rel=\"preconnect\" href=\"https://api.segment.io\"/><link rel=\"preconnect\" href=\"https://cdn.segment.com\"/><link rel=\"preconnect\" href=\"https://a.clarity.ms/collect\"/><link rel=\"preconnect\" href=\"https://app.launchdarkly.com\"/><link rel=\""
},
"issue": "Response is not valid JSON.",
"howToFix": "Publish resource and authorization_servers as absolute URLs."
},
{
"id": "resource-identity",
"title": "Validate protected resource identity",
"status": "fail",
"evidence": {
"expectedResource": "https://www.kraken.com"
},
"issue": "Protected resource metadata `resource` did not match the resource identifier used to retrieve it.",
"howToFix": "Set `resource` to the origin/resource identifier represented by /.well-known/oauth-protected-resource."
},
{
"id": "protected-route-challenge",
"title": "Probe protected API Bearer challenge",
"status": "informational",
"evidence": {
"checked": [
{
"path": "/api/admin/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.kraken.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/admin/summary",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.kraken.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
},
{
"path": "/api/scans",
"statusCode": 404,
"wwwAuthenticate": {
"valid": false,
"present": false
},
"expectedMetadataUrl": "https://www.kraken.com/.well-known/oauth-protected-resource",
"metadataUrlMatches": true,
"resourceMatchesRequestContext": true
}
]
},
"issue": "No protected route with a 401 Bearer challenge was detected; metadata alone does not prove a protected resource.",
"howToFix": "When this site exposes bearer-protected APIs, return 401 with WWW-Authenticate: Bearer and link resource_metadata."
}
],
"authApplicability": {
"supportsAuth": true,
"score": 9,
"signals": [
{
"source": "link:href",
"weight": 3,
"match": "auth link"
},
{
"source": "button:attribute",
"weight": 3,
"match": "auth control annotation"
},
{
"source": "visible-text",
"weight": 3,
"match": "sign up"
}
]
},
"resourceFetchSucceeded": false
}SEOSEOBrowser audit
Links do not have descriptive text
100 Fail
SEOSEOBrowser audit
Links do not have descriptive text
Check name
Links do not have descriptive text
Score
0/100
Status
fail
Device
desktop
Category
SEO
Estimated savings
3 links found
Fix guidance
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/).
Evidence
{
"displayValue": "3 links found",
"description": "Descriptive link text helps search engines understand your content. [Learn how to make links more accessible](https://developer.chrome.com/docs/lighthouse/seo/link-text/)."
}Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Document does not have a main landmark.
Check name
Document does not have a main landmark.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main).
References
https://web.dev/learn/performance/Evidence
{
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.11/landmark-one-main)."
}Performance and AccessibilityPerformanceBrowser audit
Links rely on color to be distinguishable.
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Links rely on color to be distinguishable.
Check name
Links rely on color to be distinguishable.
Score
0/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block).
References
https://web.dev/learn/performance/Evidence
{
"description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.11/link-in-text-block)."
}Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
20 Fail
Performance and AccessibilityPerformanceBrowser audit
Use efficient cache lifetimes
Check name
Use efficient cache lifetimes
Score
0/100
Status
fail
Device
desktop
Category
Performance
Estimated savings
Est savings of 762Â KiB
Fix guidance
A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache).
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 762Â KiB",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more about caching](https://developer.chrome.com/docs/performance/insights/cache)."
}Performance and AccessibilityPerformanceBrowser audit
Loading performance
11 Fail
Performance and AccessibilityPerformanceBrowser audit
Loading performance
Check name
Loading performance
Score
46/100
Status
fail
Device
desktop
Category
Performance
Fix guidance
Review the grouped loading performance checks and improve the failing sub-checks listed in evidence.
References
https://web.dev/learn/performance/Evidence
{
"checks": [
{
"id": "interactive",
"title": "Time to Interactive",
"score": 8,
"displayValue": "8.6Â s",
"numericValue": 8584.669858153866
},
{
"id": "first-contentful-paint",
"title": "First Contentful Paint",
"score": 57,
"displayValue": "1.5Â s",
"numericValue": 1481.0027388292717
},
{
"id": "max-potential-fid",
"title": "Max Potential First Input Delay",
"score": 0,
"displayValue": "2,040Â ms",
"numericValue": 2041.9999999999995
},
{
"id": "largest-contentful-paint",
"title": "Largest Contentful Paint",
"score": 69,
"displayValue": "1.8Â s",
"numericValue": 1821.0034039735233
},
{
"id": "speed-index",
"title": "Speed Index",
"score": 33,
"displayValue": "2.8Â s",
"numericValue": 2781.6619873220293
},
{
"id": "server-response-time",
"title": "Initial server response time was short",
"score": 100,
"displayValue": "Root document took 30Â ms",
"numericValue": 33
},
{
"id": "network-rtt",
"title": "Network Round Trip Times",
"score": 100,
"displayValue": "150Â ms",
"numericValue": 152.94384
},
{
"id": "total-blocking-time",
"title": "Total Blocking Time",
"score": 0,
"displayValue": "3,830Â ms",
"numericValue": 3831.9982049605505
}
]
}Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
10 Warning
Performance and AccessibilityPerformanceBrowser audit
Improve image delivery
Check name
Improve image delivery
Score
50/100
Status
warning
Device
desktop
Category
Performance
Estimated savings
Est savings of 414Â KiB
Fix guidance
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)
References
https://web.dev/learn/performance/Evidence
{
"displayValue": "Est savings of 414Â KiB",
"description": "Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/performance/insights/image-delivery)"
}Fix with MCP or CLI
Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.
Score history
Public scan score over time
Public reports for this website origin. Select any point or report link to open that canonical report.
| Scan date | Score | Readiness | Report |
|---|---|---|---|
| 51/100 | Level 3, Bot-Aware | Current report |