ALLI COIN
BEP-20 · BNB Smart Chain · ALLI

Earn in everything you already do.

A reward currency for real-world activity, settled on-chain from the first step - and a plain account of what is built, what is proposed, and what is not done yet.

Document
Whitepaper v1.0
Document Issue Date
26 August 2026
Network
BNB Smart Chain
Max supply
10,000,000,000 ALLI
01

Abstract

ALLI is a fixed-supply BEP-20 token that pays people for activity they already perform - a walk, a game session, and in time a purchase - and settles those rewards on a public chain rather than in a private ledger.

Loyalty programmes have solved the incentive problem and failed the ownership one. Points, miles and in-app credits are liabilities on someone else's balance sheet: they expire, they are revalued without notice, they cannot leave the issuer, and the holder cannot audit how many exist. ALLI takes the same behavioural mechanics and moves the unit of account onto BNB Smart Chain, where the supply is fixed at ten billion tokens by a contract with no mint function, the code is verified byte-for-byte on BscScan, and the balance sits in a wallet the earner controls.

Two applications are live. Aura Run rewards a GPS-verified daily walk in ALLI. EggoWorld, a collectible pet game, is named by the project as the second paying application, though its public marketplace is not yet visibly ALLI-denominated - a discrepancy set out in §4.1. A third, Plant-to-Earn, is in development. Two further pillars - a marketplace and a Visa-linked AlliCard - are stated direction, not shipped product, and are labelled as such throughout.

This document sets out the ecosystem as it actually stands, specifies the token, and proposes the economic model the ecosystem needs to survive its own emission schedule. It is deliberately explicit about four things that are not finished: there is no third-party contract audit, the contract retains an owner key, circulating supply is not yet published wallet-by-wallet, and the relationship between advertised reward values and the emission budget requires reconciliation. Each is treated in full rather than omitted.

02

The problem with points

Every reward you have ever earned for ordinary activity was an IOU you could not verify, could not move, and could not price.

Loyalty currencies are among the largest unregulated liability pools in consumer finance. Airline miles, retailer points, step-count credits and in-app coins share a structure: the issuer creates the unit at zero cost, decides unilaterally what it is worth, decides when it expires, and confines it to a closed redemption catalogue. The holder has no claim, no audit trail, and no exit.

Move-to-earn and play-to-earn applications inherited the same defect in blockchain clothing. Many credit an off-chain point balance that may convert to a token later, subject to conditions the operator can change. The user is told they are earning an asset; what they hold is a promise.

Four failures ALLI is built against

  • Unverifiable issuance. No holder of a points balance can determine how many points exist. ALLI's total supply is a public integer, readable by anyone, and the contract exposes no function that can raise it.
  • Silent devaluation. Programmes routinely reprice redemption rates overnight. A fixed supply removes issuance as a devaluation lever; it does not remove market risk, which is addressed in §13.
  • Non-portability. Points die inside the issuer's walls. ALLI is a standard BEP-20 token: transferable, tradeable and self-custodiable from the moment it is credited.
  • Deferred settlement. "Points now, tokens later" concentrates counterparty risk at exactly the moment the operator is least able to bear it. ALLI is credited as a token, on-chain, from the first step.
03

Design principles

Four commitments govern how the ecosystem is built and how this document is written.

3.1 On-chain from the first step

Rewards are denominated and settled in a token that exists on a public chain, not in an internal point ledger with a promise attached. What a user earns can be inspected on BscScan by a stranger.

3.2 A supply that cannot be raised

Ten billion ALLI is the maximum and the total. The deployed contract contains no mint function, so no future decision, key or upgrade can increase it. Dilution risk is replaced by an emission-scheduling problem - a harder engineering problem, but an honest one, and it is addressed in §6.

3.3 Earned before traded

The primary path into ALLI is activity, not purchase. Every live application distributes tokens for verified behaviour, and onboarding requires no capital: Aura Run creates a wallet and issues a starter NFT at sign-up, free.

3.4 Disclose what is not done

The ALLI website states plainly that no third-party audit has been submitted for the contract, that Marketplace and AlliCard are not live, and that exchange liquidity is thin. This document holds to the same standard and extends it: unfinished work is named in §15 with an owner and an exit criterion rather than a date.

04

The ecosystem

