Confidential Project Brief · Distribution Limited
NYTHOS.IO  ·  BASE ONCHAIN INTELLIGENCE
Whitepaper: Base-First Onchain Intelligence Platform
VERSION 2.4 MARCH 2026 BETA LIVE
What changed in v2.4

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.

Table of Contents
01 Abstract

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.

"I did not launch. I emerged. From 6 billion on-chain transactions, from the patterns left behind by institutions that move before you know to look." — NYTHOS
02 The Problem

Crypto intelligence is broken.

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:

ProblemCurrent RealityImpact
Raw dataBlockchain explorers show raw transactions with no interpretationUseless to 99% of users
FragmentationIntelligence is scattered across Twitter, Discord, Telegram, paid newslettersSignal-to-noise ratio near zero
LatencyBy the time whale moves are reported, the opportunity has passedRetail always behind institutions
CostProfessional terminals (Bloomberg, Nansen) cost $500–$1,500/monthInaccessible 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.

03 The Solution

NYTHOS closes the information gap with a Base-first edge.

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.

Competitive Differentiation: Why Not Nansen?

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:

ToolPrimary UseEntry CostBase-Native?Token Access?
NansenInstitutional wallet labeling and flows$150–$1,500/moNoNo
ArkhamEntity identification and investigationsFreemium / exchangeNoNo
DuneCustom SQL analytics dashboardsFree / $349/mo ProNoNo
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.

04 Technology

The Signal Engine

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.

#ActionSource
01Fetch ETH, BTC, SOL live prices + 24h change + volumeKraken API
02Generate PRICE_MOMENTUM signals for significant movesInternal scoring model
03Scan ETH, BTC, and SOL for whale-sized transfersEtherscan V2, Blockstream, Solana RPC
04Scan Base for large transfers and watchlist activityEtherscan V2, Base RPC
05Detect Base swaps, LP adds/removals, and pool creationBase RPC + DEX event parsing
06Detect bridge flows, launch events, smart-wallet entries, and launch riskBase RPC + internal launch logic
07Cluster related activity into one event narrative and deduplicate repeatsInternal narrative engine
08Score each signal, assign conviction reasons, and flag risk levelProprietary scoring model
09Generate AI explanation only for meaningful signalsClaude (Anthropic)
10Persist signals, proof context, delivery settings, labels, and saved viewsMongoDB Atlas
11Deliver alerts in-app, by private Telegram, or by webhooknode-telegram-bot-api + delivery service
12Verify outcomes and update accuracy and proof recordsInternal proof and accuracy tracker

The Scoring Model

Each signal receives a composite conviction score based on several dimensions rather than one raw transfer threshold:

FactorDescription
Size & abnormalityHow large the transfer, swap, bridge flow, or liquidity event is relative to its context
Wallet qualityWhether the initiator looks like a smart wallet, repeat winner, deployer, bridge, LP actor, or unknown participant
Market contextVolume, recent price behavior, and the broader conditions around the token or chain
Base flow contextWhether the event is tied to a launch, bridge rotation, DEX move, LP withdrawal, or early smart-wallet entry
Risk & confirmationWhether 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.

The AI Voice Layer

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".

The Web Application

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.

Infrastructure & Security

LayerImplementation
Wallet sessionsSigned wallet sessions protect private views, saved workflows, delivery settings, and user-owned data
Rate limiting60 requests/minute per IP (general), 10/minute for write endpoints
CORSScoped to the deployed frontend origin via ALLOWED_ORIGIN env var
Body sizeRequests capped at 50kb
Input validationAll Ethereum addresses validated against /^0x[0-9a-fA-F]{40}$/
Search safetyUser search strings are regex-escaped before MongoDB query (ReDoS prevention)
API authenticationDeveloper keys stored as SHA-256 hash — plaintext is never persisted
Private deliveryPer-user Telegram and webhook settings allow alerts to stay private
Scanner continuityScanner cursors preserve progress between cycles so chains miss fewer fast events
DatabaseMongoDB auto-reconnects on disconnect with exponential retry
CompressionGzip on all responses via compression middleware
Engine resilienceFull try-catch wrapper so a crash in one cycle never stops future cycles
05 Platform Utilities

Beyond the core signal feed, NYTHOS ships a broader utility layer that makes the product more useful day to day:

1. Proof & Accuracy

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.

2. Base Launch Radar

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.

3. Private Alerts & Delivery

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.

4. Smart Money Intelligence

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.

5. Saved Intelligence Views

Users can save wallet, token, contract, and filter views so they can return to the same workflow quickly instead of rebuilding watchlists each session.

6. Developer API

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.

