
Every hour you wait is a signal you miss.

Stop Guessing, Start Trading: The Token Metrics API Advantage
Big news: We’re cranking up the heat on AI-driven crypto analytics with the launch of the Token Metrics API and our official SDK (Software Development Kit). This isn’t just an upgrade – it's a quantum leap, giving traders, hedge funds, developers, and institutions direct access to cutting-edge market intelligence, trading signals, and predictive analytics.
Crypto markets move fast, and having real-time, AI-powered insights can be the difference between catching the next big trend or getting left behind. Until now, traders and quants have been wrestling with scattered data, delayed reporting, and a lack of truly predictive analytics. Not anymore.
The Token Metrics API delivers 32+ high-performance endpoints packed with powerful AI-driven insights right into your lap, including:
- Trading Signals: AI-driven buy/sell recommendations based on real-time market conditions.
- Investor & Trader Grades: Our proprietary risk-adjusted scoring for assessing crypto assets.
- Price Predictions: Machine learning-powered forecasts for multiple time frames.
- Sentiment Analysis: Aggregated insights from social media, news, and market data.
- Market Indicators: Advanced metrics, including correlation analysis, volatility trends, and macro-level market insights.
Getting started with the Token Metrics API is simple:
- Sign up at www.tokenmetrics.com/api.
- Generate an API key and explore sample requests.
- Choose a tier–start with 50 free API calls/month, or stake TMAI tokens for premium access.
- Optionally–download the SDK, install it for your preferred programming language, and follow the provided setup guide.
At Token Metrics, we believe data should be decentralized, predictive, and actionable.
The Token Metrics API & SDK bring next-gen AI-powered crypto intelligence to anyone looking to trade smarter, build better, and stay ahead of the curve. With our official SDK, developers can plug these insights into their own trading bots, dashboards, and research tools – no need to reinvent the wheel.
Moonshots API: Discover Breakout Tokens Before the Crowd
The biggest gains in crypto rarely come from the majors. They come from Moonshots—fast-moving tokens with breakout potential. The Moonshots API surfaces these candidates programmatically so you can rank, alert, and act inside your product. In this guide, you’ll call /v2/moonshots, display a high-signal list with TM Grade and Bullish tags, and wire it into bots, dashboards, or screeners in minutes. Start by grabbing your key at Get API Key, then Run Hello-TM and Clone a Template to ship fast.
What You’ll Build in 2 Minutes
- A minimal script that fetches Moonshots via /v2/moonshots (optionally filter by grade/signal/limit).
- A UI pattern to render symbol, TM Grade, signal, reason/tags, and timestamp—plus a link to token details.
- Optional one-liner curl to smoke-test your key.
- Endpoints to add next: /v2/tm-grade (one-score ranking), /v2/trading-signals / /v2/hourly-trading-signals (timing), /v2/resistance-support (stops/targets), /v2/quantmetrics (risk sizing), /v2/price-prediction (scenario ranges).

Why This Matters
Discovery that converts. Users want more than price tickers—they want a curated, explainable list of high-potential tokens. The moonshots API encapsulates multiple signals into a short list designed for exploration, alerts, and watchlists you can monetize.
Built for builders. The endpoint returns a consistent schema with grade, signal, and context so you can immediately sort, badge, and trigger workflows. With predictable latency and clear filters, you can scale to dashboards, mobile apps, and headless bots without reinventing the discovery pipeline.
Where to Find
The Moonshots API cURL request is right there in the top right of the API Reference. Grab it and start tapping into the potential!

👉 Keep momentum: Get API Key • Run Hello-TM • Clone a Template
Live Demo & Templates
- Moonshots Screener (Dashboard): A discover tab that ranks tokens by TM Grade and shows the latest Bullish tags and reasons.
- Alert Bot (Discord/Telegram): DM when a new token enters the Moonshots list or when the signal flips; include S/R levels for SL/TP.
- Watchlist Widget (Product): One-click “Follow” on Moonshots; show Quantmetrics for risk and a Price Prediction range for scenario planning.
Fork a screener or alerting template, plug your key, and deploy. Validate your environment with Hello-TM. When you scale users or need higher limits, compare API plans.
How It Works (Under the Hood)
The Moonshots endpoint aggregates a set of evidence—often combining TM Grade, signal state, and momentum/volume context—into a shortlist of breakout candidates. Each row includes a symbol, grade, signal, and timestamp, plus optional reason tags for transparency.
For UX, a common pattern is: headline list → token detail where you render TM Grade (quality), Trading Signals (timing), Support/Resistance (risk placement), Quantmetrics (risk-adjusted performance), and Price Prediction scenarios. This lets users understand why a token was flagged and how to act with risk controls.
Polling vs webhooks. Dashboards typically poll with short-TTL caching. Alerting flows use scheduled jobs or webhooks (where available) to smooth traffic and avoid duplicates. Always make notifications idempotent.

