# CrypTok > A social platform with zero-fee crypto tipping, live streaming, encrypted messaging, and a full DeFi ecosystem — powered by Solana. Built for creators, by creators. CrypTok pairs the social mechanics of TikTok / Twitter with a native crypto-tipping economy: creators receive tips in $CRYPTOK with 0% transfer tax, get reflections from a 6% buy/sell tax, and earn from streams, gifts, and content. The platform is operator-owned, not VC-backed. ## API - [OpenAPI 3.1 spec](https://cryptok.me/api/v1/openapi.json): Public API spec, build SDKs against this directly - [Developer portal](https://cryptok.me/developers): API key issuance, code examples, rate limits - [API reference](https://cryptok.me/developers/reference): Per-endpoint docs with request/response samples ## Token - [$CRYPTOK page](https://cryptok.me/token): Live price, market cap, volume, liquidity, holders, trading links - [Live supply (CoinGecko/CMC)](https://cryptok.me/api/supply): Circulating supply endpoint for tracker integrations - [Whitepaper](https://cryptok.me/whitepaper): Tokenomics, distribution, roadmap, technical architecture - Mint address: `ESsCdmGyPK9sostFbWV5iM6owxcqsGNfBQaj3xkAkREV` (Solana Token-2022, no transfer fee extension) - Tax: 6% buy/sell (3% reflections to holders ≥10M, 3% dev), **0% transfer** — the killer feature for in-app tips ## Platform - [About](https://cryptok.me/about): What CrypTok is and who builds it - [Compare](https://cryptok.me/compare): CrypTok vs TikTok / Twitter / OnlyFans / Patreon - [Roadmap](https://cryptok.me/about#roadmap): What's shipped, what's coming - [FAQ](https://cryptok.me/faq): Common questions - [Privacy](https://cryptok.me/privacy) and [Terms](https://cryptok.me/terms) ## Content - [Public feed](https://cryptok.me/feed): Latest public posts - [Trending](https://cryptok.me/trending): What's hot right now - [Blogs](https://cryptok.me/blogs): Long-form articles published by CrypTok users - [Sitemap](https://cryptok.me/sitemap.xml): Complete URL index ## For AI agents - Public API requires an API key — obtain one at `/developers` - All responses are JSON; CORS is open for GET/HEAD/OPTIONS - Rate limits are per-key and documented in OpenAPI spec - For real-time data, prefer `/api/v1/swap-feed` (WebSocket) over polling - MCP server: `npx @cryptok/mcp-server` (coming soon — exposes the most-used endpoints as Claude/ChatGPT tools)