active compute FLOCK
FLock.io logo

FLock.io

Decentralised AI training via federated learning on Base. NeurIPS-awarded, EF-granted. 11.9M FLOCK in protocol fees over 10 months from 16 training tasks. Academic rigour meets early-stage commercial traction.

A
Quadrant
Best of both
55
Freedom
/100
C
58
Returns
/100
C
Verdict · Sovereignty and returns

NeurIPS-awarded federated learning meets blockchain. 11.9M FLOCK in protocol fees from a small number of tasks. The academic credentials hold up; the question is whether 16 training tasks in 10 months becomes 1,600.

Strengths
  • + Academic credentials: NeurIPS awards, Oxford team, Ethereum Foundation grant, CB Insights AI 100
  • + 11.9M FLOCK in protocol fees verifiable on-chain from Base contracts, roughly 740,000 FLOCK per task
  • + UNDP SDG Blockchain Accelerator AI Strategic Partner status and Moorfields Eye Hospital healthcare pilot
Risks
  • Only 16 training tasks completed in 10 months; task creation still centralised to the team
  • ~59% of supply still locked; significant multi-year dilution ahead
  • FL Alliance, the core privacy-preserving layer, is still in testnet
Independent verification 5 claims checked · 2 corrected · cross-checked against third-party data · as of 2026-08-17
Our call on each · 6 freedom · 5 returns
See FLock.io in the integrity board →
Freedom Score
D55/100?

FLock.io has strong academic foundations (NeurIPS, Ethereum Foundation grant) and a federated learning architecture inherently designed for data privacy. However, task creation is centralised, core platform code is partially closed-source, governance is more described than demonstrated, and FL Alliance (the key privacy layer) is not yet in production.

Infrastructure decentralisation11/20

196 training nodes, 262 validators — genuine multi-party training. However, task creation remains centralised to the FLock team. FL Alliance (federated learning layer) still in testnet. Smart contracts on Base inherit Ethereum security.

Governance decentralisation9/20 Overstated

DAO governance described in docs with weighted/quadratic voting. In practice, team controls task creation, protocol upgrades, and treasury. Decentralisation plan was due Q2 2025 — no evidence it was published. Governance more described than demonstrated.

Our independent check
They claim

FLock is governed by a DAO with weighted voting, rather than by the core team. source →

We found

Stage G0 on the contract that matters most to holders. The FLOCK token's upgrade path runs through ProxyAdmin 0xb6523d5d33d29a7e6573330310e3f0e6157e9f06 to a single Safe v1.4.1, 0x6052279aa6BF2E145eDafC7042A9BD6b4A80d31f, threshold 2 of 3, with no timelock and no on-chain governance contract in the path. Two of three signers can replace the token implementation, the supply cap and the blacklist logic with no delay and no on-chain notice. Signer identities are not published. Followed the admin slot to the ProxyAdmin, read its owner, and classified that owner by codesize and Safe getters rather than assuming from the address. Scope stated deliberately: this covers the token contract only, so the broader 'FLock is DAO-governed' claim stays open on the training and staking contracts, which were not enumerated this session. Verdict human-set.

Our call

Overstated Graded against the governance ladder in specs/oym-verdict-framework-spec.md 4a. A 2-of-3 threshold is the lowest in the corpus so far, below Venice's 4-of-6, Morpheus's 5-of-9 and Vana's 3-of-7. Consistent with the existing 9/20 score, so no change is proposed; the verdict supplies evidence the score lacked. Path to a better grade is the usual one: a timelock first, then binding on-chain votes executing through it.

evidence → signed · as of 2026-08-16 · how it’s signed
Token distribution fairness10/15 Verified

66.7% community vs 33.3% team/investors — good ratio. 1-year cliff + 2-year linear vest for team. Community tokens minted over 60 months with decay. 5% airdrop to testnet participants. ~31.5% circulating after 14 months — moderate unlock pace.

Our independent check
They claim

66.7% community vs 33.3% team/investors — a good ratio; 1-year cliff + 2-year linear team vest. source →

We found

Base FLOCK top-10 holders = 72.9% raw; infra-excluded (a TransparentUpgradeableProxy ~16.9% likely vesting/staking, plus Bybit/Gate/MEXC ~10%) it is ~44% of supply = D1 'moderate', broadly consistent with the claimed 33% team + community whales. No labelled insider (Safe/vesting) contract sits in the top-10. sources/holders.py: top holders + labels, classified holder/insider/infra/cex/burn; the upgradeable proxy + labelled CEX hot wallets excluded as neutral infra. Concentration = raw balance / total_supply.

Our call

Verified Moderate concentration (D1), consistent with the claimed good community/team ratio and the 10/15 score — not the extreme insider concentration seen at ORA/SAHARA. Re-check item (load-bearing): the single largest holder is a 28.95% UNLABELLED EOA (0xF35C…); if it is a team/treasury/foundation wallet rather than a genuine holder, the read shifts toward D0. The tool could not attribute it this run (no label, EOA). Verdict is match at the moderate reading; flag for a funding-trace at review.

evidence → signed · as of 2026-08-10 · how it’s signed
Censorship resistance8/15 Overstated