Production Checklist
- Rate limits: Respect plan caps; batch and throttle in clients/workers.
- Retries & backoff: Exponential backoff with jitter on 429/5xx; capture request IDs.
- Idempotency: De-dup alerts and downstream actions (e.g., don’t re-DM on retries).
- Caching: Memory/Redis/KV with short TTLs; pre-warm during peak hours.
- Batching: Fetch in pages (e.g., limit + offset if supported); parallelize within limits.
- Sorting & tags: Sort primarily by tm_grade or composite; surface reason tags to build trust.
- Observability: Track p95/p99, error rates, and alert delivery success; log variant versions.
- Security: Store keys in a secrets manager; rotate regularly.
Use Cases & Patterns
- Bot Builder (Headless):
- Universe filter: trade only tokens appearing in Moonshots with tm_grade ≥ X.
- Timing: confirm entry with /v2/trading-signals; place stops/targets with /v2/resistance-support; size via Quantmetrics.
- Universe filter: trade only tokens appearing in Moonshots with tm_grade ≥ X.
- Dashboard Builder (Product):
- Moonshots tab with Badges (Bullish, Grade 80+, Momentum).
- Token detail page integrating TM Grade, Signals, S/R, and Predictions for a complete decision loop.
- Moonshots tab with Badges (Bullish, Grade 80+, Momentum).
- Screener Maker (Lightweight Tools):
- Top-N list with Follow/alert toggles; export CSV.
- “New this week” and “Graduated” sections for churn/entry dynamics.
- Top-N list with Follow/alert toggles; export CSV.
- Community/Content:
- Weekly digest: new entrants, upgrades, and notable exits—link back to your product pages.
- Weekly digest: new entrants, upgrades, and notable exits—link back to your product pages.
Next Steps
- Get API Key — generate a key and start free.
- Run Hello-TM — verify your first successful call.
- Clone a Template — deploy a screener or alerts bot today.
- Watch the demo: VIDEO_URL_HERE
- Compare plans: Scale confidently with API plans.
FAQs
1) What does the Moonshots API return?
A list of breakout candidates with fields such as symbol, tm_grade, signal (often Bullish/Bearish), optional reason tags, and updated_at. Use it to drive discover tabs, alerts, and watchlists.
2) How fresh is the list? What about latency/SLOs?
The endpoint targets predictable latency and timely updates for dashboards and alerts. Use short-TTL caching and queued jobs/webhooks to avoid bursty polling.
3) How do I use Moonshots in a trading workflow?
Common stack: Moonshots for discovery, Trading Signals for timing, Support/Resistance for SL/TP, Quantmetrics for sizing, and Price Prediction for scenario context. Always backtest and paper-trade first.
4) I saw results like “+241%” and a “7.5% average return.” Are these guaranteed?
No. Any historical results are illustrative and not guarantees of future performance. Markets are risky; use risk management and testing.
5) Can I filter the Moonshots list?
Yes—pass parameters like min_grade, signal, and limit (as supported) to tailor to your audience and keep pages fast.
6) Do you provide SDKs or examples?
REST works with JavaScript and Python snippets above. Docs include quickstarts, Postman collections, and templates—start with Run Hello-TM.
7) Pricing, limits, and enterprise SLAs?
Begin free and scale up. See API plans for rate limits and enterprise options.
Support and Resistance API: Auto-Calculate Smart Levels for Better Trades
Most traders still draw lines by hand in TradingView. The support and resistance API from Token Metrics auto-calculates clean support and resistance levels from one request, so your dashboard, bot, or alerts can react instantly. In minutes, you’ll call /v2/resistance-support, render actionable levels for any token, and wire them into stops, targets, or notifications. Start by grabbing your key on Get API Key, then Run Hello-TM and Clone a Template to ship a production-ready feature fast.
What You’ll Build in 2 Minutes
- A minimal script that fetches Support/Resistance via /v2/resistance-support for a symbol (e.g., BTC, SOL).
- A one-liner curl to smoke-test your key.
- A UI pattern to display nearest support, nearest resistance, level strength, and last updated time.
- Endpoints to add next: /v2/trading-signals (entries/exits), /v2/hourly-trading-signals (intraday updates), /v2/tm-grade (single-score context), /v2/quantmetrics (risk/return framing).

Why This Matters
Precision beats guesswork. Hand-drawn lines are subjective and slow. The support and resistance API standardizes levels across assets and timeframes, enabling deterministic stops and take-profits your users (and bots) can trust.
Production-ready by design. A simple REST shape, predictable latency, and clear semantics let you add levels to token pages, automate SL/TP alerts, and build rule-based execution with minimal glue code.
Where to Find
Need the Support and Resistance data? The cURL request for it is in the top right of the API Reference for quick access.

👉 Keep momentum: Get API Key • Run Hello-TM • Clone a Template
Live Demo & Templates
- SL/TP Alerts Bot (Telegram/Discord): Ping when price approaches or touches a level; include buffer %, link back to your app.
- Token Page Levels Panel (Dashboard): Show nearest support/resistance with strength badges; color the latest candle by zone.
- TradingView Overlay Companion: Use levels to annotate charts and label potential entries/exits driven by Trading Signals.
Kick off with our quickstarts—fork a bot or dashboard template, plug your key, and deploy. Confirm your environment by Running Hello-TM. When you’re scaling or need webhooks/limits, review API plans.
How It Works (Under the Hood)
The Support/Resistance endpoint analyzes recent price structure to produce discrete levels above and below current price, along with strength indicators you can use for priority and styling. Query /v2/resistance-support?symbol=<ASSET>&timeframe=<HORIZON> to receive arrays of level objects and timestamps.
Polling vs webhooks. For dashboards, short-TTL caching and batched fetches keep pages snappy. For bots and alerts, use queued jobs or webhooks (where applicable) to avoid noisy, bursty polling—especially around market opens and major events.

Production Checklist
- Rate limits: Respect plan caps; add client-side throttling.
- Retries/backoff: Exponential backoff with jitter for 429/5xx; log failures.
- Idempotency: Make alerting and order logic idempotent to prevent duplicates.
- Caching: Memory/Redis/KV with short TTLs; pre-warm top symbols.
- Batching: Fetch multiple assets per cycle; parallelize within rate limits.
- Threshold logic: Add %-of-price buffers (e.g., alert at 0.3–0.5% from level).
- Error catalog: Map common 4xx/5xx to actionable user guidance; keep request IDs.
- Observability: Track p95/p99; measure alert precision (touch vs approach).
- Security: Store API keys in a secrets manager; rotate regularly.
Use Cases & Patterns
- Bot Builder (Headless):
- Use nearest support for stop placement and nearest resistance for profit targets.
- Combine with /v2/trading-signals for entries/exits and size via Quantmetrics (volatility, drawdown).
- Use nearest support for stop placement and nearest resistance for profit targets.
- Dashboard Builder (Product):
- Add a Levels widget to token pages; badge strength (e.g., High/Med/Low) and show last touch time.
- Color the price region (below support, between levels, above resistance) for instant context.
- Add a Levels widget to token pages; badge strength (e.g., High/Med/Low) and show last touch time.
- Screener Maker (Lightweight Tools):
- “Close to level” sort: highlight tokens within X% of a strong level.
- Toggle alerts for approach vs breakout events.
- “Close to level” sort: highlight tokens within X% of a strong level.
- Risk Management:
- Create policy rules like “no new long if price is within 0.2% of strong resistance.”
- Export daily level snapshots for audit/compliance.
- Create policy rules like “no new long if price is within 0.2% of strong resistance.”
Next Steps
- Get API Key — generate a key and start free.
- Run Hello-TM — verify your first successful call.
- Clone a Template — deploy a levels panel or alerts bot today.
- Watch the demo: VIDEO_URL_HERE
- Compare plans: Scale confidently with API plans.
FAQs
1) What does the Support & Resistance API return?
A JSON payload with arrays of support and resistance levels for a symbol (and optional timeframe), each with a price and strength indicator, plus an update timestamp.
2) How timely are the levels? What are the latency/SLOs?
The endpoint targets predictable latency suitable for dashboards and alerts. Use short-TTL caching for UIs, and queued jobs or webhooks for alerting to smooth traffic.
3) How do I trigger alerts or trades from levels?
Common patterns: alert when price is within X% of a level, touches a level, or breaks beyond with confirmation. Always make downstream actions idempotent and respect rate limits.
4) Can I combine levels with other endpoints?
Yes—pair with /v2/trading-signals for timing, /v2/tm-grade for quality context, and /v2/quantmetrics for risk sizing. This yields a complete decide-plan-execute loop.
5) Which timeframe should I use?
Intraday bots prefer shorter horizons; swing/position dashboards use daily or higher-timeframe levels. Offer a timeframe toggle and cache results per setting.
6) Do you provide SDKs or examples?
Use the REST snippets above (JS/Python). The docs include quickstarts, Postman collections, and templates—start with Run Hello-TM.
7) Pricing, limits, and enterprise SLAs?
Begin free and scale as you grow. See API plans for rate limits and enterprise SLA options.
Quantmetrics API: Measure Risk & Reward in One Call
Most traders see price—quants see probabilities. The Quantmetrics API turns raw performance into risk-adjusted stats like Sharpe, Sortino, volatility, drawdown, and CAGR so you can compare tokens objectively and build smarter bots and dashboards. In minutes, you’ll query /v2/quantmetrics, render a clear performance snapshot, and ship a feature that customers trust. Start by grabbing your key at Get API Key, Run Hello-TM to verify your first call, then Clone a Template to go live fast.
What You’ll Build in 2 Minutes
- A minimal script that fetches Quantmetrics for a token via /v2/quantmetrics (e.g., BTC, ETH, SOL).
- A smoke-test curl you can paste into your terminal.
- A UI pattern that displays Sharpe, Sortino, volatility, max drawdown, CAGR, and lookback window.
- Endpoints to add next: /v2/tm-grade (one-score signal), /v2/trading-signals / /v2/hourly-trading-signals (timing), /v2/resistance-support (risk placement), /v2/price-prediction (scenario planning).