Two applications are live. Three further pillars are in development or stated direction. This section separates them without blurring the line.

Aura Run

Live

"Run The Future. Earn The Glow."

A move-to-earn application. A user completes a daily quest of 6,000 GPS-verified steps and ALLI is credited automatically to a wallet created for them at sign-up. Reward size scales with the tier of NFT footwear held.

  • GPS-verified distance capture with anti-cheat validation
  • Free Leather shoe NFT issued on registration; Silver and Gold tiers multiply the daily reward
  • Four-generation referral commissions of 20% / 10% / 10% / 10%
  • In-app ALLI→USDT swap and withdrawal to any BNB Chain address

EggoWorld

Live

"Hatch Your Destiny."

A collectible pet game in a pixel-meets-clay art style. Players acquire a Genesis egg, complete daily quests to gather food, feed their Eggo and hatch it into a 3D companion with individual traits. A marketplace handles eggs, food and artifacts.

  • Genesis Collection marketplace for eggs and food packs; artifacts announced as coming soon
  • Weekly Raids and Hatching Parties with limited drops
  • 5% referral commission on invited players' marketplace activity
  • Season 1 (Genesis) is the current season

Plant-to-Earn

In development

"Grow."

An eco-earn application in which players plant, tend and grow trees in-app, tied to real environmental impact, with ALLI rewards along the way. Mechanics, impact-verification partner and reward parameters are not yet published.

Marketplace

Direction

"Spend & earn."

The intent is that ALLI is earned and spent against purchases users already make, rather than only inside the ecosystem's own applications. Not live.

Assessment: no merchant integrations, settlement partner or launch scope have been announced.

AlliCard

Direction

"A Visa card linked to your ALLI balance."

The stated long-term vision is a card that spends an ALLI balance anywhere Visa is accepted. Not live.

Assessment: a card programme of this kind requires an issuing partner, a licensed programme manager, and KYC/AML obligations at the fiat boundary - none of which have been announced. Treat this as direction only.

05

The token

A plain BEP-20 with nothing hidden - and an owner key that has not yet been retired.

5.1 Specification

Token specification
PropertyValue
NameALLICOIN
SymbolALLI
StandardBEP-20 (OpenZeppelin ERC-20 + Ownable)
NetworkBNB Smart Chain - chain ID 56
Decimals18
Max supply10,000,000,000 ALLI
Total supply10,000,000,000 ALLI (equal to max; no mint function)
Contract0x823FD06ADaA5588140552C50e453885d35a5A1Fd

Every field above is readable directly from the deployed contract. On-chain

5.2 What the contract does and does not contain

  • Source verified. The source code is verified on BscScan with an exact bytecode match, so the published code is provably the code that runs.
  • No mint function. Supply cannot be increased by any party, including the owner.
  • No transfer fee. The ABI exposes no fee, tax or reflection mechanism; a transfer of n tokens delivers n tokens.
  • No pause. There is no function to halt transfers.
  • No blacklist. There is no function to freeze or block an individual address.
  • Standard implementation. OpenZeppelin's audited ERC-20 base with the Ownable pattern, 18 decimals.

The absence of fee, pause and blacklist functions matters more than it sounds. Those three are the mechanisms behind the majority of rug-pull and honeypot contracts, and their absence is checkable in the ABI in under a minute by anyone.

5.3 The owner key

The contract uses OpenZeppelin's Ownable pattern. In a standard ERC-20 with no mint, pause, fee or blacklist functions, ownership confers narrow powers - principally the ability to transfer ownership and to call any owner-restricted function the contract defines. Because none of the dangerous owner functions listed above exist here, the practical blast radius is small.

It is not zero, and it is not nothing to a reviewer. An outstanding owner key on a token contract is a standing question at every exchange and data provider. The governance path in §10 proposes moving ownership to a multi-signature wallet and then to a timelock, with the option of renouncing entirely once no owner-restricted call remains necessary.

On-chain - the current owner address is readable from the contract's owner() view.

5.4 Market status

ALLI trades on Coinstore against USDT - the ecosystem's first exchange listing. The figures below are a point-in-time observation, not a claim about value.

