Whitepaper — Version 1.0Coming Soon

TheProtocol

Lattice is an on-chain verification protocol for the moment before the buy. Read-only by design: no custody, no signatures, no gas.

01

Abstract

Lattice (LAT) is an on-chain verification protocol delivered natively through X and Telegram. It does not move money. It answers the question every trader asks in the seconds after seeing a new token mentioned: is this safe, and is the project actually doing what it claims?

A user tags @LatticeBot with a token's contract address — in a reply, a quote, or a DM — and the bot responds in-thread with a structured report. No wallet connection, no signature, no gas, and no funds ever touch Lattice.

02

The Problem

Token due diligence happens in the wrong place and at the wrong speed. A contract address surfaces in a timeline, and the window to evaluate it closes in seconds. Existing tools live on separate sites, behind wallet connections, or inside dashboards that demand the user leave the conversation entirely.

The result is that most buyers act on social proof rather than chain state. Lattice moves verification to where the decision is actually made — inside the thread.

03

Interface

The core interface is @LatticeBot on X and Telegram. Every command is a read-only query, never a transaction.

Commands: check [contract_address], a bare contract address in a reply to the bot, or check @projecthandle for projects that have self-verified.

Execution is fully read-only — no signature prompt, no wallet deep link. A report can be generated with zero interaction from the sender beyond the tag itself. Responses are self-contained scorecards in the reply text rather than raw links, keeping the bot inside platform content rules; a deeper report lives behind the bot's bio link.

04

The Verification Report

CheckWhat It Answers
LiquidityTotal liquidity across known DEX pools, and whether LP tokens are locked or burned — and until when.
Holder AnalysisHolder count, top-10 and top-50 concentration, and whether top holders are known LP / CEX / burn addresses or unlabeled wallets.
Market Cap / FDVComputed from circulating and total supply multiplied by current price.
Contract SignalsOwnership renounced? Mint function present or disabled? Upgradeable proxy? Source verified on the chain's explorer?
Honeypot / Sell-TestA simulated buy-then-sell, or an existing honeypot-detection service, to catch tokens that can be bought but not sold.
05

Promises Kept

This is the protocol's primary differentiator. Any project can register its declared tokenomics with Lattice via the web app: total supply, LP lock percentage and duration, treasury or vault share, and vesting schedule.

Lattice then periodically re-checks the project's actual on-chain state against those declared commitments, and surfaces a dedicated section in the report — for example, “Declared 70% to LP, locked — confirmed on-chain” or “Declared 12-month vault lock — vault emptied early, flagged.”

The check works best for standardized launch mechanisms such as a Clanker-style vault and lock contract shape. For arbitrary unregistered tokens only the generic checks apply, since there is no declared baseline to measure against.

06

Project Self-Verification

Projects connect their X or Telegram handle and their token's official contract address on the Lattice web app.

Proof of control is a signed message — not a transaction — from the deployer or owner wallet, or a one-time code posted from the project's official account. Never a fund movement.

Once verified, check @handle resolves directly to the audited contract address, and reports carry a Verified Project badge.

07

Architecture

Chain data: Robinhood Chain RPC (Arbitrum Orbit L2) with its Blockscout explorer API for holder lists, contract verification and source. The architecture stays chain-agnostic enough to add more chains later — token safety-checking is inherently a multi-chain problem.

Liquidity and market data: direct DEX pool reads via the chain's router and factory, or a data-aggregator API where available. Honeypot detection: an existing honeypot-check service, or a self-hosted simulated buy/sell against a forked RPC call.

Social: X API v2 and the Telegram Bot API. Backend: Node.js and TypeScript with MongoDB, storing cached reports, verified-project registrations and declared tokenomics. Frontend: Next.js, serving a project-verification dashboard and a public report-lookup page.

08

Security & Limits

No custody, no signing, no funds. Lattice never touches user funds, which removes smart-contract custody risk from the picture entirely.

Data integrity: every scorecard discloses its data sources and timestamp, not just a verdict. A false “verified” or “safe” signal carries real financial-harm risk, so the provenance travels with the result.

Rate limiting: checking a contract address is cheap for the requester but costs backend RPC and API budget. Strict per-account limits, plus a short-lived 2-5 minute cache of recent reports per address, keep a trending token from hammering data providers on every re-tag.

Disclaimers: not financial advice. Heuristics can be wrong. Always do your own research.

Back To Home