Why This Matters
Risk-adjusted truth beats hype. Price alone hides tail risk and whipsaws. Quantmetrics compresses edge, risk, and consistency into metrics that travel across assets and timeframes—so you can rank universes, size positions, and communicate performance like a pro.
Built for dev speed. A clean REST schema, predictable latency, and easy auth mean you can plug Sharpe/Sortino into bots, dashboards, and screeners without maintaining your own analytics pipeline. Pair with caching and batching to serve fast pages at scale.
Where to Find
The Quant Metrics cURL request is located in the top right of the API Reference, allowing you to easily integrate it with your application.

👉 Keep momentum: Get API Key • Run Hello-TM • Clone a Template
Live Demo & Templates
- Risk Snapshot Widget (Dashboard): Show Sharpe, Sortino, volatility, and drawdown per token; color-code by thresholds.
- Allocator Screener: Rank tokens by Sharpe, filter by drawdown < X%, and surface a top-N list.
- Bot Sizer: Use Quantmetrics to scale position sizes (e.g., lower risk = larger size), combined with Trading Signals for entries/exits.
Kick off from quickstarts in the docs—fork a dashboard or screener template, plug your key, and deploy in minutes. Validate your environment with Run Hello-TM; when you need more throughput or webhooks, compare API plans.
How It Works (Under the Hood)
Quantmetrics computes risk-adjusted performance over a chosen lookback (e.g., 30d, 90d, 1y). You’ll receive a JSON snapshot with core statistics:
- Sharpe ratio: excess return per unit of total volatility.
- Sortino ratio: penalizes downside volatility more than upside.
- Volatility: standard deviation of returns over the window.
- Max drawdown: worst peak-to-trough decline.
- CAGR / performance snapshot: geometric growth rate and best/worst periods.
Call /v2/quantmetrics?symbol=<ASSET>&window=<LOOKBACK> to fetch the current snapshot. For dashboards spanning many tokens, batch symbols and apply short-TTL caching. If you generate alerts (e.g., “Sharpe crossed 1.5”), run a scheduled job and queue notifications to avoid bursty polling.