Federated learning design means data never leaves participants' devices — strong privacy architecture. But the FLOCK token contract is NOT immutable: it is a transparent proxy upgradeable by a 2-of-3 Safe with no timelock, and it carries an admin-gated blacklist that blocks transfers. However, task creation is centralised and API Platform is team-operated — single points of control.

Our independent check
They claim

FLOCK is a standard ERC-20 on Base with immutable contracts and no privileged control over holders' balances.

We found

Both halves are wrong for the token contract. FLOCK carries an admin-gated blacklist: the verified implementation declares mapping(address => bool) private _blacklist with events Blacklisted and Unblacklisted, exposes addBatchToBlacklist(address[]) and removeBatchFromBlacklist(address[]) both onlyAdmin, and overrides transfer to check it, so an admin can stop a holder moving their tokens. And the contract is not immutable: it is a transparent proxy whose EIP-1967 admin slot points at ProxyAdmin 0xb6523d5d33d29a7e6573330310e3f0e6157e9f06, owned by 0x6052279aa6BF2E145eDafC7042A9BD6b4A80d31f, a Safe v1.4.1 with a threshold of 2 of 3 and no timelock. Two signatures replace the token logic instantly. Read the proxy's implementation and admin slots, resolved the ProxyAdmin's owner and classified it by codesize plus Safe getters, then read the blacklist declarations and their modifiers out of the verified implementation source. Whether the blacklist has ever been used is NOT established: Base log history is not available on our Etherscan plan, so the Blacklisted event history was not retrieved. The capability is the finding; usage is the open check. Scope is the token contract, not FLock's training or staking contracts, which were not enumerated. Verdict human-set.

Our call

Overstated This corrects us, not FLock: 'Base L2 contracts are immutable' is our own sentence and it is false for the token. A blacklist plus an upgradeable proxy is the opposite of the censorship-resistance case that sentence was supporting, and censorship_resistance is scored 8/15 partly on it. Corrected in the research JSON and flock.mdx; score flagged for the 2026-09-01 review. Note the asymmetry worth keeping: FLock's privacy architecture at the training layer (data never leaves the device) is a separate claim and is untouched by this.

evidence → signed · as of 2026-08-16 · how it’s signed
Data sovereignty10/15

Core value proposition: data stays with owners, only model updates shared. FL Alliance designed for privacy-preserving training. Healthcare demo showed cross-continental collaboration without data sharing. FL Alliance still in testnet — full vision not delivered yet.

Open source transparency7/15

34 GitHub repos, some actively maintained. Training node quickstart and validator code are open source. Main FLock repo is essentially empty. Core platform code and smart contracts not fully public. Academic papers peer-reviewed (NeurIPS, IEEE) add credibility.

Returns Score
C 58/100 ?

Overall returns potential is moderate at 58/100. Strongest dimension: token utility (14/20). Weakest: revenue sustainability (9/25).

Token utility14/20

Required for staking as trainer, validator, or delegator. gmFLOCK lock-up mechanism (up to 365 days). Slashing for malicious behaviour. No burn mechanism.

Value accrual13/20

11.9M FLOCK protocol fee revenue in 10 months, on-chain from Base contracts (verified). API Platform revenue sharing. Elite Trainer 50% revenue share. Fee flow to holders vs treasury unclear.

Supply dynamics14/20 Verified

1B fixed supply. Community tokens over 60 months with decay. 25% of circulating locked via gmFLOCK (avg 265 days). ~59% still locked; significant future dilution.

Our independent check
They claim

The total supply of FLOCK is capped at 1 billion tokens. source →

We found

Enforced in the deployed code, which is better than most cap claims in this corpus. The implementation behind the proxy (0x22754dad1b54ce707997afce9a78a3413045f784, FlockTokenUpgradeable, verified on BaseScan) gates minting on require(currentMinted + _amount <= maxTotalSupply), and the live contract reads maxTotalSupply() = 1,000,000,000 FLOCK exactly, with currentMinted() = 438,259,822 FLOCK, so 43.8% of the cap has been issued. A per-account dailyMintLimit of 10 FLOCK is also set. The caveat is that none of this is immutable: the token is a transparent proxy, so both the cap value and the mint logic can be replaced (see the governance verdict on the same project). The cap is real in code and revocable by two signatures. Read the three supply-relevant storage getters live, then located the mint gate in the verified source of the implementation the proxy currently points at. Ingestion only, verdict human-set.

Our call

Verified Graded match because the claim is about the cap and the cap is enforced by the code that is running. Compare Aethir, whose '42B hard cap' had no on-chain check at all and graded inflated; FLock's is materially stronger. Read this together with the upgrade authority below rather than on its own.

evidence → signed · as of 2026-08-16 · how it’s signed
Revenue sustainability9/25

11.9M FLOCK in fees from only 16 training tasks; promising per-task economics but tiny volume. Task creation still centralised. UNDP partnership active; Animoca/Qwen at MoU stage.

Liquidity & access8/15

Gate.io, Bybit, KuCoin, MEXC, Bitget. Decent CEX coverage for project size. No Binance or Coinbase. Base chain primary; Walrus/Sui integration expanding chain footprint. Volume adequate but not deep.

Quadrant A — Best of both ?
Price
$0.031
Market Cap
$14.2M
FDV
$31.1M
24h Change
-4.2%
-4.2%

