Section 3: Added competitive differentiation table — NYTHOS vs Nansen, Arkham, and Dune.
Base-native focus and token access model are the key differentiators.
Contracts: Per-wallet cap (maxPerWallet) added to NYTPresale for rounds 1 and 2 to prevent single-wallet concentration.
Presale: Three-round price structure ($0.005 → $0.008 → $0.010) is now consistent across all pages.
Staking: Revenue projection table added with realistic APY at three revenue scenarios.
About: Investor-facing stats and competitive positioning section added.
NYTHOS is a Base-first onchain intelligence platform for traders, builders, and communities. It detects large flows, DEX swaps, liquidity changes, bridge movement, fresh launches, and smart wallet behavior — then turns that raw activity into scored intelligence inside a web app, private delivery layer, and developer API. Ethereum, Bitcoin, and Solana remain useful context layers, but Base is the product wedge.
The $NYT token is planned as a future access layer for the NYTHOS ecosystem. Its job is to gate deeper intelligence, organize premium workflows, and support later staking and governance only after the product proves demand and the contracts are deployed on Base.
NYTHOS is already usable as a working beta. The signal engine is live, Base Launch Radar is live, proof pages verify outcomes, saved views and wallet intelligence are live, and the contract suite is locally tested. The token contracts are not yet deployed on Base mainnet.
The blockchain is the most transparent financial system ever built. Every transaction is public. Every wallet is traceable. Every whale move leaves a footprint. Yet most retail investors have no access to this data in a form they can act on.
Existing solutions fail in four key ways:
| Problem | Current Reality | Impact |
|---|---|---|
| Raw data | Blockchain explorers show raw transactions with no interpretation | Useless to 99% of users |
| Fragmentation | Intelligence is scattered across Twitter, Discord, Telegram, paid newsletters | Signal-to-noise ratio near zero |
| Latency | By the time whale moves are reported, the opportunity has passed | Retail always behind institutions |
| Cost | Professional terminals (Bloomberg, Nansen) cost $500–$1,500/month | Inaccessible to most participants |
The result: institutions and whales move first. Retail reacts. The information asymmetry is structural — and it compounds as on-chain activity across multiple chains grows simultaneously.
NYTHOS is a real-time intelligence system that combines Base-native signal depth with cross-chain context:
1. Detects — Scans for whale transfers, Base swaps, liquidity adds and removals, bridge flows, new pools, early smart wallet entries, and watched-wallet activity on a rolling engine cycle.
2. Scores — Every signal receives a conviction score from 0–100 using size, wallet quality, market context, liquidity behavior, bridge or launch context, and risk clues. HIGH ≥62 · MEDIUM ≥42 · LOW <42.
3. Explains — Claude generates short Why this matters and What to watch next summaries for meaningful signals instead of flooding the feed with generic copy.
4. Personalizes — Connected users can save wallet, token, contract, and filter views, then route higher-value alerts to private Telegram or webhooks with confidence, chain, and quiet-hour controls.
5. Verifies — NYTHOS checks both price-direction calls and Base onchain follow-through. Signals earn credibility through visible hits, misses, and proof context.
6. Organizes — Base Launch Radar, searchable history, wallet intelligence, and the API turn isolated events into repeatable workflows for traders, communities, and builders.
Nansen, Arkham, and Dune Analytics are the most cited alternatives. Each is well-built and well-funded. None of them is a direct competitor to NYTHOS for its target users:
| Tool | Primary Use | Entry Cost | Base-Native? | Token Access? |
|---|---|---|---|---|
| Nansen | Institutional wallet labeling and flows | $150–$1,500/mo | No | No |
| Arkham | Entity identification and investigations | Freemium / exchange | No | No |
| Dune | Custom SQL analytics dashboards | Free / $349/mo Pro | No | No |
| NYTHOS | Scored real-time signals, Base access layer | 100 NYT (hold to access) | Yes — primary focus | Yes — token gated |
The moat is not feature breadth. It is Base depth, opinionated scoring that does not require a data analyst to interpret, and an access model where the product is inseparable from the token. Nansen is for institutional desks. NYTHOS is for the traders, community managers, and builders actually building on Base.
The backend runs on Node.js + Express. Every 60 seconds it executes a rolling intelligence pipeline across Base, Ethereum, Bitcoin, and Solana, with persisted cursors and dedupe logic to reduce gaps and repeated noise.
| # | Action | Source |
|---|---|---|
| 01 | Fetch ETH, BTC, SOL live prices + 24h change + volume | Kraken API |
| 02 | Generate PRICE_MOMENTUM signals for significant moves | Internal scoring model |
| 03 | Scan ETH, BTC, and SOL for whale-sized transfers | Etherscan V2, Blockstream, Solana RPC |
| 04 | Scan Base for large transfers and watchlist activity | Etherscan V2, Base RPC |
| 05 | Detect Base swaps, LP adds/removals, and pool creation | Base RPC + DEX event parsing |
| 06 | Detect bridge flows, launch events, smart-wallet entries, and launch risk | Base RPC + internal launch logic |
| 07 | Cluster related activity into one event narrative and deduplicate repeats | Internal narrative engine |
| 08 | Score each signal, assign conviction reasons, and flag risk level | Proprietary scoring model |
| 09 | Generate AI explanation only for meaningful signals | Claude (Anthropic) |
| 10 | Persist signals, proof context, delivery settings, labels, and saved views | MongoDB Atlas |
| 11 | Deliver alerts in-app, by private Telegram, or by webhook | node-telegram-bot-api + delivery service |
| 12 | Verify outcomes and update accuracy and proof records | Internal proof and accuracy tracker |
Each signal receives a composite conviction score based on several dimensions rather than one raw transfer threshold:
| Factor | Description |
|---|---|
| Size & abnormality | How large the transfer, swap, bridge flow, or liquidity event is relative to its context |
| Wallet quality | Whether the initiator looks like a smart wallet, repeat winner, deployer, bridge, LP actor, or unknown participant |
| Market context | Volume, recent price behavior, and the broader conditions around the token or chain |
| Base flow context | Whether the event is tied to a launch, bridge rotation, DEX move, LP withdrawal, or early smart-wallet entry |
| Risk & confirmation | Whether adjacent activity supports the signal or raises caution |
The goal is fewer duplicate alerts and stronger event-level intelligence, not just more notifications. Confidence tiers: HIGH ≥62 · MEDIUM ≥42 · LOW <42.
NYTHOS uses Claude (Anthropic) with a system prompt that establishes the NYTHOS character: cold, precise, and unsentimental. No hype. No fake certainty. The AI layer is used selectively for higher-value signals so the output stays useful and operating costs stay low. Every post ends with "NYTHOS".
Built in React + Vite with wallet connection on Base mainnet. The app includes the signal feed, history, Base Launch Radar, proof pages, alerts, saved views, wallet intelligence, and token-access planning screens. Until the token is deployed, NYTHOS runs in open beta mode for connected wallets.
| Layer | Implementation |
|---|---|
| Wallet sessions | Signed wallet sessions protect private views, saved workflows, delivery settings, and user-owned data |
| Rate limiting | 60 requests/minute per IP (general), 10/minute for write endpoints |
| CORS | Scoped to the deployed frontend origin via ALLOWED_ORIGIN env var |
| Body size | Requests capped at 50kb |
| Input validation | All Ethereum addresses validated against /^0x[0-9a-fA-F]{40}$/ |
| Search safety | User search strings are regex-escaped before MongoDB query (ReDoS prevention) |
| API authentication | Developer keys stored as SHA-256 hash — plaintext is never persisted |
| Private delivery | Per-user Telegram and webhook settings allow alerts to stay private |
| Scanner continuity | Scanner cursors preserve progress between cycles so chains miss fewer fast events |
| Database | MongoDB auto-reconnects on disconnect with exponential retry |
| Compression | Gzip on all responses via compression middleware |
| Engine resilience | Full try-catch wrapper so a crash in one cycle never stops future cycles |
Beyond the core signal feed, NYTHOS ships a broader utility layer that makes the product more useful day to day:
Every PRICE_MOMENTUM signal is evaluated at 24 hours and 7 days after firing. Base launch and flow signals can also be verified through onchain follow-through. NYTHOS surfaces both hits and misses in the app so the product earns trust through visible outcomes, not claims.
Launch Radar gives users a dedicated view for fresh Base pools, early smart-wallet entries, liquidity seeding, and launch risk events. It is designed to help users spot opportunity and danger earlier than a generic feed would.
Connected users can create price alerts, watched-wallet rules, and delivery preferences that route signals to private Telegram or webhook destinations. Delivery can be tuned by confidence, chain, signal class, token, contract, wallet, and quiet hours.
Wallet intelligence adds labels, reputation snapshots, cohorts, recent evidence, and co-movement context. The goal is to show who is acting and how much attention they deserve — not just a raw address.
Users can save wallet, token, contract, and filter views so they can return to the same workflow quickly instead of rebuilding watchlists each session.
NYTHOS intelligence is accessible programmatically through an authenticated REST API. Developers can generate API keys tied to their wallet session, then pull live signals, launch radar, history, accuracy, and intelligence data for their own bots and dashboards.
| Endpoint | Description |
|---|---|
GET /api/signals | Live signal feed — last 50 signals from the engine |
GET /api/signals/history | Historical signals with filters: confidence, chain, type, date range, text search |
GET /api/signals/launch-radar | Dedicated Base launch feed with confidence, risk, and recency filters |
GET /api/intelligence/wallet/:address | Wallet label, reputation, cohort, and recent evidence |
GET /api/accuracy/stats | Signal win rates across price and onchain proof modes |
GET /api/views/:ownerAddress | Saved wallet, token, contract, and filter views for the authenticated owner |
NYTHOS includes five smart contracts prepared for Base (chainId 8453), Ethereum's leading L2. All contracts are written in Solidity 0.8.24, use OpenZeppelin primitives (ERC20, Ownable, ReentrancyGuard), and are locally tested. External audit and mainnet deployment remain future launch steps.
| Contract | Purpose | Key Properties |
|---|---|---|
| NYTToken | ERC-20 token contract | 100M fixed supply, burnTokens(), no minting after deploy |
| NYTPresale | Three-stage distribution | ETH-based, oracle-priced, soft cap $100K, hard cap $219K, auto-refund on over-payment |
| NYTVesting | Team token lockup | 1-year cliff, 2-year linear vest, multi-beneficiary, owner-controlled grants |
| NYTStaking | Revenue share staking | 4 lock tiers (30/90/180/365 days), APY-weighted pool rewards, early-unstake penalty burned permanently |
| NYTAirdrop | Community distribution | Batch allocation, claim window with deadline, unclaimed tokens swept to treasury |
If the token launch proceeds, the presale contract manages three sequential rounds. Buyers send ETH, the contract calculates NYT allocation using an owner-updated ETH/USD price oracle with safety bounds, and any round overflow is refunded automatically in the same transaction. The contract also enforces a soft cap ($100,000): if not reached at finalization, buyers can claim full refunds.
If staking is enabled after deployment, early unstaking would incur a 20% penalty on the staked principal. That penalty would be permanently burned by calling burnTokens() on the NYTToken contract instead of being redirected to the treasury.
$NYT is a planned utility token. Its job is to unlock access to deeper NYTHOS intelligence after deployment — not to replace the need for product demand before launch.
| Tier | $NYT Required | Access |
|---|---|---|
| FREE | 0 $NYT | Public proof pages, limited feed preview, and basic access once the token economy is live |
| PRO | 100+ $NYT | Full real-time feed, AI explanations, launch radar, history search, saved views, and wallet intelligence |
| WHALE | 5,000+ $NYT | Everything in PRO + private delivery, advanced watch workflows, developer API access, and future staking access |
Revenue burn: A treasury-directed portion of platform revenue could be used to buy $NYT from the open market and burn it permanently once the token economy is live.
Staking penalty burn: When a staker exits before their lock period ends, a 20% penalty on their principal would be burned immediately via burnTokens().
After deployment, token holders would be able to stake $NYT for a fixed duration across four tiers. Rewards are APY-weighted claims on a live ETH revenue pool — not fixed guarantees — so payouts always depend on what has actually been deposited.
| Tier | Duration | Target APY | Multiplier | Minimum |
|---|---|---|---|---|
| Tier 1 | 30 days | 12% | 1× | 100 $NYT |
| Tier 2 | 90 days | 28% | 1.5× | 500 $NYT |
| Tier 3 | 180 days | 52% | 2× | 1,000 $NYT |
| Tier 4 | 365 days | 100% | 3× | 5,000 $NYT |
Partner-tier holders (5,000+ $NYT) are expected to participate in governance after deployment: which chains NYTHOS adds next, which wallets are flagged as known institutions, alert threshold adjustments, and treasury allocation. Governance is intentionally later-stage infrastructure — not the first reason to launch.
Total Supply: 100,000,000 $NYT — fixed, no minting after launch. Allocation matches the deployed NYT.sol contract exactly: 6 buckets, each sent to a dedicated contract or wallet at initialization.
| Allocation | % | Amount | Held By | Vesting |
|---|---|---|---|---|
| Sale & Access | 27% | 27,000,000 | NYTPresale contract | Distributed across 3 presale rounds; unclaimed tokens remain in contract |
| Community Airdrop | 18% | 18,000,000 | NYTAirdrop contract | Batch claim with deadline; unclaimed swept to treasury |
| Ecosystem & Rewards | 18% | 18,000,000 | NYTStaking contract | Pro-rata ETH reward pool, activated only after platform earns recurring revenue |
| Team | 15% | 15,000,000 | NYTVesting contract | 1-year cliff, 2-year linear vest |
| Liquidity Pool | 15% | 15,000,000 | Liquidity wallet (Gnosis Safe) | Locked for Aerodrome + Uniswap Base DEX pools at launch |
| Treasury | 7% | 7,000,000 | Treasury wallet (Gnosis Safe) | Multisig controlled: audit, legal, ops, and emergency runway |
NYTHOS raises capital through a three-round token presale. Buyers send ETH to the NYTPresale contract, which allocates $NYT at a fixed round price. The contract enforces a soft cap ($100,000). If the soft cap is not reached at finalization, buyers receive full ETH refunds. The hard cap is $219,000 across all three rounds combined.
| Round | Price | Allocation | Round Raise | Access | Claim |
|---|---|---|---|---|---|
| Founder Round | $0.005 | 5,000,000 NYT | $25,000 | Whitelist only | After finalization |
| Early Access | $0.008 | 13,000,000 NYT | $104,000 | Open to all | After finalization |
| Public Round | $0.010 | 9,000,000 NYT | $90,000 | Open to all | 30-day cliff post-finalization |
Presale contracts are written, locally tested (108 tests passing), and ready for Base Sepolia testnet deployment. Mainnet deployment follows external audit.
| Category | % | Purpose |
|---|---|---|
| Base Liquidity Pool | 40% | Aerodrome + Uniswap Base, seeding the 15M NYT liquidity allocation |
| Smart Contract Audit | 25% | External security review — Cyfrin / Sherlock / Code4rena |
| Product & Infrastructure | 20% | Base deployment, backend reliability, and launch hardening |
| Runway Reserve | 15% | Legal, ops, infrastructure, and contingency buffer |
| Phase | Milestone | Status |
|---|---|---|
| 01 — Signal Engine | Cross-chain prices, whale scanning, scoring model, and AI explanation layer | COMPLETE |
| 02 — Web App | React dashboard, Base wallet connect, signal feed, history, and open beta access | COMPLETE |
| 03 — Base Flow Intel | Base transfers, swaps, liquidity flows, bridge flows, and watchlist scanning | COMPLETE |
| 04 — Launch Radar | Fresh pool detection, smart-wallet early entries, and launch risk | COMPLETE |
| 05 — Proof & Smart Money | Expanded proof tracking, wallet intelligence, labels, and reputation snapshots | COMPLETE |
| 06 — Workflow Layer | Saved views, private delivery, alert controls, and developer API | COMPLETE |
| 07 — Smart Contracts | NYTToken, NYTPresale, NYTVesting, NYTStaking, NYTAirdrop — written and locally tested | COMPLETE |
| 08 — Founder List & Pilots | Referral funnel, pilot sourcing, and early customer conversations | IN PROGRESS |
| 09 — Base Grants | Builder Rewards, grants, and ecosystem intros | IN PROGRESS |
| 10 — Prod Hardening | Ops, observability, queueing, and resilience improvements | UPCOMING |
| 11 — Security Audit | Third-party smart contract audit and deployment review | UPCOMING |
| 12 — Token Access Launch | Deploy token and switch on real Base access controls | UPCOMING |
| 13 — Community Rooms | Shared alpha rooms and USDC subscriptions once the core product is mature | FUTURE |
NYTHOS is currently led by a small founding team. The brand may feel cryptic, but the fundraising case rests on execution, product proof, and deployment readiness rather than mystique.
The smart contracts are open-source and should be audited by a third-party security firm prior to mainnet deployment. Treasury management is intended to move to a multisig once the token infrastructure is live.
The goal is accountability through shipped product, transparent metrics, and verifiable code. The best proof of team quality is whether NYTHOS can turn a working beta into a useful Base-native business.
Public contact: @NythosAI · hello@nythos.io
This whitepaper is for informational purposes only and does not constitute financial advice, investment advice, trading advice, or any other sort of advice. Nothing in this document should be construed as a solicitation to buy or sell any financial instrument.
$NYT is a utility token that provides access to features within the NYTHOS platform. It is not a security, equity, debt instrument, or claim on future profits. Holding $NYT does not represent ownership in any company or entitlement to dividends.
The information in this whitepaper is subject to change. NYTHOS makes no warranties or representations about the accuracy or completeness of the information herein. Platform features, token mechanics, and timelines are subject to modification based on technical, regulatory, or market developments.
Cryptocurrency investments involve significant risk. The value of $NYT may go to zero. Past signal accuracy does not guarantee future performance. Never invest more than you can afford to lose.
Any future token launch may be restricted in certain jurisdictions and should follow separate legal review before participation opens. Nothing in this document should be treated as an active public offering.
© 2026 NYTHOS. All rights reserved. · hello@nythos.io · @NythosAI