Production Checklist
- Rate limits: Understand your tier caps; add client-side throttling and queues.
- Retries & backoff: Exponential backoff with jitter; treat 429/5xx as transient.
- Idempotency: Prevent duplicate downstream actions on retried jobs.
- Caching: Memory/Redis/KV with short TTLs; pre-warm popular symbols and windows.
- Batching: Fetch multiple symbols per cycle; parallelize carefully within limits.
- Error catalog: Map 4xx/5xx to clear remediation; log request IDs for tracing.
- Observability: Track p95/p99 latency and error rates; alert on drift.
- Security: Store API keys in secrets managers; rotate regularly.
Use Cases & Patterns
- Bot Builder (Headless): Gate entries by Sharpe ≥ threshold and drawdown ≤ limit, then trigger with /v2/trading-signals; size by inverse volatility.
- Dashboard Builder (Product): Add a Quantmetrics panel to token pages; allow switching lookbacks (30d/90d/1y) and export CSV.
- Screener Maker (Lightweight Tools): Top-N by Sortino with filters for volatility and sector; add alert toggles when thresholds cross.
- Allocator/PM Tools: Blend CAGR, Sharpe, drawdown into a composite score to rank reallocations; show methodology for trust.
- Research/Reporting: Weekly digest of tokens with Sharpe ↑, drawdown ↓, and volatility ↓.
Next Steps
- Get API Key — start free and generate a key in seconds.
- Run Hello-TM — verify your first successful call.
- Clone a Template — deploy a screener or dashboard today.
- Watch the demo: VIDEO_URL_HERE
- Compare plans: Scale with API plans.
FAQs
1) What does the Quantmetrics API return?
A JSON snapshot of risk-adjusted metrics (e.g., Sharpe, Sortino, volatility, max drawdown, CAGR) for a symbol and lookback window—ideal for ranking, sizing, and dashboards.
2) How fresh are the stats? What about latency/SLOs?
Responses are engineered for predictable latency. For heavy UI usage, add short-TTL caching and batch requests; for alerts, use scheduled jobs or webhooks where available.
3) Can I use Quantmetrics to size positions in a live bot?
Yes—many quants size inversely to volatility or require Sharpe ≥ X to trade. Always backtest and paper-trade before going live; past results are illustrative, not guarantees.
4) Which lookback window should I choose?
Short windows (30–90d) adapt faster but are noisier; longer windows (6–12m) are steadier but slower to react. Offer users a toggle and cache each window.
5) Do you provide SDKs or examples?
REST is straightforward (JS/Python above). Docs include quickstarts, Postman collections, and templates—start with Run Hello-TM.
6) Polling vs webhooks for quant alerts?
Dashboards usually use cached polling. For threshold alerts (e.g., Sharpe crosses 1.0), run scheduled jobs and queue notifications to keep usage smooth and idempotent.
7) Pricing, limits, and enterprise SLAs?
Begin free and scale up. See API plans for rate limits and enterprise SLA options.
Recent Posts
.png)
Token Metrics AI Raises $8.5M to Advance Crypto AI Agents, Reveals 2025 Roadmap
Funding to Drive Next-Gen AI Agent Solutions for Crypto Trading and Investing
Token Metrics AI (TMAI), a platform transforming cryptocurrency trading with AI agents, has raised $8.5 million over four years from 3,000+ investors. Following its Token Generation Event (TGE) on December 4, 2024, TMAI tokens are now trading on Bitpanda, Gate.io, and MEXC, supported by Token Metrics’ global community of 500,000 crypto enthusiasts. This milestone paves the way for TMAI’s ambitious 2025 roadmap, which emphasizes governance, staking, and cutting-edge AI-driven trading innovations.
Fundraising and Token Highlights
- Total Raised: $8.5 million over four years
- Token Availability: Trading live on Bitpanda, Gate.io, and MEXC
- Community Engagement: Over 55% of the token supply (~$30M) airdropped to the community
TMAI 2025 Roadmap: Shaping the Future of Crypto AI
The roadmap outlines a bold vision for empowering traders, stakers, and developers with advanced AI technology and governance innovations.
Key Features Coming in 2025
- AI Agents for Twitter, Discord, and Telegram:some text
- Twitter Agent: A teaser of real-time trading insights, showcasing TMAI’s capabilities.
- Discord and Telegram Agents: Full access is token-gated via staking, rewarding committed participants.
- Governance Dashboard & Staking:some text
- Stake TMAI to earn veTMAI, influence platform decisions, and share in platform fees.
- Stake TMAI to earn veTMAI, influence platform decisions, and share in platform fees.
- AI-Powered Trading Agents:some text
- Advanced, data-driven agents to automate and optimize trading strategies across platforms.
- Advanced, data-driven agents to automate and optimize trading strategies across platforms.
On-Chain Swaps with Revenue Sharing:some text
- Seamlessly trade through the Token Metrics platform, with stakers sharing in generated revenue.
- TMAI Mobile Apps (iOS & Android):some text
- Access AI agents and trading insights anywhere, ensuring traders stay connected on the go.
- Access AI agents and trading insights anywhere, ensuring traders stay connected on the go.
- Enhanced Token Metrics API:some text
- Enables developers and quants to integrate TMAI’s AI capabilities into their platforms and build custom crypto AI trading agents.
- Enables developers and quants to integrate TMAI’s AI capabilities into their platforms and build custom crypto AI trading agents.
- Exclusive Staker Benefits:some text
- Early access to private sales and token launches, sourced by Token Metrics DAO and Token Metrics Ventures.
- Early access to private sales and token launches, sourced by Token Metrics DAO and Token Metrics Ventures.
- TMAI Sentient Indices:some text
- AI-managed portfolios that adapt dynamically to market conditions, delivering optimized growth for users and stakers alike.
Why TMAI Stands Out
- Proven Expertise: Built on AI models refined since 2019, delivering unparalleled precision.
- Comprehensive Ecosystem: Integrates AI agents, governance, staking, and revenue-sharing for a holistic experience.
- Aligned Incentives: Stakers benefit directly from platform fees, private sales, and governance influence.
- Community Power: Backed by Token Metrics’ global network of 500,000 crypto enthusiasts.
- Future-Ready Innovation: Designed for scalability, ensuring adaptability in an ever-evolving market.
TMAI isn’t just innovating—it’s redefining the role of AI in cryptocurrency.
Join the Future of Crypto AI
Be part of the TMAI revolution. Stay updated on Twitter, Discord, and Telegram to learn more about upcoming features and opportunities.
.png)
The Crypto AI Agent Revolutionizing Investing: Why TMAI is a Must-Have for 2025
Investing in cryptocurrency is evolving, and staying ahead of the curve requires the right tools and insights. Enter TMAI, the native token of Token Metrics, designed to power the most advanced Crypto AI Agent in the market. Trusted by investors across two complete market cycles, Token Metrics has consistently delivered data-driven insights and back-tested signals since 2019. With TMAI, the platform creates an unparalleled ecosystem for crypto investors and traders. Here's why TMAI is a game-changer.
- Up to 50% Revenue Sharing for Stakers
TMAI stakers can earn up to 50% of platform revenue, distributed in ETH, TMAI, or stablecoins. This revolutionary staking model offers the following:
- Passive Income: Yield from AI-driven on-chain Crypto Indices managed by the DAO Treasury.
- Sustainability: A consistent and innovative income source for investors.
2. Exclusive Private Sales Access
TMAI holders gain early access to promising projects similar to Movement Labs, Andrena, Vana, Pixels, and Peaq through Token Metrics Ventures. Staking is set to launch in Q1 2025, and TMAI holders will enjoy unparalleled opportunities to invest in high-potential projects early.
3. Premium Access with TMAI
Use TMAI to unlock Token Metrics subscriptions, granting access to:
- AI-Powered Analytics: Advanced tools to navigate the crypto market.
- Data-Driven Insights: Proprietary signals to identify high-potential tokens.
- Trading Tools: Resources designed to keep investors ahead of the curve.
4. For-profit DAO Based in the Marshall Islands
TMAI's governance is structured as a for-profit DAO, ensuring:
- Aligned Interests: Direct benefits to stakers from Treasury activities.
- Community Empowerment: A model that fosters trust and collaboration.
5. Perfect Tokenomics
TMAI's design prioritizes fairness and sustainability:
- Community-First Distribution: Nearly 60% of the total token supply was airdropped to the community.
- Rewarding Long-Term Holders: Vote-escrowed staking (veTMAI) provides higher benefits and yields for those committed to the platform's success.
6. Available Now on Top Exchanges
TMAI is readily available on trusted exchanges like Bitpanda, Gate.io, and MEXC. Secure your position in the future of crypto investing today.
7. The Best Crypto AI Agent for 2025
Powered by years of back-tested signals and proprietary data, TMAI fuels Token Metrics' AI Agent to:
- Analyze market trends.
- Identify high-potential tokens.
- Guide investors to smarter, more informed decisions.
Why Crypto Investors Trust Token Metrics
- Proven Performance: Since 2019, Token Metrics has provided traders with actionable insights to navigate bull and bear markets.
- Industry Recognition: Featured in Bloomberg, CNBC, and Forbes and trusted by top traders, funds, and institutions worldwide.
- Founded by Ian Balina: A crypto pioneer known for turning $20,000 into $5 million using the tools that now power Token Metrics.
How to Get Started
- Sign Up for Token Metrics: Begin using the best tools in crypto.
- Buy TMAI: Available now on Bitpanda, Gate.io, and MEXC.
- Stake and Earn: Prepare for staking and governance launching in Q1 2025.
Why TMAI is the Ultimate Crypto AI Token
TMAI offers an unmatched combination of revenue sharing, exclusive investment opportunities, premium access, and perfect tokenomics. Whether you're a seasoned investor or new to crypto, TMAI positions you for success in the fast-paced world of cryptocurrency.
Don't miss your chance to join the crypto revolution. With TMAI, the future of investing is smarter, more profitable, and powered by AI. Secure your stake today and join the journey to redefine crypto investing.
.png)
Token Metrics ($TMAI) Payments: A Comprehensive Guide
Token Metrics Payments: Your Gateway to the Future of Crypto 🚀
The Revolution Has Begun. Are You In?
Crypto thrives on innovation, and at Token Metrics, we don't just keep up—we lead. With the launch of Token Metrics Payments powered by $TMAI, we're shattering barriers and redefining how you access the tools to dominate this bull cycle.
This is more than just payments—your ticket to 100X opportunities, exclusive rewards, and a front-row seat to the crypto revolution.
Why Token Metrics Payments Will Change the Game
Imagine a world where paying for your subscription doesn't just unlock cutting-edge AI-driven analytics but rewards you with unique perks no other platform can offer.
With Token Metrics Payments, that world is here:
- Access Unmatched Perks: Pay with $TMAI and receive SoulBound NFTs—non-transferable tokens proving your elite Token Metrics ecosystem membership
. - Global Convenience: Pay from anywhere using fiat or supported cryptocurrencies like $TMAI.
- Seamless Experience: Effortlessly connect your wallet and confirm your subscription in minutes.
- Exclusive Rewards: Subscribers paying with $TMAI unlock benefits designed for serious crypto investors looking to crush the market.
This isn't just another feature—it's the future of crypto.
Why $TMAI Is the Key to the Future
$TMAI isn't just a token; it's the heartbeat of the Token Metrics ecosystem. Pay. Participate. Profit.
Here's why you can't afford to miss out:
- Be Recognized: Every $TMAI payment comes with a SoulBound NFT, giving you exclusive proof of your membership. Imagine telling the world you're part of the movement redefining crypto.
- Seamless Management: Switch payment methods, manage plans, and enjoy automated renewal notifications—staying on top of your subscription has never been easier.
This is what real token utility looks like.
Step-by-Step Guide to Using Token Metrics Payments
Getting started is easy, and the rewards are game-changing:
- Sign Up and Select a Plan
some text- Choose from Basic, Advanced, Premium, or VIP tiers tailored to your goals.
- Pro tip: Free trials don't apply for crypto payments.
- Choose from Basic, Advanced, Premium, or VIP tiers tailored to your goals.
- Choose Your Payment Method
some text- Opt for crypto (including $TMAI) or traditional card payments.
- Hint: Paying with $TMAI unlocks the best perks, stay tuned for more updates on this.
- Buy $TMAI (if needed)
some text- Don't have $TMAI? No problem. With one click, you can buy it on Uniswap and get back to dominating the markets.
- Don't have $TMAI? No problem. With one click, you can buy it on Uniswap and get back to dominating the markets.
- Connect Your Wallet
some text- Use MetaMask or another Web3 wallet to secure your payment.
- Use MetaMask or another Web3 wallet to secure your payment.
- Confirm Your Payment
some text- Double-check your funds, confirm the transaction, and you’re ready!
- Double-check your funds, confirm the transaction, and you’re ready!
- Claim Your SoulBound NFT
some text- Unlock your unique membership badge—proof that you're not just a subscriber, but a trailblazer in crypto investing.
- Unlock your unique membership badge—proof that you're not just a subscriber, but a trailblazer in crypto investing.
- Access Unmatched Analytics
some text- Log in with your subscription and start spotting the next 100X opportunities.
- Log in with your subscription and start spotting the next 100X opportunities.
- Manage and Stay Ahead
some text- Upgrade, switch plans, or manage payments easily. Plus, you'll receive renewal reminders so you never lose access to the world's best crypto insights.
- Upgrade, switch plans, or manage payments easily. Plus, you'll receive renewal reminders so you never lose access to the world's best crypto insights.
The Time to Act Is Now
When we launched $TMAI, we made a bold promise: to deliver utility like crypto has never seen before. With Token Metrics Payments, that promise is becoming a reality.
Here's the deal:
- This isn't just another payment feature.
- It's a revolution. A movement. A chance to stake your claim in the future of crypto.
While others watch from the sidelines, you can lead the charge. Don't just follow the market—own it.
👉 Subscribe with $TMAI now and unlock exclusive perks, NFTs, and the insights you need to dominate this bull run.
The future of crypto payments is here. Will you seize it?

