# Glacier21

> Blockchain address and entity intelligence for fraud, compliance, investigations, and litigation teams. Off-chain data, on-chain analytics, and an AI analyst attached to every search across 35+ chains, 200M+ labeled wallets, and 600M off-chain tags.

Glacier21 is a Washington, DC metro area company. We sell three things:

1. A self-serve API (`api.glacier21.com`) for fraud and compliance teams that want sub-100ms wallet intelligence in their stack.
2. A guided integration service that embeds Glacier21 into existing fraud, compliance, KYT, and KYC platforms.
3. A white-glove investigations practice staffed by former federal prosecutors, FBI veterans, and crypto-native engineers, handling asset recovery, sanctions exposure, subpoena response, and expert testimony.

The platform fuses on-chain forensics with off-chain identity data sourced from public records, leaks, OSINT, regulatory filings, and dark-web intelligence. Every API call returns plain-English risk narrative with citation trail, ready for SAR filings and litigation.

Numbers approved for marketing: 35+ blockchains, 200M+ labeled wallets, 600M+ off-chain tags, 200+ sources. The team and roadmap are credible because the founders have previously shipped public-records platforms used by law enforcement and built and sold a web3 platform acquired in 2022.

## Product

- [Home](https://glacier21.com/): Hero, live AI demo, live wallet demo (risky vs safe), three-options funnel (API, Integration, Investigations), product grid, use cases by role
- [Products overview](https://glacier21.com/products): API, White Glove, Live Protection, Wallet Search, Off-Chain Graph
- [Pricing](https://glacier21.com/pricing): Self-serve API tiers, integration service, white-glove engagement model

## Company

- [Team](https://glacier21.com/team): Founders and operators with DOJ, FBI, and crypto-native backgrounds
- [Contact](https://glacier21.com/contact): Demo, integration call, white-glove matter intake, Arlington VA location
- [Articles](https://glacier21.com/articles): Off-chain intelligence research and product updates

## Articles

- [Off-Chain Data Labels for Blockchain Wallets](https://glacier21.com/articles/leading-provider-of-off-chain-data-labels-for-blockchain-wallets): Why off-chain attribution is the missing layer of crypto compliance
- [Crypto Adoption in Gambling: A Strategic Overview for the US Sports Betting Sector](https://glacier21.com/articles/crypto-adoption-in-gambling-a-strategic-overview-for-the-u-s-sports-betting-sector)
- [Navigating Cryptocurrency Custody Post SAB 121](https://glacier21.com/articles/navigating-cryptocurrency-custody-the-critical-role-of-off-chain-data-in-a-post-sab-121-environment)
- [Tornado Cash Sanctions and the Fifth Circuit's Landmark Decision](https://glacier21.com/articles/tornado-cash-sanctions-and-the-fifth-circuits-landmark-decision-will-ofac-remove-tornado-cash-addresses-from-the-sdn-list)
- [Crypto and Blockchain Scam Glossary](https://glacier21.com/articles/crypto-and-blockchain-scam-glossary)
- [Cryptocurrency-Related Crimes: Navigating the Gaps in US Government Enforcement](https://glacier21.com/articles/cryptocurrency-related-crimes-navigating-the-gaps-in-u-s-government-enforcement)
- [Officially Accelerating: Virginia CCI Grant](https://glacier21.com/articles/officially-accelerating)

## Legal

- [Terms of Service](https://glacier21.com/legal/terms): Governed by laws of the Commonwealth of Virginia, AAA arbitration in Arlington VA
- [Privacy Policy](https://glacier21.com/legal/privacy): CCPA + GDPR compliant, AWS US hosting, Stripe billing
- [Website Policy](https://glacier21.com/legal/website-policy): Acceptable use, demo content disclaimers, third-party brands, cookies and analytics

## Optional

- [Full marketing site content as Markdown](https://glacier21.com/llms-full.txt): Concatenated long-form content for deep retrieval
- [Sitemap](https://glacier21.com/sitemap.xml): All canonical URLs
- [Security disclosure](https://glacier21.com/.well-known/security.txt): How to report a security issue
- [API Catalog (RFC 9727)](https://glacier21.com/.well-known/api-catalog): JSON Linkset describing the Glacier21 API surfaces
- [Agent Skills index](https://glacier21.com/.well-known/agent-skills/index.json): Discoverable skills agents can use against Glacier21
- [Company LinkedIn](https://www.linkedin.com/company/glacier21)
- [Company X / Twitter](https://x.com/GetGlacier21)
- [WalletWhitePages](https://walletwhitepages.com/): Sister product, public-facing wallet lookup

## Dashboard & Agentic API

The customer dashboard at `dashboard.glacier21.com` is the agentic surface
for the Glacier21 platform. Every tool a human can use in the dashboard,
an AI agent can call directly through MCP, including signup, login, API
key management, wallet search, and billing.

- [Live MCP server](https://dashboard.glacier21.com/api/mcp): Streamable
  HTTP transport, JSON-RPC 2.0, MCP protocol `2025-06-18`. Configure any
  MCP client (Claude Desktop, Cursor, custom) to point here. Bootstrap
  flow: `tools/list` → `register_account` → use the returned Bearer token
  on subsequent calls.
- [MCP server card](https://dashboard.glacier21.com/.well-known/mcp/server-card.json):
  SEP-2127 description of the server, transport, and 11 callable tools.
- [OAuth 2.0 server metadata](https://dashboard.glacier21.com/.well-known/oauth-authorization-server):
  Issuer, token endpoint, registration endpoint, scopes.
- [OAuth protected resource](https://dashboard.glacier21.com/.well-known/oauth-protected-resource):
  Discovery for tokens that talk to `api.glacier21.com`.
- [OpenAPI 3.1 spec](https://dashboard.glacier21.com/openapi.json):
  Includes `x-payment-info` (MPP) extensions on every payable operation.
- [Dashboard agent skills index](https://dashboard.glacier21.com/.well-known/agent-skills/index.json):
  RFC v0.2.0 manifest of authenticated and public skills.
- [Dashboard API catalog](https://dashboard.glacier21.com/.well-known/api-catalog):
  RFC 9727 linkset pointing at the OpenAPI, MCP, and OAuth surfaces.
- [Agentic Commerce Protocol discovery](https://dashboard.glacier21.com/.well-known/acp.json):
  ACP entry point.
- [x402 subscription endpoint](https://dashboard.glacier21.com/api/x402/subscribe):
  Returns HTTP 402 with USDC-on-Base payment requirements; settle and
  resubmit with the receipt to subscribe without a human in the loop.
- [Dashboard llms-full.txt](https://dashboard.glacier21.com/llms-full.txt):
  Long-form agent documentation for the dashboard surface.

## Agents

- Markdown negotiation: any of `/`, `/products`, `/pricing`, `/team`, `/contact`, `/articles`, `/legal/*` returns `text/markdown` when requested with `Accept: text/markdown`.
- WebMCP tools registered in-page: `lookup_wallet_public`, `request_demo`, `book_integration_call`, `engage_white_glove`, `view_pricing`, `connect_dashboard_mcp`.
- robots.txt declares `Content-Signal: search=yes, ai-input=yes, ai-train=no` and explicit allow rules for major AI crawlers.