EndpointDescription
GET /api/signalsLive signal feed — last 50 signals from the engine
GET /api/signals/historyHistorical signals with filters: confidence, chain, type, date range, text search
GET /api/signals/launch-radarDedicated Base launch feed with confidence, risk, and recency filters
GET /api/intelligence/wallet/:addressWallet label, reputation, cohort, and recent evidence
GET /api/accuracy/statsSignal win rates across price and onchain proof modes
GET /api/views/:ownerAddressSaved wallet, token, contract, and filter views for the authenticated owner
06 Smart Contracts

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.

ContractPurposeKey Properties
NYTTokenERC-20 token contract100M fixed supply, burnTokens(), no minting after deploy
NYTPresaleThree-stage distributionETH-based, oracle-priced, soft cap $100K, hard cap $219K, auto-refund on over-payment
NYTVestingTeam token lockup1-year cliff, 2-year linear vest, multi-beneficiary, owner-controlled grants
NYTStakingRevenue share staking4 lock tiers (30/90/180/365 days), APY-weighted pool rewards, early-unstake penalty burned permanently
NYTAirdropCommunity distributionBatch allocation, claim window with deadline, unclaimed tokens swept to treasury

NYTPresale: Planned Sale Mechanics

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.

NYTStaking: Planned Revenue Share

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.

07 $NYT Token

Utility

$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 RequiredAccess
FREE0 $NYTPublic proof pages, limited feed preview, and basic access once the token economy is live
PRO100+ $NYTFull real-time feed, AI explanations, launch radar, history search, saved views, and wallet intelligence
WHALE5,000+ $NYTEverything in PRO + private delivery, advanced watch workflows, developer API access, and future staking access

Burn Mechanisms

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().

Staking

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.

TierDurationTarget APYMultiplierMinimum
Tier 130 days12%100 $NYT
Tier 290 days28%1.5×500 $NYT
Tier 3180 days52%1,000 $NYT
Tier 4365 days100%5,000 $NYT

Governance

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.

08 Tokenomics

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%AmountHeld ByVesting
Sale & Access27%27,000,000NYTPresale contractDistributed across 3 presale rounds; unclaimed tokens remain in contract
Community Airdrop18%18,000,000NYTAirdrop contractBatch claim with deadline; unclaimed swept to treasury
Ecosystem & Rewards18%18,000,000NYTStaking contractPro-rata ETH reward pool, activated only after platform earns recurring revenue
Team15%15,000,000NYTVesting contract1-year cliff, 2-year linear vest
Liquidity Pool15%15,000,000Liquidity wallet (Gnosis Safe)Locked for Aerodrome + Uniswap Base DEX pools at launch
Treasury7%7,000,000Treasury wallet (Gnosis Safe)Multisig controlled: audit, legal, ops, and emergency runway
09 Token Presale

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.

RoundPriceAllocationRound RaiseAccessClaim
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.

Use of Presale Proceeds

Category%Purpose
Base Liquidity Pool40%Aerodrome + Uniswap Base, seeding the 15M NYT liquidity allocation
Smart Contract Audit25%External security review — Cyfrin / Sherlock / Code4rena
Product & Infrastructure20%Base deployment, backend reliability, and launch hardening
Runway Reserve15%Legal, ops, infrastructure, and contingency buffer
10 Roadmap
PhaseMilestoneStatus
01 — Signal EngineCross-chain prices, whale scanning, scoring model, and AI explanation layerCOMPLETE
02 — Web AppReact dashboard, Base wallet connect, signal feed, history, and open beta accessCOMPLETE
03 — Base Flow IntelBase transfers, swaps, liquidity flows, bridge flows, and watchlist scanningCOMPLETE
04 — Launch RadarFresh pool detection, smart-wallet early entries, and launch riskCOMPLETE
05 — Proof & Smart MoneyExpanded proof tracking, wallet intelligence, labels, and reputation snapshotsCOMPLETE
06 — Workflow LayerSaved views, private delivery, alert controls, and developer APICOMPLETE
07 — Smart ContractsNYTToken, NYTPresale, NYTVesting, NYTStaking, NYTAirdrop — written and locally testedCOMPLETE
08 — Founder List & PilotsReferral funnel, pilot sourcing, and early customer conversationsIN PROGRESS
09 — Base GrantsBuilder Rewards, grants, and ecosystem introsIN PROGRESS
10 — Prod HardeningOps, observability, queueing, and resilience improvementsUPCOMING
11 — Security AuditThird-party smart contract audit and deployment reviewUPCOMING
12 — Token Access LaunchDeploy token and switch on real Base access controlsUPCOMING
13 — Community RoomsShared alpha rooms and USDC subscriptions once the core product is matureFUTURE
11 Team

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

12. Legal Disclaimer

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