Observed market data - 26 August 2026
MeasureValueNote
Price≈ $0.0000092Third-party aggregator observation
Fully diluted valuation≈ $92,000Price × 10,000,000,000
24-hour volume≈ $3,126Thin; see §13
Centralised venues1Coinstore - ALLI/USDT
Decentralised pairs0No indexed DEX pool found
Circulating supplyNot publishedOpen item - see §6.6

Observed - market data taken from the public aggregator CoinCarp on 26 August 2026, and it will be stale by the time you read it. Verify against the live order book before trading any size. Nothing in this section is financial advice.

Contract-address discipline

Confirm that any venue, pool or application claiming to represent ALLI resolves to 0x823FD06ADaA5588140552C50e453885d35a5A1Fd on BNB Smart Chain. Because zero indexed DEX pairs currently exist, any decentralised pool advertising itself as ALLI should be treated as unverified until checked against this address.

06

Tokenomics

A fixed supply solves dilution and creates a scheduling problem in its place: ten billion tokens is a budget, and a reward economy that spends its budget has no second one.

6.1 Proposed distribution

Allocation is weighted heavily toward the reward pool, because rewards are the product. A distribution that pays team and treasury more than users would contradict the premise of the token.

AllocationShare of 10,000,000,000%
Ecosystem rewards45.0
Treasury & operations15.0
Liquidity & listings12.0
Team & founders12.0
Community & marketing10.0
Strategic contributors4.0
Advisors2.0
Proposed allocation and unlock
AllocationTokensShareUnlock
Ecosystem rewards4,500,000,00045.0%Released programmatically by the emission schedule (§6.3); no cliff, no discretionary release
Treasury & operations1,500,000,00015.0%12-month cliff, then linear over 48 months
Liquidity & listings1,200,000,00012.0%Unlocked; deployed only to disclosed venue and pool addresses
Team & founders1,200,000,00012.0%12-month cliff, then linear monthly over 36 months
Community & marketing1,000,000,00010.0%10% at launch, remainder linear over 24 months
Strategic contributors400,000,0004.0%6-month cliff, then linear over 18 months
Advisors200,000,0002.0%6-month cliff, then linear over 24 months
Total10,000,000,000100.0%-

6.2 Why the team allocation cliffs before the treasury vests

The team allocation is deliberately not the largest non-reward line, and it unlocks on the slowest schedule of any discretionary bucket. The purpose is to make the team's realisable position depend on the ecosystem still functioning in year four. A 12-month cliff followed by 36 months of monthly release means no founder can exit meaningfully before the reward economy has been through three annual emission steps and at least one full sink cycle.

6.3 Emission schedule

The reward pool of 4.5 billion ALLI is released on a declining curve across eight years, each year at 80% of the previous year. A declining curve front-loads acquisition when the network is small and its rewards matter most for growth, then tapers as the ecosystem is expected to fund itself from recycled sinks rather than fresh emission.

Reward pool release, millions of ALLI per year
1,080
864
691
553
442
354
283
226
Y1
Y2
Y3
Y4
Y5
Y6
Y7
Y8

Years 1-8 release 4,493M ALLI. The residual ~7M is held as a reconciliation buffer for rounding and retroactive corrections. Emission is a ceiling, not a floor: unspent budget in a period rolls forward rather than being force-distributed.

6.4 Reward denomination - the reconciliation this model requires

This is the single most important economic point in the document, and it is the one most likely to be raised by a reviewer.

Aura Run presents its per-run rewards in USD-denominated terms across its tiers. A fixed-supply token cannot honour USD-denominated payouts at arbitrary scale: if the payout is pegged in dollars, the token quantity required per user rises as price falls, and the emission budget is consumed faster precisely when the token is weakest. At the market price observed in §5.4, a year-one budget of roughly 2.96 million ALLI per day would fund only a handful of dollar-pegged payouts.

The only sustainable resolution is that rewards are denominated in ALLI, not in dollars, with the USD figure shown in-app treated as an indicative conversion at the current rate. The proposal is therefore an explicit Emission Controller:

  1. A daily reward budget is derived from the annual emission ceiling: daily_budget = annual_ceiling / 365.
  2. Each qualifying user is assigned a weight equal to their tier multiplier - Leather 1×, Silver 3×, Gold 5×.
  3. The day's budget is divided by the sum of weights across all users who completed the day's quest.
  4. Each user receives weight × unit_share. Payout per user therefore falls as participation rises, and the budget can never be exceeded.

