1. Abstract
FAMA is an AI trading platform built on its own purpose-engineered chain. The core product is a real-time analysis engine: it reads price action, order books, and on-chain flows across the major venues and produces actionable signals — entries, exits, holds, and confidence scores — on a sub-minute cadence. Settlement of the trades those signals trigger happens on FAMA Chain, a high-throughput L1 designed for the latency and predictability that AI-driven trading requires.
Three native tokens coordinate the stack. FAMA is the credit currency — every AI call, signal subscription, back-test, and bot deployment is metered in FAMA. FAMA.N is the gas token of the chain — it pays network fees on settled trades, signed bot transactions, and any on-chain message. FAMA.H is a revenue-share stake in a managed fund that the AI trades automatically; holders receive a pro-rata share of the fund's realised profits each distribution cycle, like an on-chain dividend.
Presale participation is in FAMA only. FAMA is the engine's metering unit, so early supply directly translates into early access to AI usage. FAMA.N and FAMA.H follow at network launch and fund-formation respectively, on schedules described later in this paper.
This document covers the product, the architecture, the three-token economy, the tier-based incentives that align early supporters and long-term participants, and the operational mechanics behind the live presale.
We are publishing this whitepaper at the start of the project's life, not the end. Expect each section to harden as the engine ships, the chain reaches mainnet, and the fund posts its first distributions.
2. The problem we're solving
Markets move faster than humans can read them. A retail trader's edge today is measured in patience and discipline, not in information speed — quants left that race fifteen years ago. The state of the art in price prediction sits inside a few dozen institutional desks and a handful of crypto-native funds that don't take outside capital. Everyone else is told to "do their own research" against a fire-hose of data their tools can't keep up with.
There are two adjacent problems. First, the people best positioned to extract value from real-time market data — large funds with proprietary models — keep that value inside the fund. Second, the consumer-grade tools that DO exist (TA copilots, signal Discord servers, paid newsletters) are off-chain, unverifiable, expensive per query, and operationally separate from where the actual trades settle.
The result is a market structure where information advantage compounds inside closed venues, where a retail user can pay $100/month for opinionated signals from someone with no track record, and where there is no honest way to participate in the upside of professional-grade trading without becoming an LP in a private fund.
FAMA's thesis is that you can solve all three simultaneously by collapsing the stack: put the AI engine, the signal feed, the trading rails, the fund, and the revenue-share token on the same chain — with the costs metered in a credit token and the profits distributed automatically. The chain isn't the product; the AI is. But the chain is what makes the AI accountable, useful, and economically aligned with the people using it.
3. Vision and product
The product is the AI. The chain exists to make the AI honest. The tokens exist to align everyone using the AI with everyone funding it.
FAMA's signal engine reads markets continuously. It ingests price + volume + book depth + on-chain flows across the major centralized and decentralized venues, runs them through a model trained specifically for the messy, regime-shifting behaviour of crypto markets, and emits structured calls: an entry, a target, a stop, a confidence score, and a regime tag. Calls are addressable per asset, per timeframe, per strategy class.
Users access the engine in three ways. The basic mode is a published signal feed — pay FAMA per query, see the calls, do what you want with them. The intermediate mode is automated execution — subscribe to a strategy, attach a wallet with guard-rails, and the engine routes orders to FAMA Chain (or bridged venues) on your behalf. The advanced mode is the fund: instead of trading yourself, hold FAMA.H and the engine trades a managed pool on your behalf, distributing realised profits each cycle.
The three tokens map one-to-one to these layers. FAMA pays for the engine. FAMA.N pays for the chain. FAMA.H entitles you to the fund's profits. The separation is deliberate — users can scale into the parts they care about without buying the whole stack, and prices for each layer can move independently with their own supply and demand.
Presale only sells FAMA. The reason is simple: FAMA is the metering token for everything else. Early supply directly funds engine development AND directly entitles the holder to use the engine when it ships. FAMA.N is distributed on chain launch via the validator set. FAMA.H is distributed at fund formation against a tiered allocation pool reserved for presale-stage contributors.
Every section that follows describes a piece of this stack. Read them as one coherent product, not as a checklist.
4. Market opportunity
The combined addressable market for what FAMA targets is enormous and largely uncontested by any single network. Global crypto holders surpassed 600 million in 2024 — yet daily active users of even the most popular blockchains remain a small fraction of that. The gap is product, not interest.
Encrypted messaging alone serves more than three billion people per month, with WhatsApp, Telegram, and Signal collectively handling tens of billions of messages per day. None of these platforms give users portable identity, native payments inside the conversation, or any economic stake in the network they sustain.
Mobile payments handled trillions of dollars in volume globally last year, dominated by closed-loop systems (WeChat Pay, UPI, Pix, Cash App, Venmo) that are unavailable across borders, lock value into national currencies, and charge merchants meaningful spreads. Stablecoins are already a credible alternative — over a trillion dollars in stablecoin transfer volume settled on public chains in 2024 — but the user experience for actually paying for something with a stablecoin remains miles behind.
Creator economies, in-game economies, ticketing, loyalty, and digital collectibles together represent hundreds of billions in annual value, almost all of it captured today by intermediaries who control the rails. Each is a candidate for an on-chain version that pays the participants instead of the platforms.
FAMA's bet is that a single network purpose-built to host all of these surfaces — under one identity, one wallet, one fee model, and one safety story — can pull users across the gap that point solutions never bridged.
5. Technical architecture
The stack has three layers and one clear separation of concerns. The AI engine is a stateful service that produces structured trade signals from market and on-chain data. FAMA Chain is a high-throughput L1 purpose-built to settle the actions those signals trigger. The Fund is a smart-contract pool that the engine trades on autopilot, with FAMA.H holders receiving on-chain distributions of realised profits. Each layer can be used on its own; in combination they form a closed loop where the model's edge translates directly into network revenue.
- Engine — a continuously-running inference pipeline. Inputs: tick-level price/volume from major centralized and decentralized venues, full order-book depth, derivatives funding, on-chain flow, and macro tape. Outputs: per-asset, per-timeframe calls with entry / target / stop / confidence / regime tag, signed and timestamped on the chain so consumers can verify provenance. Every call is metered in FAMA, with the per-call rate published as a chain parameter that can only be changed by governance.
- FAMA Chain — a BFT-style proof-of-stake L1 tuned for trading workloads: sub-second blocks, deterministic finality within ~2 seconds, and a fee schedule that targets cents-per-transaction at peak load. Validators stake FAMA.N to secure consensus; slashing covers downtime and equivocation. The validator set is sized to keep block production fast while remaining decentralized enough to be censorship-resistant.
- Execution — EVM-compatible so existing Solidity audits, libraries, and tooling work on day one. Account abstraction is native: any wallet can authorize a trading bot with scoped permissions (max position size, allowed assets, daily drawdown cap, session expiry) without delegating the underlying key. This is the foundation that makes 'subscribe to a strategy' a one-click experience.
- Fund layer — a smart-contract pool that holds positions on behalf of FAMA.H holders. Risk limits (per-asset max weight, max gross leverage, max drawdown cooldown) are enforced at the contract level, not in an off-chain risk engine. Distributions are calculated on-chain at the end of each cycle and paid in stablecoins, sized pro-rata to FAMA.H balance at the snapshot block.
- Data availability — every signal, every fill, every distribution is reconstructible from chain state. The whole pipeline is auditable by anyone running a light client. Mobile-first verification is a first-class goal, not an afterthought.
- Bridges — first-class bridges to Ethereum, major L2s, and Bitcoin so capital, stablecoins, and existing positions can flow into the FAMA economy without round-tripping through a centralized venue.
- Fee model — predictable, dollar-denominated fees paid in FAMA.N. Users see 'this costs 1 cent,' not '0.000031 ETH at current gas.' Paymasters can sponsor fees for end-users in any major stablecoin; the protocol handles the conversion.
6. The product stack
FAMA ships as three coordinated products, each useful on its own and dramatically more useful when combined. The Engine is the AI that reads markets. The Chain is the L1 that settles what the Engine triggers. The Fund is a managed pool the Engine trades automatically, paying out to FAMA.H holders. The three tokens — FAMA, FAMA.N, FAMA.H — map one-to-one to these three products.
The AI Engine
A real-time market analysis pipeline. The engine ingests price, volume, and order-book depth across every major centralized and decentralized venue, plus on-chain flows, and feeds them through a model trained specifically for crypto's regime-shifting behaviour. Output is structured: per-asset, per-timeframe calls with entries, targets, stops, confidence scores, and regime tags. Users access the engine three ways — pay-per-query for raw signals, subscription-style for automated execution on their own wallet, or via the Fund (see below). Every call is metered in FAMA. The pricing per call is set on chain and updates as the model upgrades; presale FAMA is therefore claim on engine usage at the lowest historical credit rate.
FAMA Chain
A high-throughput L1 purpose-engineered for AI-driven trade settlement. Sub-second block times, deterministic finality, predictable cents-of-a-dollar fees paid in FAMA.N, and account abstraction by default so any wallet can authorise a bot with scoped permissions. EVM-compatible execution layer so existing tooling works on day one. Native bridges to Ethereum, major L2s, and Bitcoin so capital can flow into the chain without round-tripping through a centralised exchange. Validators stake FAMA.N to secure consensus and earn a share of network fees plus a base inflation component.
FAMA AI Fund
A managed pool that the engine trades automatically. The fund holds a diversified book across the assets the engine has the highest confidence on, with risk limits enforced by smart contract. Holders of FAMA.H receive pro-rata distributions of realised profits at the end of every distribution cycle — paid in stablecoins so the unit value of the distribution is unambiguous. FAMA.H is liquid: holders can buy and sell on the DEX without waiting for a redemption window. Fund operations are fully on-chain — every position, every fill, every distribution can be reconstructed from chain state. Pre-launch, a reserved pool of FAMA.H is allocated to presale-stage contributors based on their verified tier.
Open signal feed
The same calls the engine routes to its own bots are exposed as a public feed any third-party app can subscribe to. Per-query pricing in FAMA, transparent rate limits, and signed payloads so consumers can verify provenance. Independent trading frontends, copy-trading services, portfolio dashboards, and discretionary funds can all consume the feed without negotiating an off-chain contract.
Programmable bots
A bot framework that turns a signal into an executed trade on the user's terms. Subscribe to a strategy, attach a wallet with guard-rails (max position size, allowed assets, daily drawdown cap, cooldown windows), and the bot routes orders through FAMA Chain or a bridged venue when the signal fires. The bot never holds keys directly — it operates through account-abstraction sessions that the user can revoke at any time.
Back-test studio
A historical replay environment that lets users back-test any signal stream against archived chain data. Pay in FAMA per minute of back-test compute, get a structured P&L attribution. Designed to be an honest reality check before a user commits real capital to an automated strategy.
7. The AI engine
The engine is the product. Everything else — the chain, the fund, the token mechanics — exists to give the engine somewhere to settle, a way to be paid, and a way for users to share in the value it creates. Designing the entire stack around a single core product is what lets each layer be sharp instead of generic.
Three properties matter for an AI trading engine to be useful, and the engine is built for all three at once: it has to read fast, it has to be honest about uncertainty, and it has to be cheap enough to query that small accounts can afford the same edge as large ones.
- Inputs — tick-level price and volume across every major centralized exchange and the deepest decentralized venues, full order-book depth (top 50 levels), derivatives funding rates and open interest, on-chain flow (CEX inflows/outflows, top-cohort wallet movement, stablecoin issuance), and a curated macro tape (BTC dominance, real yields, risk-on/off proxies).
- Model — a sequence model trained specifically on crypto's regime-shifting behavior. Crypto markets switch between trending, mean-reverting, and range-bound regimes faster than traditional markets; a model trained on equities will get crypto wrong in predictable ways. The training corpus is multi-cycle and uses walk-forward validation so the published hit-rate is a real out-of-sample number, not back-fit hindsight.
- Outputs — every call is structured: pair, timeframe, direction, entry zone, stop, target(s), confidence (0-100), and a regime tag (TREND / MR / RANGE). Calls are signed and timestamped on chain so consumers can verify the engine actually said what they think it said, in real time, without trusting an off-chain log.
- Per-query pricing — the cost of a single signal call is published on chain as a governance parameter and metered in FAMA. Pricing scales down to the cents so a retail user buying one $200 trade can afford a high-confidence call without subsidising the institutional tier. Subscriptions are an alternative for users running automated strategies.
- Honest uncertainty — every call includes a confidence score, and the engine refuses to emit a call when no setup meets the minimum threshold. Silence is a feature; an honest "no good setup right now" beats a forced one that loses money.
- Verifiable hit-rate — historical performance is published as a chain-verifiable rolling statistic: hit-rate, average R-multiple, drawdown profile, regime-by-regime attribution. Operators can't quietly delete losing calls because every signal is on chain from the moment it's issued.
- Agent-friendly — sub-second blocks and cents-per-call settlement make it economically viable for autonomous agents (rebalancers, copy-trading bots, treasury managers) to subscribe to the engine and act on signals without a human in the loop, all under scoped permissions the user can revoke at any time.
8. DAOs as a native primitive
DAOs today are powerful but punishing. Spinning one up means stitching together a multisig, a token contract, a snapshot front-end, a treasury, an off-chain forum, and several signing tools — and then convincing every member to learn all of them. The result is that most communities that would benefit from a DAO never form one, and most DAOs that do form spend more energy on operations than on the actual decisions they exist to make.
FAMA treats DAOs as a first-class network primitive instead of a stack of disconnected contracts. The same identity, wallet, messaging, payment, and reputation layers that consumer apps use are available for any group to compose into a DAO with a few clicks — no Solidity required.
The goal is to make starting and running a DAO no harder than starting a group chat with a shared treasury. The same toolkit scales from a 20-person community fund to a million-member protocol DAO, because both sit on the same primitives.
- One-click formation — pick a template (treasury, grants, social club, builder collective), set membership rules, and the DAO is live with a treasury, a forum thread, a vote surface, and a payment rail in the same minute.
- Membership tied to FAMA ID — gate by token holdings, by attested credentials, by reputation score, or by a custom mix. No more uploading lists of addresses to a separate front-end.
- Native voting — quadratic, conviction, weighted, delegated, optimistic, multi-sig — picked from a menu, not coded from scratch. Vote results execute on-chain through the DAO's smart account.
- Treasury that just works — multi-asset balances, scheduled disbursements, vesting for grants, role-scoped spending limits, and full audit trail without exporting CSVs from a block explorer.
- Discussion in-thread — proposals live alongside the community's chat, not on a separate forum. Members react, debate, and vote where they already talk.
- Cross-DAO composition — a DAO can hold tokens of another DAO, vote in its votes via delegation, or co-fund grants. Network effects compound across the ecosystem.
9. The settlement layer
An AI signal is only useful if you can act on it. The settlement layer is the bridge between the engine's calls and a real position — the venues a trader (or a bot, or the Fund) routes orders through after the engine fires. FAMA Chain is built to be that bridge.
Most chains can't host a credible book. Spot DEXes have closed the gap on simple swaps, but the surfaces that matter for active trading — perpetuals, leveraged spot, advanced order types, sub-second book updates, on-chain risk that completes in a single block — require infrastructure that other L1s simply don't have. FAMA Chain is engineered specifically to clear that bar.
The protocol provides the rails — performance, safety, account abstraction, native risk surface. Independent teams (and the engine's own bots) build the front-ends, the matching strategies, and the market-maker integrations that make a market actually liquid. The Fund routes its own AI-driven positions through this layer first, which seeds initial liquidity for the venues built on top.
- Order-book throughput — block timing and execution layout tuned so a real central-limit order book can update quickly enough to keep spreads tight. Builders can choose AMM, CLOB, or hybrid models without fighting the chain.
- Spot + leverage in one venue — the protocol exposes margin (isolated and cross), with on-chain liquidations that complete in a single block. No off-chain risk engine, no centralized keepers, no "trust us" assumptions.
- Bot-friendly account abstraction — a trader can authorize a strategy to trade on their behalf with scoped permissions (max position, allowed assets, daily drawdown, session expiry). The strategy never holds the key; the user can revoke the session in one transaction.
- Native risk surface — every account can publish a risk profile (max leverage, allowed collateral, blocked assets) that is enforced at the protocol level, so the Fund's mandate or a DAO's treasury policy can constrain trades without a custom contract.
- Composable liquidity — the same pools back swaps, margin, and structured products. A trader's USDT can be earning yield in a savings vault until the moment it's pulled into a leveraged position, automatically.
- Cross-chain on-ramps — first-class bridges to Ethereum, major L2s, and Bitcoin so capital can move into FAMA's markets without round-tripping through a centralized exchange.
- Auditability — every order, fill, and liquidation is observable on-chain. The engine's own trades are no exception; the Fund's full P&L is reconstructible from chain state, which is why the published distribution to FAMA.H holders can be trusted without auditing a black-box statement.
10. Token economics
FAMA's three-token model maps one-to-one to the three products. FAMA meters AI calls (the engine), FAMA.N meters network operations (the chain), FAMA.H entitles holders to the fund's realised profits. The separation is deliberate — users can scale into the parts they care about without buying the entire stack, and each token's price can move independently with its own supply and demand.
FAMA has a fixed supply of 1,000,000,000 tokens. Only FAMA is sold in the presale, since FAMA is the metering unit for everything else the project ships. Distribution is structured to balance early-supporter rewards with long-term sustainability:
- Presale (30%) — distributed to early supporters across staged pricing rounds, credit-redeemable against the AI engine at launch
- Ecosystem (20%) — builder grants, partnerships, integrations that drive engine usage
- Liquidity (15%) — seeded to exchange markets at launch to keep FAMA / USDT spreads tight
- Team (10%) — long-term vested allocation for the core team building the engine, chain, and fund
- Treasury (10%) — long-term runway reserve, audits, infra, emergency response
- Marketing (5%) — campaigns, content, education that bring users to the engine
- Community / Growth (5%) — airdrops, quests, referral bonuses (every reward is also engine credit)
- Development (5%) — ongoing model training, chain upgrades, audits, tooling
Presale FAMA is issued at the live presale rate, which tracks the on-page DEX market price 1:1 — buyers pay exactly what the chart shows when they create their intent. The assumed launch price is $0.15 — a meaningful upside over the presale rate that compensates early supporters for the time and risk they take on before listings. The actual upside multiplier shown on the presale panel is computed in real time from the buyer's locked-in rate vs the launch target. Final launch price is determined by market conditions; the $0.15 figure represents the project's modeling and is presented as a non-binding reference.
FAMA.N has a fixed supply of 500,000,000 and is NOT sold in the presale. It is distributed at chain launch: a portion goes to the genesis validator set as a staking obligation, a portion is reserved for delegated stake, a portion seeds the network's gas-sponsor program for new-user onboarding, and a smaller share is reserved for protocol development and ecosystem grants on the chain side. FAMA.N earns inflation through staking and captures network-fee revenue from every transaction settled on FAMA Chain.
FAMA.H has a fixed supply of 100,000,000 and is also NOT sold in the presale. It is distributed at fund formation. A reserved allocation pool — sized to the cumulative tier weighting of presale-stage contributors — is granted to those contributors at fund launch. The remainder is allocated to the fund's seed liquidity, the management team's long-term vested share, and a public sale at fund launch. Holders of FAMA.H receive pro-rata distributions of realised fund profits at the end of every distribution cycle, paid in stablecoins.
Each application built on top of the stack increases natural demand for at least one of the three tokens — FAMA for AI calls, FAMA.N for the gas to run them, FAMA.H if the user wants to be the fund's customer rather than its competitor. The trio is deliberately separable so independent demand curves can develop instead of being collapsed into a single token whose price has to satisfy three different jobs at once.
11. Investor tiers
FAMA's tier system is designed to reward larger commitments with progressively better economics. Tiers update automatically — the moment your verified contribution crosses a threshold, the matching benefits switch on.
| Tier | Range | Referral | Staking APR |
|---|---|---|---|
| Gold | $100 – $499 | 10% (USDT) | 15% |
| Platinum | $500 – $999 | 15% in USDT AND 15% in FAMA | 25% |
| Emerald | $1,000 – $4,999 | 20% in USDT AND 20% in FAMA | 40% |
| Ruby | $5,000 – $9,999 | 25% in USDT AND 25% in FAMA | 60% |
| Diamond | $10,000 – $19,999 | 30% in USDT AND 30% in FAMA | 85% |
| Sapphire | $20,000+ | Custom (VIP) | Custom (VIP) |
From Platinum upward, referral rewards are paid in BOTH USDT and FAMA at the full percentage — these are not split rewards, they are two parallel rewards. A $1,000 referred deposit at Emerald's 20% therefore yields $200 in USDT plus $200 worth of FAMA. At Diamond's 30% the same $1,000 referred deposit yields $300 + $300 worth of FAMA. Sapphire is reserved for the largest contributors and is arranged personally with a VIP assistant; seats are limited.
Beyond the headline economics, tiers also drive feature unlocks across the wider ecosystem as it ships: early access to new applications, higher rate limits on consumer surfaces, deeper allocation in subsequent ecosystem rounds, and a stronger voice in early governance. Tiers are how the network keeps faith with the people who funded its earliest, riskiest phase.
12. Presale mechanics
The presale runs through an automatic system that pairs users with one of three controlled deposit wallets, monitors incoming USDT transfers on Ethereum, and delivers FAMA tokens automatically once the deposit is confirmed and matched.
- User picks an amount and receives one of three deposit wallets, reserved for 15 minutes.
- Three wallets exist so two users picking the same amount are routed to different wallets — no decimal-cent tricks needed.
- Background workers poll the chain for incoming USDT transfers, attribute them to the correct intent by (wallet, amount, time window), and queue the FAMA send.
- Clean matches are auto-approved and delivered. Late or ambiguous transfers are routed to manual review.
- Outgoing FAMA sends are signed by a single designated treasury wallet (the “primary FAMA sender”). The other two wallets are receive-only.
- Every pool wallet is continuously scanned by an independent activity monitor that records every on-chain interaction, in any token, regardless of whether it matched an intent — so the operator can audit the full picture, not just the happy path.
13. Staking
Holders of FAMA can lock their tokens in tier-based staking pools to earn APR. Pools require the corresponding investor tier to unlock — Diamond holders can stake in any of the three pools, Gold holders only in the Gold pool.
Lock duration is 90 days. Withdrawing on or after the unlock date pays the full APR; early withdrawal forfeits the reward. The verification path additionally checks that the holder did not move FAMA out of their delivery wallet during the lock period before releasing rewards.
Once the network goes live, a second class of staking — validator staking — comes online. FAMA staked to a validator helps secure consensus and earns a share of network fees in addition to base inflation. Validator staking is open to any holder above a minimum threshold, with delegated staking available for smaller holders. The presale-era tier pools and the validator-staking layer are designed to coexist: one is a yield product for early supporters, the other is the network's core security mechanism.
14. Referral system
Once a participant's verified contribution reaches $98 (the displayed Gold threshold of $100 with a $2 buffer for exchange fees), they may claim a custom referral code instantly. Codes are unique across the system, and the claim is processed in real time without an admin review step.
When someone uses a referral code on a verified deposit, earnings accrue at the referrer's current tier rate. Earnings become claimable only after the underlying referred sale has been fully approved and delivered, ensuring the project never pays out on a transaction that ultimately failed.
At claim time, the referrer types any Ethereum address as the destination — it does not need to match their FAMA login wallet. The destination is immutable once the claim is submitted.
15. Developer experience
FAMA's success depends on people other than the core team building on it. The developer surface is treated as a first-class product, not a documentation site that comes after launch.
- EVM compatibility — write Solidity, ship Solidity. Existing Hardhat, Foundry, ethers, and viem workflows work unchanged. Developers do not need to learn a new VM, a new language, or a new mental model to ship on FAMA.
- Account abstraction by default — every user account is a smart account. Apps inherit social recovery, session keys, sponsored transactions, batched calls, and spending limits without writing custom contracts.
- Identity & messaging SDKs — drop-in libraries for FAMA ID and FAMA Chat so any app can authenticate users and message them without standing up auth or notification infrastructure.
- Predictable fees — fees quoted and paid in stablecoin units, so a developer can promise “this transaction will cost the user about 1 cent” without juggling gas oracles.
- Indexer & data layer — a hosted, free-to-start indexer with a GraphQL surface so apps can query on-chain state without running their own infrastructure.
- Grants — a continuously open ecosystem grants program funded from the 20% ecosystem allocation, prioritizing builders who ship.
16. Governance
FAMA starts under a steward model — the core team makes protocol-level decisions while the network is small and fragile, with on-chain transparency and public rationale for every change. This is the period in which most networks make their largest mistakes; we'd rather move carefully than democratically until the user base and validator set are large enough for distributed decision-making to be meaningful.
Governance opens up in stages. First, fee parameters and ecosystem grant allocations move on-chain, with FAMA holders voting via a delegation system that lets active community members represent passive ones. Then validator-set parameters and treasury allocations follow. Finally, full protocol upgrades become subject to community vote, with a high quorum and a meaningful timelock.
The end state is a network where the team is one voice among many — held to the same standard as any other contributor, and where the people who use and build on FAMA share the steering wheel.
17. Security model
User wallets are generated entirely in the browser using BIP-39 mnemonics; the seed phrase never leaves the device. Optional encrypted storage (scrypt-based JSON keystore, password-derived) lets returning users skip re-entering their phrase without uploading anything.
Operator infrastructure runs in a dedicated desktop terminal that is the only surface able to mutate ledger state. Treasury private keys are imported through an encrypted-at-rest keystore (AES-256-GCM with a master key from `OPS_ENCRYPTION_KEY`) and decrypted only at signing time within the operator process — they are never persisted in plaintext and never logged.
Every state transition writes an append-only ledger event so the entire presale is auditable end-to-end. An independent activity scanner records every on-chain interaction touching any pool wallet — incoming, outgoing, any token — so off-protocol activity is impossible to hide.
Once the FAMA network ships, security is rooted in: (a) economic security from staked FAMA backing the validator set, with slashing for misbehavior; (b) layered application security with formally-verified core contracts and continuous third-party audits; (c) a coordinated disclosure program with a meaningful bug bounty; and (d) circuit breakers on bridge contracts so any catastrophic event can be paused while the community responds.
18. Roadmap
FAMA is delivered in phases that prioritize reliability over hype. Each phase compounds on the previous one — we don't ship the next layer until the layer underneath it is stable.
- 1Phase 1 — Presale and community (now). Public presale running on Ethereum USDT, automated wallet pool, leaderboard, referral system, staking program, full audit trail. Build out the desktop ops terminal and the activity-monitoring infrastructure that will inform the network's own observability.
- 2Phase 2 — Testnet and exchange listings. Public testnet for the FAMA L1, validator onboarding program, security audits, mainnet-quality apps running on testnet, and centralized + decentralized exchange listings for FAMA.
- 3Phase 3 — Mainnet and core apps. Mainnet launch with a curated initial validator set, native bridges to Ethereum and major L2s, and the first wave of native applications: FAMA Wallet, FAMA Chat, FAMA Pay, FAMA ID.
- 4Phase 4 — Ecosystem expansion. FAMA Social, FAMA Market, FAMA Play, FAMA DeFi, and FAMA Studio. Open developer grants at scale, third-party builders shipping on the SDK, and the start of the governance handoff described above.
- 5Phase 5 — Decentralization and scale. Full validator-set decentralization, on-chain governance for protocol upgrades, mature bridge ecosystem, and the network operating as community-owned infrastructure rather than a project run by a single team.
19. Long-term vision
If FAMA succeeds, the everyday picture is mundane in the best way: a person opens a single app, sends a message that includes a payment, splits a bill with a group, buys a ticket to a concert, gets onboarded to a creator's paid community, takes out a small line of credit against their on-chain reputation — and never thinks about which chain any of it ran on, because the answer is always FAMA.
From the network's point of view, that picture compounds. Each new application increases natural demand for the token, deepens the identity layer, and makes the next application easier to build because the user already has the wallet, the contacts, the credentials, and the balance. Network effects across the application portfolio accrue to a single underlying asset.
From the user's point of view, the alternative is what they already live with: a fractured set of apps owned by companies that monetize them. FAMA's bet is that given a credible alternative — one that actually works, actually feels familiar, and actually pays the participants — many of those users will come.
From the builder's point of view, FAMA is meant to be the network where you can ship a serious consumer crypto product in weeks instead of years. The wallet, identity, payments, messaging, and reputation primitives that every consumer app re-invents are already there.
From a market structure point of view, FAMA is a bet that the next chapter of crypto is owned not by the network with the most TVL, but by the network with the most real users doing real things. We are building for that chapter.
20. Risk and disclaimers
Cryptocurrency investments carry significant risk, including the risk of total loss. Token prices are volatile, and presale tokens specifically depend on the project's ability to deliver against the roadmap.
Forward-looking statements in this document — including descriptions of unreleased applications, future network capabilities, and the staged roadmap — represent the project's current plans and beliefs, not guarantees. Plans change as new information emerges; expect specifics to evolve.
Nothing in this whitepaper or on the FAMA website constitutes investment advice, an offer to sell securities, or a solicitation of an offer to buy securities in any jurisdiction. Participants are responsible for evaluating the project, complying with their local laws, and only contributing funds they can afford to lose.
Version 2.0 · 6/14/2026