$TMAI Payments: A New Era is Coming Soon
At Token Metrics, we've always been at the forefront of innovation in crypto analytics, and now, we're gearing up to take things to the next level. The launch of $TMAI Payments is just around the corner, and we couldn't be more excited to share a sneak peek of what's in store for our users.
Why $TMAI Payments Will Change the Game
With the integration of $TMAI—our native Token Metrics token—into the payment ecosystem, we're transforming how you access premium analytics and insights. Whether you're a crypto enthusiast or a professional investor, $TMAI Payments will offer flexibility and ease like never before.
Here's what you can look forward to:
- Broadened Payment Options: Pay for your subscription using traditional methods or cryptocurrencies, including $TMAI.
- Exclusive Benefits: Users paying $TMAI will enjoy seamless payments for all plans.
- SoulBound NFTs: You will gain access to a unique, non-transferable NFT tied to your subscription duration, a first-of-its-kind reward for our community.
- Simplified Subscription Management: Switch payment methods, manage your plan, and enjoy hassle-free renewals, all from one intuitive platform.
The Power of $TMAI Utility
When we launched $TMAI, we told you it wouldn't just be another token. It's the key to unlocking unmatched value within the Token Metrics ecosystem. From seamless subscription payments to exclusive membership perks, $TMAI ensures you're rewarded for participating in the Token Metrics community.
And the best part? $TMAI Payments bring us closer to mainstream adoption of cryptocurrency in everyday transactions, proving the real-world utility of digital assets.
Get Ready to Make the Switch
We know you're curious about how it all works. Once $TMAI Payments officially launches, here's how easy it will be to get started:
- Select Your Plan: Choose the subscription tier that fits your needs.
- Pay Your Way: Pay with crypto or traditional methods and enjoy a seamless experience when you choose $TMAI.
- Receive Your NFT: Your subscription unlocks a one-of-a-kind SoulBound NFT, proof of your membership in our growing ecosystem.
As we count down to the launch of $TMAI Payments, we invite you to stay tuned and be among the first to experience this groundbreaking innovation. More details, guides, and exclusive offers will be revealed soon—keep an eye on our blog, emails, and social media channels for updates.
The future of crypto payments is almost here. Are you ready to join the movement?
.png)
Maximize Your TMAI Tokens: Unlock the Full Potential of Your Crypto Experience! 🔑
Congratulations on becoming a TMAI token holder! You’re now part of an exclusive community that’s redefining the crypto trading landscape.
Our Mission: To help crypto traders and investors find the next 100x and build generational wealth.
"The moon is not the limit to the moon and beyond."
How to Make the Most of Your TMAI Tokens
Access Premium Features
- Advanced Analytics: Dive deep into market trends with our AI-driven insights, giving you a competitive edge.
- Customized Strategies: Tailor your trading approach with personalized recommendations that align with your goals.
Engage with the TMAI Agent
- Coming Soon: While currently available on the Token Metrics platform, the TMAI Agent will soon be accessible on Discord, Twitter (X), and Telegram as part of our roadmap.
- Mobile App in Development: Use the TMAI Agent on the go with our upcoming mobile app, ensuring you can find that next 100x wherever you are.
- Real-Time Updates: Once live, receive the latest market data and insights delivered in real-time across multiple platforms.
Participate in the Token Metrics DAO
- Community Governance: Have a direct say in the future developments and governance of our ecosystem.
- Revenue Sharing: As part of our for-profit DAO, you’ll have the opportunity to share in the revenue generated, opening up endless possibilities for community-driven growth and innovation.
- Vote on Token Parameters: Influence key decisions such as buyback and burn mechanisms or revenue share options, ensuring the token functions align with community interests.
Tips for Success
- Explore All Features: Take the time to familiarize yourself with everything TMAI has to offer on the Token Metrics platform.
- Stay Informed: Keep up with the latest updates, releases, and enhancements to maximize your benefits.
- Engage with the Community: Share your experiences, ask questions, and learn from fellow TMAI holders to enhance your trading strategies.
- Prepare for Upcoming Integrations: Get excited for the multi-platform rollout of the TMAI Agent and how it can further elevate your trading experience.
Hear from Fellow TMAI Holders
- "The insights I'm gaining are unparalleled. TMAI is a must-have for serious traders." — Sophia, Crypto Investor
- "Being part of the DAO makes me feel connected to the project's success." — Carlos, Swing Trader
Looking Ahead
We’re committed to continuous improvement. Here’s what you can look forward to:
- New Platform Enhancements: Regular updates to keep our tools and features cutting-edge.
- Exclusive Access to Upcoming Projects: Be the first to explore and invest in groundbreaking crypto ventures.
- Multi-Platform TMAI Agent: Engage with the TMAI Agent on Discord, Twitter (X), and Telegram, enhancing your trading strategies across all your favorite platforms.
- Community Events and Networking Opportunities: Engage with industry leaders and fellow enthusiasts at our exclusive events.
- Token Metrics Trading Bot: Automate your trading strategies with ease using our proprietary AI ratings and signals.
Conclusion
Your journey with TMAI is just beginning. Together, we're shaping the future of crypto trading.
Stay Connected:
- Twitter (X): @TokenMetrics
- Telegram: Token Metrics Community
- Blog: Token Metrics Blog
- Coin Gecko
- Gate.io
- MEXC
Final Thoughts
By joining TMAI, you’re not just investing in a token—you’re becoming part of a transformative movement that’s set to revolutionize the crypto world. We're thrilled to have you on board and can’t wait to achieve new milestones together.
"The moon is not the limit to the moon and beyond."
To help crypto traders and investors find the next 100x and build generational wealth.
.png)
A Massive Thank You: TMAI TGE Surpasses All Expectations! 🎉
Dear Token Metrics Community,
We are absolutely overwhelmed by the phenomenal response to the TMAI TGE! Your incredible support has surpassed all our projections, and we couldn’t be more grateful.
Our Mission: To help crypto traders and investors find the next 100x and build generational wealth.
"The moon is not the limit to the moon and beyond."
TGE Milestones
- Record Participation: Over 24,000 participants joined within the first 24 hours.
- Global Community: Traders and investors from different parts of the world are now part of the TMAI ecosystem.
- Expanded Airdrop Reach: Thanks to including participants from our entire community, our airdrop has reached a broader audience, rewarding our most engaged community members.
What’s Next for TMAI Holders
Upcoming Features
- Token Metrics Trading Bot: Early access will be exclusively available to TMAI holders, allowing you to automate your trading strategies with ease.
- New Launchpad Projects: Be the first to explore and invest in innovative crypto ventures through our exclusive launchpad.
- TM AI Integration: Get ready for the seamless integration of TMAI into the Token Metrics platform and expansion to Discord, Twitter (X), and Telegram.
Community Engagement
- For-Profit Token Metrics DAO: As a TMAI holder, you can participate in our DAO, share in the revenue, and influence how funds are utilized to drive the ecosystem forward.
- Feedback Opportunities: Share your valuable insights and help us refine and enhance our offerings.
- Exclusive Events: Stay tuned for upcoming meetups, webinars, and special events designed for our vibrant community.
Testimonials from New TMAI Holders
- "I've been part of the Token Metrics community for over a year and continue to be impressed by the value it delivers. Ian and the team are tirelessly shipping alphas and uncovering hidden gems like Peaq, helping crypto traders make smarter decisions. Their genuine passion for the space and commitment to the community is unmatched. TMAI feels undervalued today, but its potential is clear—just like Peaq before it picked up." - Sue
- "I’m grateful for the TMAI airdrops! It’s exciting to see the token listed on two CEX exchanges right from the start—a great sign of the project’s strong momentum and potential. Looking forward to what’s next!" - Samo
Stay Connected
Continue to be an active part of our growing community:
- Community Telegram:: Join the Discussion
- Social Media: Follow us for real-time updates and announcements.
- Coin Gecko
- Gate.io: Register Here
- MEXC: Register Here
Conclusion
The journey has just begun, and the future looks brighter than ever. Thank you for being an integral part of the TMAI revolution!
Stay Connected:
- Twitter (X): @TokenMetrics
- Telegram: Token Metrics Community

