01
Abstract
Apex Protocol is a mobile-first cryptocurrency network built on a single idea: that a network’s value comes from the people who show up for it, not the capital parked on top of it. It removes the three things that keep most people out of crypto — hardware, electricity, and an upfront deposit — and replaces them with presence. Anyone with a phone can mine.
The protocol issues two independent tokens, APX (Apex Protocol) and SOLB (Solbank). A block completes every ten minutes; a participant’s share of it is decided by hash, a standing metric earned through participation and capped identically for everyone. Nothing is sold, no one can buy an advantage, and every rule that decides an outcome is evaluated on the server and visible in the app. This paper describes the mechanism as it is implemented today, and the honest order in which it will open up.
02
The exclusion problem
Fifteen years after the first block, the average person is further from cryptocurrency than ever — not because they don't understand it, but because every door was built for someone else.
Mining rewards those who already own machines. Yield rewards those who already own tokens. Governance rewards those who already own votes. At every turn the system asks the same question: what do you already have? For most of the world, the honest answer is “a phone and some time,” and for most of crypto that answer has never been enough.
This is not a marketing complaint; it is a structural one. A network that only admits capital ends up owned by capital. The earliest and wealthiest accumulate the supply, the price becomes the product, and the thing that was supposed to be money for everyone becomes an asset traded by a few and watched by the rest. The people a network needs most — the next hundred million participants — are precisely the ones the door is closed to.
Apex asks a different question: are you here? If a protocol can measure genuine participation and reward it, capital stops being the price of entry. That is the entire premise of this document, and everything technical in it exists to make that premise enforceable rather than merely stated.
What Apex is — and is not
Apex is a rewards-and-participation protocol. Hash is an in-app contribution parameter; your device does not perform real cryptographic proof-of-work, and it never drains your battery or data pretending to. Balances are internal protocol balances (off-chain) for this phase, with on-chain settlement on the roadmap. We say this plainly here because a whitepaper that hides its own status is exactly the kind of document this project exists to reject.
03
What crypto got wrong
Three failures turned an open idea into a closed system. Apex is designed as a direct answer to each.
It priced people out
Proof-of-work made security expensive on purpose, and expensive security became a business. Mining migrated to warehouses of specialised machines drawing more power than small nations. For an ordinary person, “mine your own coins” quietly became “buy them from someone who could afford the hardware.” The network that promised everyone became a club with a very large cover charge.
It rewarded capital, not contribution
In most token systems the biggest wallets set the price, farm the yield, and exit first. Newcomers arrive last, pay the most, and hold the risk. Being early to believe in a network counts for nothing next to being early to buy it. Worse, many launches minted a large share of the supply to insiders before the public could touch it — a head start that compounds forever.
It hid the rules
“Trustless” became a slogan pasted over systems you still had to take on faith: emission schedules buried in code, insider unlocks disclosed in the fine print, supply figures that changed when it was convenient. The tooling was transparent; the intentions rarely were. Reading a contract is not the same as being told the truth in plain language.
The pattern behind all three
Each failure has the same root: the system optimises for whoever already holds the most. Fix that root — make standing something you earn and cap it for everyone — and the three symptoms lose their cause. That is what the rest of this paper builds.
04
Design principles
Five commitments constrain every decision in the protocol. When a feature would violate one of them, the feature loses.
- Presence over capital
- Your standing comes from taking part, never from paying. There is no purchase, deposit, or subscription anywhere in the protocol.
- A bounded top
- Hash is capped identically for every account, so the distance between the most and least established participant is fixed by design, not by markets.
- The server is truth
- Every rule that affects a balance is evaluated on the server against its own clock, and re-checked on every request.
- Show, don't promise
- Live parameters are read from the protocol in the app. This paper states the mechanism; the app states the numbers.
- Honest status
- What is off-chain is called off-chain. What is not yet built is called not yet built. Trust is earned by disclosure.
05
The mining mechanism
Mining on Apex is a rhythm, not a race. A cycle produces blocks on a fixed clock, the reward tapers as the cycle runs, and claiming starts it fresh.
A cycle produces blocks. One block completes every ten minutes, and a cycle produces at most one hundred and fifty of them — twenty-five hours of mining before it stops and waits for you.
Block one pays the project’s full base rate. Every block after pays 0.95× the one before it, so the reward tapers geometrically across the cycle:
Claiming credits everything accrued and resets the cycle: the counter returns to zero and the next block pays the full rate again. The taper is never carried across a claim. A participant who returns often therefore earns considerably more than one who lets a cycle run to its ceiling — the mechanism rewards presence, not patience.
- Block interval
- 10 minutes, measured by the server
- Blocks per cycle
- 150, after which mining halts until a claim
- Decay per block
- 5% of the block before it (factor 0.95)
- Reset
- Any claim, at any point in the cycle
Why the taper exists
A flat reward would make an idle account worth as much as an active one, and a network of idle accounts is worth nothing. The taper makes the first block of a fresh cycle the most valuable minute in the protocol, so the rational move is to come back, claim, and begin again — exactly the behaviour a young network needs.
Why it can't be gamed by the clock
Nothing about a cycle is stored as a running counter. The elapsed block count is derived from the cycle’s start timestamp and the database clock every time it is read. Changing a device’s time changes nothing, because the device’s time is never consulted. This is what makes the rule above enforceable rather than merely stated.
06
The hash economy
Hash is your standing in the network. It decides how large a share of each block you receive — and it is the mechanism through which fairness is enforced.
Rates are quoted per 100,000 hash. An account with 246,000 hash therefore receives 2.46× the quoted rate on every block it mines. Hash is not a balance you spend; it is a multiplier on everything you earn.
Where hash comes from
Hash accumulates from separate, named components, every one of them visible to you in the app — none is a black box:
- Base hash
- A grant on joining, so every account starts able to mine (100K).
- Network hash
- Earned when someone you referred actually mines — not merely registers.
- Team hash
- Activity flowing up from the network you helped build.
- Card bonuses
- Hash from HashCards and GiftCards exchanged with other members.
- Quest bonuses
- Small rewards for onboarding milestones, worth 9,500 in total.
The cap, and why it is absolute
Hash is capped at 1,000,000. The cap is enforced at the database, not in the application: once an account reaches it, the hash system closes for that account permanently. It can no longer gain hash by any path, create cards, or take part in anyone else’s.
This is deliberate, and it is the single most important line in the document. An uncapped standing metric compounds without limit, and the earliest participants would eventually own the emission outright — the exact concentration that Apex exists to prevent. A ceiling that applies identically to the founder and to today’s newest member is what keeps “earned, not bought” true over time rather than only at launch.
Worked example
An account joins with 100,000 base hash and mines. Over months it refers three active members (network hash), sees team activity, and completes its quests — reaching, say, 340,000 hash. On every block it now earns 3.4× the quoted rate. A whale cannot appear overnight: the same 1,000,000 ceiling that this account is climbing toward is the ceiling everyone shares, and past it, growth simply stops.
07
Token model — APX & SOLB
Apex issues two tokens on purpose, and keeps them rigorously apart. The design of what a network rewards says everything about what it values.
APX (Apex Protocol) is the backbone asset of the network. SOLB (Solbank) is oriented toward digital finance and community banking. They are mined and credited separately. There is no merged balance anywhere in the protocol and no silent conversion between them. A participant chooses which projects their hash feeds; feeding neither produces nothing.
Emission from a finite pool
Each project emits from a finite pool on a fixed schedule. A block draws from that pool in proportion to the hash pointed at it, so the protocol never issues more than the schedule allows however many people join. Growth in participation divides the same emission rather than inflating new supply into existence — the opposite of a system that prints to reward its latest arrivals.
Why this paper does not print a total supply
This is a deliberate choice, and it deserves an explanation rather than an omission. Per-block rates, pool sizes and headline supply are tunable protocol parameters. A whitepaper that pins a number to them becomes wrong the first time one is adjusted, and a document that is wrong is worse than one that is silent. Anyone mining sees the figures that actually apply to them, in the app, read live from the protocol — where they cannot drift from what is really happening.
A fixed headline number is also the easiest thing in crypto to weaponise: it invites price speculation before a single unit of utility exists. Apex would rather earn a valuation through use than advertise one through a figure. When the emission schedule is finalised for on-chain settlement, it will be published in full and audited — a commitment, in section 12, not a slogan here.
What this section deliberately omits
Per-block rates, pool sizes and total supply are not stated in this document. They are configuration, and they live where they can be verified: in the app, as they apply to you.
08
Distribution & fairness
Fairness in a token network is not a tone of voice; it is a set of hard limits. Here are the ones Apex enforces.
Bitcoin’s earliest miners captured coins at a difficulty the rest of the world will never see again; many later networks minted large founder and investor allocations before the public arrived. Both produce the same outcome — a concentration of supply that no amount of later participation can dislodge. Apex is built to avoid that outcome structurally, not rhetorically.
- No presale, no ICO
- Apex has never sold a token and offers no crowdsale. Any 'sale' or 'listing' claiming to be Apex is fraudulent.
- No pay-to-win
- No amount of money moves an account ahead of another. Capital simply has no input into the mechanism.
- A shared ceiling
- The 1,000,000 hash cap bounds the ratio between the largest and smallest participant for everyone, forever.
- No permanent tiers
- There are no ranks that grant an early account a lasting share of a later account's mining.
A safety note for participants
Because Apex sells nothing, anyone impersonating the project or its founders to run a sale, a “presale,” or a paid listing is acting fraudulently and without authorisation. Tokens are only ever mined and claimed inside the official app. Any website asking you to pay to claim, unlock, or “activate” your balance is a scam. When in doubt, write to support@apexprotocol.cloud.
09
Network growth
Referrals are how the graph of participants is built — but only real participation counts.
A referral qualifies when the referred account has actually mined, not when it registers. The check runs at the moment mining happens rather than the next time anyone opens the app, so a referrer’s standing reflects reality without either party doing anything. An account that signs up and never mines grants its referrer nothing — because it has contributed nothing.
Qualification grants network hash to the referrer and raises their team hash. Both are capped, and both are worth the same to everyone. There are no tiers, no ranks, and no arrangement in which an early participant earns a permanent cut of a later one’s mining. The incentive is to bring people who genuinely take part — which is exactly the growth the network wants — and nothing more.
10
Community participation
Three mechanisms turn solitary mining into a network. Each is bounded, so it stays a reason to involve people rather than a loop to farm.
HashCards — group actions
A HashCard is opened by one participant; several others join it, and executing it credits everyone involved. Creation is limited to one card per tier per week, so the mechanism stays a reason to coordinate with real people rather than a button to press repeatedly.
GiftCards — one to one
A GiftCard is a one-to-one exchange: issuing one and having it redeemed credits both sides. But a given pair of accounts can exchange once, ever, in either direction. Without that rule two accounts could trade codes between themselves indefinitely and mint hash with no third party involved. The limit is enforced by a primary key rather than a runtime check, so two simultaneous redemptions cannot both slip through.
Quests — the onboarding nudge
Quests reward the steps that make an account real: verifying an email, completing a profile, mining a first block, creating a first card, bringing a first qualified participant. Together they are worth 9,500 hash against the 1,000,000 cap — a nudge through onboarding, not a shortcut past mining.
11
Security & trust
The phone is never trusted with anything that decides an outcome. Every rule in this paper is evaluated on the server, against the server's clock, and re-evaluated on every request.
- Time
- Blocks derive from a stored cycle start and the database clock. Changing a device's time changes nothing.
- Double claims
- A claim locks the account row; two taps cannot both credit the same cycle.
- Reward tampering
- Rates and decay live in protocol configuration, never in the client.
- Ad rewards
- A boost is granted only after the ad network confirms a completed view, and the server re-checks the daily limit before anything is written.
- The hash cap
- Enforced by database triggers, so no API path can exceed it.
- Identity
- Firebase issues the token; the database matches its subject claim and derives the account from that alone.
The through-line is simple: anything a malicious client could lie about is never asked of the client. The server holds the clock, the rates, the caps and the identity, and it checks them again on every request — because a rule enforced once is a rule waiting to be bypassed.
12
Off-chain today, on-chain tomorrow
Apex is honest about where it is. Balances are internal protocol balances for now; settlement on a public chain is the next serious step, and the one that must not be rushed.
Running the ledger inside the protocol during the growth phase is a deliberate choice. It lets the network reach a meaningful size and distribution before its supply is exposed to open markets, and it avoids the fate of tokens that listed before they had a single genuine use. It also means, plainly, that today’s balances are not yet transferable on a public blockchain.
The move to on-chain settlement for APX and SOLB is on the roadmap below. When it happens, the emission schedule will be published in full and independently audited. Until then, this document will not pretend the step is already taken.
13
Governance & roadmap
A young protocol putting dates on a page is making a promise on someone else's behalf. Here is the honest order of things, and where control is heading.
Now
Mining, hash, cards, referrals and the reward boost are live. The Android client is in distribution and the protocol issues both tokens on schedule.
Next
Balances become withdrawable — the step that turns a credited figure into an asset, and the one that must not be rushed.
Then
On-chain settlement for APX and SOLB, with the full emission schedule published and independently audited.
Later
Governance over the parameters in this paper — rates, decay, caps — moved from the operator console to the participants themselves.
The destination is decentralisation of the parameters themselves. The caps and rates that keep Apex fair are, today, set by an operator. The end state is a network where the people who mine it also govern it — reached carefully, because handing over the controls before the community is ready is its own kind of failure.
14
Risks & honest disclosure
No credible protocol pretends it is riskless. Here is what you should weigh.
- Pre-value phase
- Balances are off-chain and not yet withdrawable. They are not, today, a liquid or tradable asset.
- Parameter change
- Rates, decay and caps are configurable and may be adjusted as the network learns. The mechanism will not change without being restated here.
- No cryptographic PoW
- Hash is a protocol contribution parameter, not device proof-of-work. Your phone does no mining computation.
- Impersonation risk
- Apex sells nothing; treat any sale, presale, or paid claim as fraud.
This document describes the protocol as it is implemented today. Parameters are configurable and may change; the mechanism will not change without being restated here. It is not investment advice, and nothing in it is a promise of future value.
Read it, then try it.
The fastest way to understand a protocol is to mine a block on it.