6.5 Sinks, and why recycling beats burning

An emission schedule that only pays out ends. Eight years after launch, a pool-and-burn design has no reward budget and no mint function with which to create one - the reward economy simply stops. The proposal is therefore to route sink revenue back into the reward pool rather than destroying it.

Proposed sinks and revenue split
SinkMechanismRecycleTreasuryBurn
NFT shoe upgradesSilver tier priced in ALLI alongside its existing USDT price; Gold is earned by referral, not sold60%25%15%
EggoWorld marketplace feeFee on egg and food-pack trades60%25%15%
Hatching & breeding costsALLI consumed on hatch and evolution actions60%25%15%
Plant-to-Earn seedsALLI consumed to plant and to accelerate growth60%25%15%
Marketplace settlementSpread on ALLI-settled purchases, once live60%25%15%

Sustainability target. The ecosystem should aim for recycled sink revenue to cover a rising share of the daily reward budget - a suggested gate of 25% by the end of year two and 60% by the end of year five. Below those thresholds, emission is subsidising activity that generates no return, and reward parameters should tighten rather than the budget being extended.

6.6 Circulating supply methodology

Circulating supply is the most common cause of rejection at data providers, and ALLI does not currently publish one. The proposed method is the standard subtraction, published as a page that a reviewer can re-derive from chain data:

circulating = 10,000,000,000 − unreleased rewards − unvested team − unvested treasury − unvested advisors − unvested strategic − undeployed liquidity − burned

Each subtrahend must correspond to a named, published wallet address so the figure is independently checkable. Until those addresses are disclosed, any circulating-supply number ALLI publishes is an assertion rather than a proof.

07

Reward architecture

How a walk becomes a token, and exactly where the trust boundary sits.

Any move-to-earn system has an irreducible weakness: the physical world is not on-chain. A step count cannot be proven cryptographically; it can only be measured by a device and attested by a server. Being explicit about where that attestation happens is more useful than pretending it does not.

01
Capture

Device GPS and motion sensors record distance and cadence during the session.

02
Validate

Anti-cheat distance tracking validates speed and continuity of the recorded track.

03
Qualify

The 6,000-step daily threshold is evaluated once per user per day. Tier multiplier and referral graph are resolved.

▲ Off-chain above - operator-attestedOn-chain below - publicly verifiable ▼
04
Settle

ALLI is transferred from the reward wallet to the user's address on BNB Smart Chain. The transfer is a public transaction.

05
Realise

The user holds, swaps to USDT in-app, or withdraws to any BNB Chain address of their choosing.

7.1 Custody

Aura Run creates a wallet automatically at sign-up, which removes the largest single drop-off in crypto onboarding - seed-phrase management before a user has anything to protect. It also means that until the user exports or withdraws, the practical custody model is closer to a hosted wallet than to self-custody, and it should be described that way rather than as "your own wallet".

Proposed disclosure standard: the applications should state, at sign-up and in-app, whether keys for auto-created wallets are held by the operator, and offer a clearly-signposted export path. Users who have never withdrawn should be told plainly that they have not yet taken custody.

7.2 Anti-cheat as an economic control

In a fixed-budget reward system, fraud is not primarily a security problem - it is a dilution problem. Every fabricated run takes tokens from honest participants in the same day's budget, because the budget is shared. This makes anti-cheat investment directly proportional to reward integrity, and it is the reason the Emission Controller in §6.4 divides a fixed pool rather than paying a fixed amount per user: a successful spoofing attack under a fixed-pool model degrades everyone's payout slightly, rather than draining the treasury outright.

08

Referral economics

Four generations of commission is an efficient acquisition mechanism and a structure that invites a specific criticism. Both are addressed here.

Aura Run referral structure
GenerationCommissionTrigger
1 - direct referral20%Paid when a referred user upgrades from Leather to a paid tier. Only Silver-tier holders and above are eligible to receive commission.
210%
310%
410%
Total50%

EggoWorld operates a separate single-tier programme paying 5% of an invited player's marketplace activity. Published

09

Security

What is verified today, and what verification is still missing.

9.1 Current position