Not financial advice. Scores are opinions, not recommendations. Crypto is high-risk – you could lose everything you invest. Full disclaimer.

Embed this rating
Own Your Mind rating: Freedom C 55/100, Returns C 58/100

The badge updates automatically when the score changes.

Token Details
FLOCKBase (Ethereum L2)0x5ab3...b691
· Updated
On this page
Listen to this episode
Value Loop

Federated training tasks, comparative validation, gmFLOCK lock-up

Task creators fund training bounties in FLOCK on AI Arena. Training Nodes submit models and Validators score them via comparative evaluation; FL Alliance fine-tunes on private local datasets using FLoRA so raw data never leaves the participant device. Protocol fees from training tasks and Moonbase API revenue accrue on Base smart contracts. gmFLOCK stakers lock FLOCK (up to 365 days, non-transferable) to back trainers and validators.

FLOCK Value Loop Federated training tasks, comparative validation, gmFLOCK lock-up TASK CREATORS fund FLOCK bounty AI Arena on Base TRAIN + VALIDATE FLoRA fine-tuning comparative scoring PROTOCOL FEES on-chain on Base + Moonbase API revenue gmFLOCK BONDS non-transferable stake up to 365-day lock FEDERATED TRAINING Gradients move, data stays, comparative scoring ranks models, stake aligns long-term builders. PROTOCOL DESIGN 1B FLOCK MAX SUPPLY → ~442M circulating today 66.7% community, fair-weighted BASE LAYER Base (Ethereum L2) + Sui via Walrus storage TRAINING METHOD FLoRA + federated 70B LLM fine-tuning validated STAKE MECHANIC gmFLOCK lock-up 30–365 days, slashable FLoRA Low-Rank Adaptation fine-tuning gmFLOCK non-transferable staked FLOCK FOMO FLock Open Model Offering ownyourmind.ai/projects/flock Independent DeAI Research

What it does

FLock.io is a decentralised AIDeAIDecentralised AI. An umbrella term for blockchain-based projects that build AI infrastructure (compute, data, inference, models, agents) without a single central provider controlling the system.Like the difference between streaming a movie from Netflix and sharing it via BitTorrent. Netflix is fast and polished but one company controls what you can watch and what you pay. BitTorrent is messier but no single operator can shut you out.Read more → model trainingTrainingThe one-time process of teaching a neural network to perform a task by showing it massive amounts of example data and adjusting its internal weights until the outputs are good. Training builds the model; inference uses it.Like the years an apprentice spends learning a trade. You don't see any of the actual work, just thousands of repeated mistakes gradually becoming competence. By the end, the apprentice can do the job. The training was invisible, but the skill is now permanent.Read more → and validation platform that combines federated learning with blockchain. The core promise: train AI models collaboratively without sharing raw data. Only modelModelA trained neural network that takes inputs (text, images, audio) and produces outputs (more text, classifications, generated content). In DeAI the model is the thing that actually does the work.Like a very experienced apprentice who has spent years watching thousands of masters make furniture. They can't explain how they know when a joint is right, but they can make a chair that looks and functions like a Chippendale. The training is invisible. The output is what matters.Read more → updates (gradients) are transmitted; the training data never leaves the participant’s device.

The architecture has three layers:

  • AI Arena (train.flock.io): the live training platform on Base. Training Nodes submit models, Validators evaluate them via comparative scoring, and Delegators stake tokens to nodes and validators. On-chain smart contracts handle rewards and slashing.
  • FL Alliance: the federated learning layer where participants fine-tune consensus models using their private local datasets. Still in testnet as of mid-2025. This is the privacy-preserving component that sets FLock apart.
  • Moonbase / APIAPIApplication Programming Interface. A structured way for one piece of software to talk to another. In DeAI, APIs let applications request inference from a model without running the model themselves.Like a waiter in a restaurant. You don't walk into the kitchen and cook your own meal. You tell the waiter what you want, they tell the kitchen, the kitchen cooks it, and the waiter brings it back. The API is the waiter.Read more → Platform: deployment layer launched September 2025. An OpenAI SDK-compatible API for deploying and monetising trained models, with revenue sharing for contributors. Moonbase also introduced FOMO (FLock Open Model Offering) as part of Tokenomics v3: fair-launch model tokens backed by hosting services on FLock API. Model tokenholders get discounted usage or can stake for yield.

The technical innovation is FLoRA: using Low-Rank Adaptation (LoRA) for efficient fine-tuningFine-tuningThe process of taking a pre-trained model and training it further on a smaller, more specialised dataset to adapt it to a specific task, domain, or style. Fine-tuning is much cheaper than training from scratch.Like hiring an experienced general practitioner doctor and giving them six months of focused training in a sub-speciality. You don't have to teach them medicine from scratch. You just narrow their expertise to the area you actually need.Read more → with minimal compute overhead, replacing central aggregator servers with blockchain-based peer review. FLock achieved the first empirical validation of fine-tuning a 70B LLMLLMLarge Language Model. A neural network trained on vast amounts of text to predict the next word in a sequence. Modern LLMs (GPT, Claude, Llama, Qwen, DeepSeek) generate human-quality text and are the foundation of most modern AI products.Like an autocomplete that read every book ever written. It has no memory of individual texts but it has absorbed the patterns of language so deeply that it can generate paragraphs that sound human. The skill is statistical, not conscious.Read more → in a decentralised multi-domain setting.