TMAI TGE Is Live: Embark on the Future of Crypto Trading! 🌐
Introduction
The moment you’ve been waiting for has arrived—the TMAI Token Generation Event is NOW LIVE on Gate.io, MEXC, and Aerodrome!
This isn’t just a token launch; it marks the beginning of a transformative chapter in crypto trading. We're thrilled to have you join us on this groundbreaking journey.
"The moon is not the limit to the moon and beyond." Let's soar to new heights together!
Why Act Now
Immediate Benefits
- Unlock Premium Features: Starting this month, use your TMAI tokens as a form of payment to access advanced tools and AI-driven insights on the Token Metrics platform.
- Meet the TMAI Agent: Begin interacting with your personal AI assistant once the integration is live, enhancing your trading strategies with data honed over two major crypto cycles.
Join a Thriving Community
- Become part of over 350,000 traders and investors already embracing the TMAI movement.
- Engage in vibrant community discussions and initiatives that drive collective success.
- For-Profit DAO: Participate in our DAO and share in the revenue, influencing the future of our ecosystem.
How to Purchase Participate
- Gate.io: Purchase TMAI Now
- MEXC: Purchase TMAI Now
For Airdrop Participants
If you took part in our leaderboard at airdrop.tokenmetrics.com or participated in the Galxe, Klink, and Jump Task campaigns, here’s how you can receive your tokens:
For Klink and Jump Task Participants
- Klink and Jump Task will announce updates to their users regarding the airdrop.
For Token Metrics Customers and Galxe Users
- If you previously registered your wallet on the platform: Your tokens will be airdropped directly to your wallet.
- If you have not registered your wallet yet: Follow these steps to receive your tokens:
- Sign In
- Go to airdrop.tokenmetrics.com.
- Sign in using any of the following emails (check each one to ensure eligibility):some text
- The email used to purchase Token Metrics.
- The email linked to your Galxe account.
- The email associated with your Token Metrics Affiliate Program account.
- Connect Your Walletsome text
- Click the ‘Connect Wallet’ button to securely connect your wallet and link your wallet address with your email.
Important Note
- The cutoff for the airdrop is 1,000 points.
If you took part in our leaderboard at airdrop.tokenmetrics.com or the Galxe, Klink, and Jump Task campaigns, you can now claim your tokens seamlessly. here’s what you need to do:
- Sign in to the airdrop platform: https://airdrop.tokenmetrics.com/some text
- You may qualify with any of the following emails—be sure to sign in with each:some text
- The email you used to purchase Token Metrics.
- The email associated with your Galxe account.
- The email linked to your Token Metrics Affiliate Program account.
- You may qualify with any of the following emails—be sure to sign in with each:some text
- Connect your wallet: Click the ‘Connect Wallet’ button to securely connect your wallet and bind your wallet address with your email.
- Please Note: The cutoff for the airdrop is 1,000 points.
Highlights from Our TGE Video
- Integration Updates: Discover how TMAI will enhance your trading experience with upcoming integrations on the Token Metrics platform.
- Sneak Peeks: Get an exclusive glimpse of upcoming features and tools that will elevate your trading game.
Watch the replay here.
Conclusion
This is your moment to be part of something monumental. Don’t miss out on the TMAI TGE—secure your tokens now and join the revolution!
Stay Connected:
- Twitter (X): @TokenMetrics
- Telegram: Token Metrics Community