Security posture
ControlStatusNote
Source verificationIn placeExact bytecode match on BscScan
Standard implementationIn placeOpenZeppelin ERC-20 base
Mint functionAbsentSupply cannot be increased
Fee / pause / blacklistAbsentNot present in the ABI
Third-party auditComing SoonUnder consideration

9.2 Proposed audit scope

The token contract is small and standard, so an audit of the token alone is comparatively cheap - and comparatively low-value, because the meaningful risk is not in the ERC-20. The scope that actually protects users covers the systems that hold and move tokens:

  • The token contract itself, including the owner surface and any owner-restricted call.
  • Reward-distribution wallets and the signing infrastructure that authorises payouts - key storage, HSM or MPC use, and separation between hot payout keys and cold reserves.
  • Auto-created user wallets: key derivation, storage at rest, export path, and what an operator compromise would expose.
  • The in-app ALLI→USDT swap and withdrawal path, including rate-setting, slippage handling and withdrawal authorisation.
  • NFT contracts for shoe tiers and Genesis items, and the marketplace escrow.
  • The anti-cheat pipeline, treated as an economic control per §7.2.

9.3 Proposed key management

Reward payouts require a permanently online signing key, which is the highest-value target in the system. The proposal is a three-tier separation: a hot payout wallet funded on a rolling basis with no more than a few days of emission budget; a warm multi-signature wallet that refills it on a schedule; and a cold reserve holding the remainder of the pool, requiring a higher signing threshold and a physical process. The maximum loss from a hot-key compromise is then bounded by design rather than by hope.

10

Governance

The ecosystem is currently operated by its team. That is normal at this stage; leaving it undocumented is not.

ALLI has no on-chain governance, no voting mechanism and no published decision process. Reward parameters, tier pricing, referral rates and roadmap sequencing are set by the operating team. This document proposes a staged path to reduce that concentration in the order that removes the most risk per unit of effort.

Proposed governance progression
StageChangeGate to advance
NowSingle owner key; team-set parameters-
1Contract ownership and treasury moved to a 3-of-5 multi-signature wallet with published signer rolesSigners identified; addresses published
2Reward and treasury wallets disclosed; monthly emission and sink report publishedTwo consecutive reports published on schedule
3Parameter changes routed through a timelock with a minimum 48-hour public delayTimelock deployed and verified
4Community council with a formal proposal process for reward parametersSustained active-user base sufficient to make a vote meaningful
5Ownership renounced, if and only if no owner-restricted call remains necessaryContract review confirms renouncement breaks nothing
11

Compliance posture

ALLI is presented as a utility token. That characterisation is not self-executing, and the roadmap contains the two features most likely to change it.

11.1 Current characterisation

ALLI is used as the reward currency inside the ecosystem's applications. It confers no dividend, no profit share, no equity, no redemption right against any entity, and no governance right at present. It is distributed principally for activity rather than sold for capital. Those facts support a utility characterisation in most frameworks; they do not guarantee it in any specific jurisdiction, and no regulator has been asked.

11.2 Where the roadmap raises the stakes

  • AlliCard. A payment card touching fiat rails requires an issuing bank or programme manager, a licensed scheme relationship, KYC at onboarding, transaction monitoring and sanctions screening. It is the single most compliance-intensive item on the roadmap and should not be marketed as imminent before a partner is signed.
  • Marketplace. Settling real-world purchases in ALLI can bring the operator within money-transmission or e-money perimeters depending on structure and jurisdiction.
  • Multi-generation referrals. Covered in §8; several jurisdictions regulate purchase-gated recruitment commissions specifically.
  • Plant-to-Earn environmental claims. If real-world impact is claimed, it should be substantiated against a recognised registry or a named verification partner. Unsubstantiated impact claims attract consumer-protection scrutiny in an increasing number of markets.

11.3 Recommended baseline

Name the legal entity and its jurisdiction of incorporation on the website and in this document; publish terms of service and a privacy policy covering GPS and biometric-adjacent motion data; maintain a geo-restriction list for markets where the token or the referral programme cannot be offered; and obtain a written token-characterisation opinion in each principal operating market before the Marketplace or AlliCard launches.

12

Roadmap

ALLI publishes no fixed dates. Rather than invent some, this roadmap is sequenced by exit criteria - each phase ends when a stated condition is observably true.