Founded by Jiahao Sun (MSc Computer Science, Oxford; Honorary Research Fellow, Imperial College London; former Director of AI at RBC Wealth Management). Zehua Cheng (Chief AI Scientist, DPhil candidate at Oxford) and Dr. Zhipeng Wang (Lead Blockchain Researcher, leading Ethereum Foundation-funded research) round out the technical leadership.

The entity is FLOCK.IO LTD, registered in London (Companies House #14039622, incorporated April 2022). Total funding: ~$9M, split between seed ($6M led by Lightspeed Faction and Tagus Capital, with DCG, OKX Ventures, Volt Capital) and strategic ($3M from Animoca Brands).

The academic credentials are strong: NeurIPS 2022 Best Paper Runner-up, NeurIPS 2023 Best Technical Demo, IEEE GBC 2025 Best Application Award, sole AI infrastructure recipient of an Ethereum Foundation Academic Grant (2024), and CB Insights AI 100 (2025).

Value proposition

Academic pedigree

NeurIPS 2022 Best Paper Runner-up, NeurIPS 2023 Best Demo, Ethereum Foundation grant, Oxford-led team.

On-chain revenue

11.9M FLOCK in protocol fees from Base smart contracts, verifiable on-chain.

Tiny task volume

Just 16 training tasks completed in 10 months. Task creation still centralised to the team.

FLock addresses a hard problem. Most AI training requires centralising data, a privacy, sovereignty, and regulatory nightmare. Federated learning trains models where the data lives. FLock adds blockchain incentives (stakingStakingLocking up a cryptocurrency to help secure a blockchain network, usually in exchange for rewards. The locked tokens act as a security deposit that can be taken away if the staker misbehaves.Like putting down a large rental deposit for an apartment. You get the money back if you behave, you earn interest while it's locked, and the landlord takes it if you trash the place.Read more →, slashing, rewards) to make this economically viable and verifiable.

Usage signals: revenue, participation, but tiny task volume

The usage metrics from the first 10 months tell a mixed story:

  • Protocol fee revenue: 11.9M FLOCK. On-chain revenue from Base smart contracts, verifiable on-chain. FLock reported this in its 2025 Earnings Report (period to 31 October 2025) denominated in tokens, and that is how we carry it.
  • 784,137 validation submissions vs 9,062 training submissions, showing meaningful validatorValidatorA computer that runs the full blockchain protocol, verifies transactions, and proposes new blocks. Validators are the workers that keep a Proof of Stake network running, and they earn rewards for doing the work correctly.Like a notary public who witnesses and stamps legal documents. Validators witness transactions, check they follow the rules, and stamp them into the permanent record. A notary who commits fraud loses their license. Validators work the same way, except the license is staked tokens that get slashed on misbehaviour.Read more → activity.
  • 196 training nodes including 6 top-50 Kagglers, a quality signal.
  • 262 validators and 1,416 delegators, showing substantive participation.
  • 55,928 tokenTokenA digital unit of value or access rights tracked on a blockchain. Tokens can represent ownership in a project, a right to use a service, a share of future revenue, or simply a tradable asset with no underlying claim.Like a physical poker chip a casino issues. The chip itself has no value. What makes it worth something is what it lets you do at the casino, what the casino has promised, and how much other people will pay you for it.Read more → holders.

But: only 16 training tasks completed in that period. Per-task economics are impressive (roughly 740,000 FLOCK per task) but the volume is tiny. Task creation is still centralised: the FLock team decides what gets trained. Community task creation is planned but not shipped.

The gmFLOCK staking mechanism (Tokenomics v2, launched April 2025) is well-designed. Stake FLOCK to receive non-transferable gmFLOCK, required for AI Arena participation. Lock up to 365 days; longer lock means more gmFLOCK. 25% of circulating supplyCirculating SupplyThe number of tokens currently in circulation and tradeable on the open market. Differs from total supply (which includes locked or unvested tokens) and max supply (the upper limit, if there is one).Like the number of cars on the road today versus the number ever produced. Some are in showrooms, some in junkyards, some still at the factory. Only the ones on the road count toward what people are actually driving.Read more → is voluntarily locked at an average of 265 days. That’s demonstrable long-term alignment.

The healthcare use case, including a partnership with Moorfields Eye Hospital for ophthalmology diagnostics and cross-continental collaboration on blood glucose predictionInferenceRunning a trained AI model to produce an answer. Inference is what happens when you type a prompt into ChatGPT and get a response. The model takes your input, computes a best guess, and returns it.Like asking an expert for their opinion. The training was the decades they spent becoming an expert. The inference is the 30 seconds it takes them to answer your specific question.Read more → for diabetic patients, demonstrates the real-world applicability of the approach.

The counter-narrative: testnet status, closed-source, locked supply

The counter-narrative: FL Alliance, the core privacy-preserving federated learning layer, is still in testnet. The API Platform launched only in September 2025. Core platform code is partially closed-source. No smart contractSmart ContractA program stored on a blockchain that runs automatically when its conditions are met. Smart contracts are how blockchains do anything beyond just transferring tokens — DeFi, NFTs, DAOs, and DeAI infrastructure all run on smart contracts.Like a vending machine. You put in the right input and it produces the expected output, no human operator required. The rules are fixed in the machine itself, anyone can use it, and nobody can stop a transaction in the middle.Read more → audit has been published. And ~59% of token supply is still locked, with significant future dilution ahead.

Partnerships with Qwen (Alibaba Cloud) and Animoca Brands are at the MoU stage, not revenue-generating agreements. More substantive is FLock’s role as “AI Strategic Partner” in the UNDP SDG Blockchain AcceleratorGPUGraphics Processing Unit. Originally designed to render video game graphics, GPUs turned out to be exceptionally good at the massively parallel math that AI models need. Modern AI training and inference runs almost entirely on GPUs.Like a factory with 10,000 workers doing the same simple task in parallel, versus a CPU which is more like 10 workers each doing different complex tasks. AI training involves doing simple math a million times per second on a million numbers, which is exactly what the GPU factory is designed for.Read more → (second cohort, announced August 2025 alongside Stellar), mentoring five pilot projects across climate finance, energy access, healthcare, and supply chain. FLock participated in the UNDP High-Level Strategic Dialogue at UN Headquarters. That’s a credibility signal that carries weight beyond crypto-native partnerships.

FLock also partnered with Walrus Protocol and Sui Foundation. Walrus provides decentralised encrypted storage for gradients, and FLock is working on fine-tuning an open-source model for the Sui network. This expands the chain footprint beyond Base.

Tokenomics

Circulating supply Live · CoinGecko · 24 Aug 2026
442.3M
Circulating
44.23% of total
1.00B
Total supply

FLOCK has a fixed supply of 1 billion tokens, with the current float shown in the fact strip above. TGETGEToken Generation Event. The moment a project's token first becomes tradeable. TGE is when vesting clocks usually start, when liquidity hits exchanges, and when public price discovery begins.Like the IPO day for a startup. Everything that happened before TGE was private valuations and paper agreements. Everything after is the public market deciding what the thing is worth in real time.Read more → was December 31, 2024 on Base.

Distribution: community incentives 47%, team & shareholders 22.5%, treasury/ecosystem 18%, community airdropAirdropDistributing tokens for free to eligible wallets, usually to reward early users, bootstrap a community, or decentralise token ownership away from a small group of insiders at launch.Like a supermarket handing out free samples to people who already shop there. The samples cost the supermarket nothing to print. The goal is to convert casual shoppers into loyal customers by giving them something tangible to talk about.Read more → 12.5%. The 66.7% community vs 33.3% insider split is better than most. Team and investor tokens have a 1-year cliffCliffA waiting period at the start of a token vesting schedule during which no tokens unlock at all. After the cliff ends, tokens begin releasing according to the vesting schedule.Like a probationary period at a new job. You don't get your stock options on day one. You wait 12 months to prove you'll stick around, then everything starts unlocking normally.Read more → + 2-year linear vestingVestingA schedule that locks up tokens allocated to insiders, investors, and team members, releasing them gradually over months or years. Vesting prevents insiders from dumping on public buyers immediately after launch.Like a new employee's stock options at a startup. You don't get all the shares on day one. They unlock over four years so you stick around and do the work rather than cashing out and leaving.Read more →. Community tokens mint over 60 months with 1% monthly decay.

The gmFLOCK mechanism creates actual lock-up: stake FLOCK to receive non-transferable gmFLOCK (required for participation). Base lock of 30 days (1:1 ratio), scaling up with longer commitments (+0.006 per additional day). 25% of circulating supply is voluntarily locked at an average of 265 days.

No burnBurnPermanently removing tokens from circulation by sending them to an address that no one controls. Burns reduce total supply, which (all else equal) makes each remaining token worth more of the network's value.Like a company buying back its own shares and shredding them. The company's total value stays the same, but each remaining share now represents a slightly bigger slice of that value.Read more → mechanism exists. Value accrual comes through protocol fee revenue (11.9M FLOCK in 10 months) and planned revenue sharing via the API Platform. How fees flow to token holders vs the protocol treasury isn’t explicitly documented.

FDVFDVFully Diluted Valuation. The market cap a token would have if every token that will ever exist were already in circulation. FDV is what the project would be worth if all locked, vesting, or unminted tokens were trading today.Like valuing a startup based on what every share would be worth if all the unvested employee options had already been exercised. The number is bigger and uglier than the official market cap, but it tells you the true ceiling.Read more →/MCap ratio signals meaningful future dilution; the current float is in the fact strip above. Listed on Gate.io, Bybit, KuCoin, MEXC, Bitget, and CoinEx. ATHATHAll-Time High. The highest price a token has ever reached. ATH is usually quoted as a reference point for how far the current price has fallen (or risen) since the peak.Like the record lap time on a racetrack. It tells you what the car has been capable of at its absolute best, not what it will do today. Whether that record gets broken again depends on conditions that may or may not come back.Read more → was $0.667 in September 2025 (the token now trades around 95% below it). Next unlock: 31 March 2026, releasing 16.34M FLOCK (1.6% of supply).

How to participate

Beginner
Delegate to trainers
Intermediate
Deploy via Moonbase API
Advanced
Run a training node

Run a Training Node. Submit AI models to training tasks. Stake FLOCK via gmFLOCK. Includes top-50 Kagglers among current participants. MLMLMachine Learning. The branch of AI where systems learn patterns from data instead of being explicitly programmed with rules. Modern AI (LLMs, image generation, recommendation systems) is almost entirely machine learning.Like teaching a child to recognise dogs by showing them thousands of pictures of dogs, instead of writing down a precise rulebook for what makes a dog. The child learns the pattern from examples rather than from instructions.Read more → expertise required. Technical skill: advanced.

Stake as Validator or Delegator. Validators evaluate training submissions. Delegators stake to trusted nodes and validators. Lock FLOCK via gmFLOCK for up to 365 days. Technical skill: intermediate.

Deploy Models. Use the API Platform (Moonbase) to deploy trained models. Revenue sharing for contributors. Elite Trainer Programme offers 50% revenue share. Technical skill: intermediate.

Honest assessment

Freedom Score: 55/100

FLock has a federated learning architecture inherently designed for data privacy, strong academic credentials, and decent community token distribution. But task creation is centralised, core code is partially closed, and governance is aspirational.

Infrastructure Decentralisation: 11/20. 196 training nodes and 262 validators, providing verifiable multi-party training. Task creation remains centralised to the FLock team. FL Alliance (the privacy-preserving federated learning layer) still in testnet. Smart contracts on Base inherit Ethereum security.

Governance Decentralisation: 9/20. DAODAODecentralised Autonomous Organisation. A way to coordinate decisions and manage a treasury using token-weighted voting instead of a traditional company structure. Token holders propose and vote on changes directly.Like a shareholder-run company where every shareholder can vote on every decision, the votes are public, and the company can't do anything the shareholders don't approve. The coordination is messier than a normal company but nobody has unilateral control.Read more → governance described in docs with weighted/quadratic voting. In practice, team controls task creation, protocol upgrades, and treasury. A decentralisation plan was due Q2 2025, but no evidence it was published. Governance is more described than demonstrated.

Token Distribution Fairness: 10/15. 66.7% community vs 33.3% team/investors, a good ratio. 1-year cliff + 2-year linear vest for team. Community tokens minted over 60 months with decay. 5% airdrop to testnet participants. ~41% circulating after about 18 months is a moderate unlock pace.

Censorship Resistance: 8/15. Federated learning means data never leaves participants’ devices, a strong privacy architecture by design. The token contract is a different story. It sits behind a L2L2Layer 2. A blockchain that runs on top of an L1 to provide cheaper or faster transactions while inheriting the L1's security. L2s batch many transactions and post compressed proofs back to the L1.Like an express lane built on top of a busy motorway. The express lane handles its own traffic at high speed, but it still feeds back into the main motorway and uses the motorway's bridges and tolls for security.Read more → proxy that a 2-of-3 multisig can replace with no timelock, and it carries an admin-controlled blacklist that blocks transfers from any address the admins name. Task creation is centralised and the API Platform is team-operated too, so there are single points of control over what gets trained, what gets served, and who can move their tokens.

Data Sovereignty: 10/15. Core value proposition is data staying with owners. FL Alliance designed for privacy-preserving training without data movement. Healthcare demo validated cross-continental collaboration without data sharing. FL Alliance still in testnet, so the full vision isn’t yet delivered.

Open Source Transparency: 7/15. 34 GitHub repos with some actively maintained. Training node quickstart and validator code are open source. Main FLock repo is near-empty (README + LICENSE only). Core platform code and smart contracts not fully public. Academic papers peer-reviewed at NeurIPS and IEEE add credibility.

Returns Score: 58/100

Token Utility: 14/20. FLOCK required for staking as trainer, validator, or delegator. gmFLOCK mechanism adds meaningful lock-up incentive (up to 365 days, 25% of supply voluntarily locked). Governance voting requires staking. Slashing for malicious behaviour creates concrete skin-in-the-game. Task creation will require tokens (planned). No burn mechanism.

Value Accrual: 13/20. Protocol generated 11.9M FLOCK in fee revenue in the first 10 months, on-chain revenue from Base smart contracts, not inflationary rewards. API Platform has revenue sharing for model contributors. Elite Trainer Programme offers 50% revenue share. Unclear how fees flow to token holders vs protocol treasury. No explicit buybackBuybackUsing protocol revenue to purchase tokens on the open market, usually to burn them or return them to a treasury. Buybacks convert business income into upward pressure on the token by reducing circulating supply.Like a public company using profits to repurchase and retire its own shares. The cash leaves the company's balance sheet, the share count drops, and every remaining shareholder owns a slightly bigger slice of the same business.Read more → or burn.

Supply Dynamics: 14/20. 1B fixed supply with no additional inflationEmissionsNew tokens created and distributed by a blockchain protocol over time as rewards to validators, stakers, or miners. Emissions fund network security and participation at the cost of diluting existing holders.Like a company that pays employees partly in newly printed shares. Every year the total number of shares goes up, which means existing shareholders own a slightly smaller slice of the same company unless the company grows faster than the printing.Read more →. Community tokens minted over 60 months with 1% monthly decay, a controlled emission schedule. 25% of circulating voluntarily locked via gmFLOCK (average 265 days). Team/investor cliff-locked for 1 year + 2-year linear vest. However, ~59% of supply still locked, creating significant future dilution pressure.

Revenue Sustainability: 9/25. 11.9M FLOCK in protocol fees over 10 months is promising, but from only 16 training tasks, a small volume. Task creation still centralised, limiting organic demand. UNDP partnership is active (AI Strategic Partner in SDG Blockchain Accelerator); Animoca and Qwen partnerships at MoU stage. API Platform launched September 2025, too early for revenue assessment. Revenue depends heavily on team-created tasks; community task creation not yet live.

Two things qualify the headline. The trailing-twelve-month figure DefiLlama tracks is roughly $826,000 on an August 2026 read, well under a third of the all-time total, so the pace has fallen a long way from the launch period. And the token-denominated total is the only honest way to carry it: FLock reported fees in FLOCK, and the dollar conversion depends entirely on which day you pick. Both are flagged for the next monthly review.

LiquidityLiquidityHow easily a token can be bought or sold without moving the price. High liquidity means you can enter or exit large positions quickly at the quoted price. Low liquidity means even small trades can swing the market.Like the difference between selling a house and selling a share of Apple stock. The house might be worth more on paper, but finding a buyer at that price takes weeks. The Apple share converts to cash in one click.Read more → & Access: 8/15. Listed on Gate.io, Bybit, KuCoin, MEXC, CoinEx, Bitget, providing decent CEX coverage for a small-cap project. DEXDEXDecentralised Exchange. A trading venue where token swaps happen entirely through smart contracts, with no central operator holding user funds. The largest DEXes are Uniswap, Aerodrome, Raydium, PancakeSwap, and Curve.Like a self-service vending machine that lets you swap one type of coin for another. The machine sets the exchange rate based on its current stock, anyone can deposit coins to refill it, and there's no clerk behind the counter.Read more → liquidity on Uniswap Base and Aerodrome. Volume adequate but not deep. No Binance or Coinbase listing. Base chain primary, with Walrus/Sui integration expanding the chain footprint.

Quadrant: B (High Freedom, Low Returns)

FLock sits in Quadrant B: substantive data sovereignty innovation with early commercial traction, but too small and too early to demonstrate sustainable returns.

Key risks

  • 16 training tasks in 10 months. Fees per task are strong (roughly 740,000 FLOCK) but the volume is tiny. Can it scale 100x?
  • Centralised task creation. The team decides what gets trained. Community task creation is planned but not shipped.
  • ~59% of supply locked. Significant future dilution as team, investor, and community tokens unlock over the next 3+ years.
  • FL Alliance still in testnet. The core privacy-preserving federated learning layer (the key differentiator) isn’t yet in production.
  • Core platform partially closed-source. Smart contracts and platform logic not fully public despite open source claims.
  • No smart contract audit. A protocol handling staking and slashing with no published security audit is a concern.
  • Small market cap. Vulnerable to large sells. Volume means limited exit liquidity for meaningful positions.
  • Competition. Bittensor, Gensyn, and others compete for decentralised AI training. FLock’s federated learning approach is differentiated but unproven at scale.
  • Partnership execution. UNDP is active, but Qwen and Animoca partnerships remain at MoU stage, not revenue-generating.

The core question for FLock is whether 16 training tasks in 10 months becomes 160 in the next 10. If FL Alliance ships to mainnet and community task creation launches, the per-task economics suggest meaningful upside. If not, the 11.9M FLOCK in protocol fees is a one-off data point from a still-centralised system.

Score change log

DateScoreChangeReason
2026-08-16DataN/ACorrected “Base L2 contracts are immutable”: the FLOCK token is a transparent proxy upgradeable by a 2-of-3 Safe with no timelock, and it carries an admin-gated blacklist that blocks transfers. Censorship Resistance 8/15 and Governance 9/20 flagged for monthly review.
2026-08-15DataN/ACirculating supply de-hardcoded and bound. The stated ~41% was 2.8pp stale against 43.75% of max supply.
2026-08-10DataN/AWS3 holder-source: authored token_distribution_fairness (match, onchain). Base top-10 ex-infra ~44% = D1 moderate, consistent with the claimed 66.7% community / 33.3% team ratio (10/15). Re-check flagged: the largest holder is a 28.95% unlabelled EOA that could shift the read if it is a team wallet. No score change.
2026-08-17DataN/ACorrection. The $2.7M revenue headline was 11.9M FLOCK converted at an Oct-2025 price; the same tokens are worth ~$355K today. All 14 surfaces re-denominated in FLOCK, per the price-agnostic rule. Scores flagged for the monthly.
2026-06-26DataN/ADefiLlama LlamaAI harvest cross-check, verified independently (CoinGecko + api.llama.fi). Refreshed circulating to ~41% (~410M of 1B, from 38.7%) and the locked share to ~59% (from 68.5%) on continued vesting; mainnet age to ~18 months; added the ATH figure ($0.667, Sep 2025, ~95% below). Harvest surfaced a revenue-deceleration signal worth recording: DefiLlama’s trailing-12-month tracked fees are ~$1.07M and the on-chain run-rate is down ~52% month-on-month, so the $2.7M cumulative FLOCK-denominated headline overstates the current pace. Revenue Sustainability (9/25) held this pass but flagged for monthly-review reassessment. No score change.
2026-06-02DataN/ACirculating supply corrected from 31.5% (~315M) to 38.7% (~387M of 1B) per CoinGecko; “14 months” → “17 months” since TGE; removed stale “3.16x” FDV/MCap absolute. Score unchanged. June monthly review.
2026-04-06DataN/AAdded UNDP SDG Blockchain Accelerator partnership, Walrus/Sui integration, FOMO (Tokenomics v3), Moorfields Eye Hospital naming. No score changes.
2026-03-24DataN/AEditorial data review and correction. Verified against on-chain sources.
2025-03-06BothN/AInitial publish. Freedom 60/100, Returns 58/100.

Score changes, new reviews, one editorial take every two weeks. No spam.

Team overview

Jiahao Sun Founder & CEO doxxed

MSc Computer Science, University of Oxford. BSc Maths & CS, University of Liverpool. Honorary Research Fellow, Imperial College London. Former Director of AI at RBC Wealth Management.

FLOCK.IO LTD (London, UK (Companies House #14039622, incorporated April 2022)) · ~15 people
Lightspeed FactionTagus CapitalDigital Currency Group (DCG)Volt CapitalOKX VenturesAnimoca Brands
Total raised: $9.0M
Round Amount Date Lead
pre-seed $6.0M 2024-03-01 Lightspeed Faction, Tagus Capital
strategic $3.0M 2024-12-01 Animoca Brands

Source: OYM Research · Last updated 2026-08-24

Technical snapshot

Three-layer decentralised AI training system: (1) AI Arena — decentralised training on Base with training nodes, validators, and delegators. (2) FL Alliance — federated learning layer for privacy-preserving fine-tuning (testnet). (3) Moonbase/API Platform — model deployment and monetisation (launched Sept 2025). Uses FLoRA (LoRA-based efficient fine-tuning). First empirical 70B LLM fine-tuning in decentralised multi-domain setting.

Consensus N/A — uses Base (Ethereum L2) for settlement. Training validation via peer review and comparative scoring.
Chain Base (Ethereum L2)

Commit Activity

1 commits last 52 weeks
Sept Oct Dec Feb Apr Jun Aug 1/wk
Stars
44
Forks
40
Contributors
10
Last Commit
2026-06-13
FLock-validator
Flagship Repo
2025-12-02
llm-loss-validator

Community

Telegram
547

Source: OYM Research · Last updated 2026-08-24

Tokenomics deep dive

Token utility

  • Staking to participate as trainer, validator, or delegator
  • gmFLOCK lock-up mechanism (up to 365 days)
  • Governance voting
  • Slashing for malicious behaviour
  • Future: task creation fees

Source: OYM Research · Last updated 2026-08-24

FLOCK Supply Simulator

Token: FLOCKSupply: 442.3MMax: 1000MPrice: $0.0324Data: 24 Aug 2026

Scenario Parameters

Revenue growthBase rate: 30% YoY ($3.2M/yr)
30% YoY (current)
Burn rate
Not adjustable
Staking ratioCurrent: 25% of supply staked
25% (current)
Time horizon
+0.0%
Net annual inflation
Emissions minus burns, annualised
+81.4%
Circulating change (2yr)
442.3M → 802.3M
+81.4%
Liquid change (2yr)
Circulating minus staked tokens
Month 1
Burn exceeds emission
Net deflationary from month 1
0%
Revenue coverage
Revenue as % of emission value (end of period)

Circulating Supply Projection

336M457M577M698M818MM1M5M9M13M17M21M24
CirculatingEffective (minus staked)

Supply projections only. Token price held constant at $0.0324 (snapshot 24 Aug 2026). No burn mechanism. This is not financial advice.

Participation at a glance

node operation advanced

Run a training node to submit AI models to training tasks. Stake FLOCK via gmFLOCK mechanism. Top-50 Kagglers among current nodes.

Est. returns FLOCK rewards for successful submissions
Barriers: ML expertise required, FLOCK staking required
staking intermediate

Stake FLOCK as a validator (evaluate training submissions) or delegator (stake to nodes/validators). Lock via gmFLOCK for up to 365 days.

Est. returns FLOCK rewards from protocol fees
Barriers: FLOCK tokens required
building intermediate

Deploy trained models via the API Platform (Moonbase). Revenue sharing for model contributors. Elite Trainer Programme offers 50% revenue share.

Barriers: ML model development skills

Source: OYM Research · Last updated 2026-08-24

Usage and traction

Validators
262

Data from: FLock 2025 Earnings Report (2025-10-31)

16 training tasks completed. 9,062 training submissions. 784,137 validation submissions. 196 training nodes (incl. 6 top-50 Kagglers). 262 validators. 1,416 delegators. 55,928 token holders. 11.9M FLOCK protocol fee revenue in first 10 months.

Source: OYM Research · Last updated 2026-08-24

Community

Source: OYM Research · Last updated 2026-08-24