24 Hours Left: Secure Your Place in the TMAI Revolution! ⏳
Introduction
The excitement is electric! In just 24 hours, the TMAI Token Generation Event (TGE) goes live. This is your golden opportunity to join a community set to redefine the crypto trading landscape.
Our mission has always been clear: to help crypto traders and investors find the next 100x and build generational wealth. With TMAI, we're taking a monumental step towards making this mission a reality.
"The moon is not the limit to the moon and beyond." Let's reach new heights together!
Why You Can't Miss This Opportunity
Harness the Power of Advanced AI
- Exclusive Access: Early participants will gain first access to the TMAI Agent and our comprehensive suite of AI-driven tools, which will launch on the Token Metrics platform this month.
- Stay Ahead of the Curve: Navigate the crypto market with insights refined over two major market cycles, leveraging data that most new AI agents don't have.
Community-Driven Benefits
- Priority Features: Unlock premium features on the Token Metrics platform ahead of others using your TMAI tokens.
- Influence the Future: Your participation helps steer the direction and growth of our ecosystem.
- Revenue Sharing with DAO: As part of our for-profit DAO, you can share in the revenue generated and influence how it's utilized.
Testimonials from Our Community
- "I followed a MATIC tip from one of your shows and turned an initial investment of around $200 into an impressive $25,000. Thank you for the valuable insights and guidance." - Shane
- "Token Metrics stands out for its strong community connection, with the owner actively engaging and providing updates. Beyond updates, the platform educates users on the importance of AI in selecting coins, offering immense value to paid members." - Joseph
- "Token Metrics reminds me of BlackRock’s 'Aladdin' in its early stages. I am excited about the future with Token Metrics and would like to give a big shout-out to the entire team behind it for making this great tool possible and continuing to develop it." - Stefano
- "Token Metrics helps streamline project vetting and discovery, including pre-market opportunities. The platform combines data-driven analytics with expert insights, offering valuable discussions on venture projects and detailed explanations like FDV." - Christopher
Your Checklist to Get Started
- Prepare Your Exchange Account
some text- Gate.io: Register Here
- MEXC: Register Here
- Secure Your Assets
some text- Enable 2FA and verify your account details for maximum security.
- Enable 2FA and verify your account details for maximum security.
- Fund Your Account
some text- Deposit the necessary funds in preparation for the TGE.
- Deposit the necessary funds in preparation for the TGE.
- Set a Reminder
some text- The TGE goes live on December 4th at 3 pm UTC.
Watch the TMAI TGE Launch Video Tomorrow
Don't miss our exclusive TMAI launch video, in which Token Metrics CEO Ian Balina dives in-depth into TMAI, its long-term vision, and why crypto and the intersection of AI are the future.
Conclusion
Opportunities like this are rare. Join the TMAI revolution and elevate your crypto journey to unprecedented heights.
Stay Connected:
- Twitter (X): @TokenMetrics
- Telegram: Token Metrics Community