Phased roadmap - gated by criteria, not dates
PhaseFocusExit criterion
A · ProveLive apps paying reliably; contract verified; first CEX listingSubstantially achieved. Aura Run and EggoWorld live; ALLI/USDT on Coinstore. EggoWorld settlement per §4.1 remains to be evidenced
B · SubstantiateThird-party audit; circulating-supply disclosure with named wallets; ownership to multisig; this whitepaper published at a stable URLAudit report public and all reward, treasury and vesting wallets published
C · DeepenMarket depth: an indexed DEX pool alongside the CEX listing; data-provider listings; second exchangeA verifiable on-chain pool with sustained volume, and a tracked listing at a major data provider
D · SustainSinks live and recycling; Emission Controller in production; monthly emission and sink reportingRecycled sink revenue covers ≥25% of the daily reward budget
E · ExtendPlant-to-Earn launch with a named impact-verification partnerPlant-to-Earn paying ALLI with published reward parameters
F · SpendMarketplace with named merchant or settlement partnersALLI settling a real purchase outside the ecosystem's own apps
G · CardAlliCard with a signed issuer and programme managerA regulated partner named publicly, with a defined launch market
13

Risk factors

Read this section before the roadmap, not after it.

Market and liquidity

  • Thin liquidity. Observed 24-hour volume is in the low thousands of dollars on a single venue. Orders of modest size can move the price substantially, and exiting a position may not be possible at the quoted price.
  • Single-venue concentration. ALLI trades on one centralised exchange and has no indexed decentralised pool. A delisting, outage or withdrawal suspension at that venue would leave holders with no functioning market.
  • Total loss. Cryptocurrency is volatile and can lose all of its value. ALLI's fixed supply constrains dilution; it does not support a price floor of any kind.

Economic model

  • Reward economics are unproven. The distribution, emission and sink model in §6 is a proposal that has not been deployed, stress-tested or ratified.
  • Emission exhaustion. If sinks do not recycle meaningful volume, the reward pool depletes on schedule and cannot be replenished - there is no mint function.
  • Denomination mismatch. Until reward denomination is reconciled per §6.4, published payout figures and the emission budget are not consistent with each other at observed market prices.
  • Reflexivity. Move-to-earn participation is sensitive to token price. Falling price reduces participation, which reduces sink revenue, which weakens the model further.

Technical and operational

  • No third-party audit. Verification is not audit. Undiscovered defects may exist in the token contract and, more materially, in the wallet, swap and NFT infrastructure around it.
  • Owner key. An unretired owner key is a live administrative surface, however narrow its current powers.
  • Custodial exposure. Auto-created wallets concentrate key material with the operator until a user withdraws.
  • Off-chain attestation. Steps 1-3 of the reward pipeline are operator-attested and not independently verifiable. A compromised or defective validator can misallocate the shared budget.
  • Fraud dilutes honest users. Under a shared-budget model, undetected spoofing reduces genuine participants' rewards directly.

Regulatory and disclosure

  • Token characterisation. No regulator has confirmed ALLI's status in any jurisdiction, and characterisation can change with the addition of Marketplace or AlliCard.
  • Referral structure. Purchase-gated multi-generation commissions are regulated in several markets - see §8.
  • Undisclosed entity. No legal entity, jurisdiction or named team is currently published, which limits any user's recourse and is itself a risk factor.
  • Roadmap dependency. Two of the five ecosystem pillars require regulated third parties who have not been engaged.
14

Listing readiness

For reviewers at exchanges and data providers: a self-assessment against the criteria that most commonly decide these applications.

Self-assessment against common listing criteria
CriterionStatusDetail
Official website reachable, project-owned, not a site builderMetallicoin.io
Whitepaper live and publicly accessibleMetThis document can be found on allicoin.io/whitepaper
Contract verified on the correct chain's explorerMetBscScan, exact bytecode match
Contract address matches the claimed chainMetBNB Smart Chain, chain ID 56
Listed on tracked exchange with material volumeMetCoinstore ALLI/USDT live
Not traded only on self-serviceable venuesMetSingle reviewed CEX listing
Max supply documentedMet10,000,000,000, no mint function
Logo 200×200 PNG on a project-controlled domainMetThis document can be found on allicoin.io/logo-200.png
Active, consistent social profilesMetThe community can be found on allicoin.io/community