TMAI Token Launch This Week! The Community-Powered Token Poised to Transform Crypto Trading! 🚀
Hello, Token Metrics Community!
The countdown has officially begun! We are excited to announce the upcoming TMAI Token Generation Event (TGE) on December 4th. This isn't just another token launch—it’s the dawn of a revolutionary era in AI and crypto trading, and you are invited to be a pivotal part of it.
At Token Metrics, our mission has been clear from day one: to help crypto traders and investors find the next 100x and build generational wealth. With TMAI, we're propelling our vision forward, forging an ecosystem where cutting-edge technology seamlessly integrates with our vibrant community like never before.
"The moon is not the limit, to the moon and beyond." Join us as we reach for the stars and beyond!
Why TMAI Is a Game-Changer
Unmatched AI Innovation
- Four Years of Excellence: Our proprietary AI has been meticulously developed over two major crypto cycles, honing its predictive prowess far beyond that of newer AI agents.
- Exclusive Data Mastery: Harnessing expansive datasets, including market trends, trading behaviors, on-chain analytics, and sentiment data to deliver unparalleled insights.
- Unique Crypto Ratings and Signals: Gain a competitive edge with our exclusive ratings and real-time trading signals.
Introducing the TMAI Agent

Meet the TMAI Agent—your personal AI-powered assistant designed to elevate your trading experience:
- Data-Driven Precision: Access precise, verified information to make informed trading decisions.
- Community-Focused: Tailored for our dynamic community of over 350,000 passionate crypto users.
Coming Soon: TM AI Integration
- On the Token Metrics Platform: Starting this month, use TMAI tokens as a form of payment to access premium features and AI-driven insights.
- Multi-Platform Deployment: While integration on Discord, Twitter (X), and Telegram is part of our roadmap, stay tuned for these exciting expansions!
- Mobile App:: Our upcoming mobile app will allow you to use the TMAI Agent on the go, ensuring you never miss an opportunity to find that next 100x in crypto alpha.
Massive Community Airdrop
We prioritize our community by allocating more than 50% of the total TMAI token supply to airdrops, including:
- Token Metrics Customers
- Reg CF Investors (Wefunder)
- Astrobot Society NFT Holders
- Astra DAO Token Holders
- TMAI Launchpad Investors
- Galxe, Klink, and Jump Task Campaign Participants
With 57% of the total token supply liquid on TGE day, early participants will have immediate access to utilize their tokens, maximizing their impact from day one.
Exclusive Opportunities for Early Participants
Joining the TGE unlocks a world of exclusive benefits:
- Early Access: Be among the first to harness TMAI within our robust ecosystem.
- Unlock Premium Features: Utilize TMAI tokens to access advanced tools and in-depth analytics on the Token Metrics platform starting this month.
- Shape the Future: Engage in our community-driven initiatives and influence the evolution of crypto trading.
- Be Part of the Token Metrics DAO: A for-profit DAO established in the Marshall Islands, this DAO offers the community the potential to share revenue and decide on utilizing funds for a buyback and burn, unlocking endless possibilities when integrated with the TMAI Agent.
How to Get Involved
1. Register on TMAI Launch Exchanges
- Gate.io: Register Here

- MEXC: Register Here

2. Secure Your Account
- Set strong, unique passwords.
- Enable two-factor authentication (2FA) for enhanced security.
3. Fund Your Account
- Deposit the required funds (e.g., USDT, BTC) to prepare for the TGE.
4. Participate in the TGE on December 4th
- Search for $TMAI on your chosen exchange.
- Complete your purchase seamlessly.
Claim Your Airdrop
If you participated in our leaderboard at airdrop.tokenmetrics.com or the Galxe, Klink, and Jump Task campaigns, remember to claim your tokens on TGE day!
If you did not connect your wallet, make sure to do so to claim your tokens. If you have any issues claiming tokens, simply email support@tokenmetrics.com.
Exciting Roadmap Ahead
- Seamless Integration with Token Metrics Platform: Starting this month, you can use TMAI tokens as a form of payment to unlock premium features and AI-driven insights.
- Multi-Platform TMAI Agent Deployment: As part of our future roadmap, engage with the TMAI Agent on Discord, Twitter (X), and Telegram.
- Token Metrics Trading Bot: Automate your trading strategies with our proprietary AI ratings and signals.
- Exclusive Token Metrics Launchpad: Access groundbreaking projects available only through TMAI.
- For-Profit Token Metrics DAO: Engage in governance and contribute to our ecosystem’s growth, with potential revenue sharing and collaborative opportunities.
Join the Revolution
This is more than a token; it’s a movement. Don’t miss your chance to be part of something extraordinary.
Stay Connected:
- Twitter (X): @TokenMetricsInc
- Telegram: Token Metrics Community
New Token Metrics Products
Featured Posts
NFT's Blogs
Crypto Basics Blog
Research Blogs
Announcement Blogs



9450 SW Gemini Dr
PMB 59348
Beaverton, Oregon 97008-7105 US
No Credit Card Required

Online Payment
SSL Encrypted
.png)
Products
Subscribe to Newsletter
Token Metrics Media LLC is a regular publication of information, analysis, and commentary focused especially on blockchain technology and business, cryptocurrency, blockchain-based tokens, market trends, and trading strategies.
Token Metrics Media LLC does not provide individually tailored investment advice and does not take a subscriber’s or anyone’s personal circumstances into consideration when discussing investments; nor is Token Metrics Advisers LLC registered as an investment adviser or broker-dealer in any jurisdiction.
Information contained herein is not an offer or solicitation to buy, hold, or sell any security. The Token Metrics team has advised and invested in many blockchain companies. A complete list of their advisory roles and current holdings can be viewed here: https://tokenmetrics.com/disclosures.html/
Token Metrics Media LLC relies on information from various sources believed to be reliable, including clients and third parties, but cannot guarantee the accuracy and completeness of that information. Additionally, Token Metrics Media LLC does not provide tax advice, and investors are encouraged to consult with their personal tax advisors.
All investing involves risk, including the possible loss of money you invest, and past performance does not guarantee future performance. Ratings and price predictions are provided for informational and illustrative purposes, and may not reflect actual future performance.