Tokens you actually own
Ten tokens to the dollar, held in whole millionths so a share of an advert is never rounded away to nothing. Your balance is derived from the ledger, not a number something overwrites.
Every advert shown across HTT is split four ways — and three of them are people. You earn for seeing it, for hosting it on something you made, and for whoever you invited to HTT. Tokens are the unit: ten for a dollar, spend them on advertising, send them to anyone, and withdraw what you earn to your bank.
Token balance
1,240tokens
Adverts on your blog
Creator share · 25%
+18.40
Adverts you viewed
Viewer share · 15%
+4.75
People you invited
Referral share · 10%
+2.10
Example wallet — your own opens after sign-in.
One wallet
HTT platforms never talk to a payment provider themselves. They call HTT Wallet — so whatever you earn, wherever you earn it, arrives in the same place and reconciles the same way.
Escrow on every order — the seller is paid when the buyer confirms, and referral commission splits out automatically.
Reader tips and paid articles land in the writer’s balance, ready to withdraw.
Employers pay to promote a listing; the charge clears before the listing is boosted.
Paid assessments unlock the moment payment confirms, with proceeds going to the author’s wallet.
School fees collected online, reconciled per term against one ledger.
Sponsorships and ticketed gatherings, with premium tiers billed on the same rails.
Advertisers fund campaigns with tokens, and what they spend becomes the pool the four-way split pays out of.
How it works
Three steps, and most people never do the first one — tokens arrive on their own once adverts start earning for you.
Step 1
Ten tokens for a dollar, charged in naira through a licensed provider’s hosted checkout — HTT Wallet never touches your card. Or buy none at all: tokens arrive on their own once adverts start earning for you.
Step 2
Tokens pay for advertising across all eleven HTT platforms, and they can be sent to anyone on HTT — the person you send to receives the full amount you typed, because the sending fee is charged on top.
Step 3
Tokens you EARNED — from adverts, from the people you invited, from gifts — convert back to naira and land in your bank account. Tokens you bought can be spent and given away, but not cashed out.
Capabilities
Not a balance page bolted onto a payment button — the money layer the whole ecosystem is built on.
Ten tokens to the dollar, held in whole millionths so a share of an advert is never rounded away to nothing. Your balance is derived from the ledger, not a number something overwrites.
Send by handle. The recipient gets exactly the amount you typed — the 1% sending fee is charged on top of it, never quietly taken out of the gift.
Tokens are what buys advertising across all eleven platforms, from a self-serve auction to bookable premium slots. The same balance you earn into is the one you spend from.
The buyer’s money is held from the moment they pay and released only when they confirm delivery — with the platform fee taken out at release, not before.
Earned tokens convert to naira and pay out to any Nigerian bank account, usually within one business day. Destinations are saved and masked to the last four digits.
Earnings are staged by where they came from, and each one opens into the adverts behind it: which platform, what the pool was, what rate applied, what reached you.
For builders
Your product should not carry provider SDKs, webhook signatures and reconciliation logic. Call the wallet, and it owns the money.
Idempotent by contract
Every write takes an Idempotency-Key. A retry returns the original result instead of a second charge.
Signed webhooks
Provider callbacks are verified before a single ledger entry is written, and a malformed payload can never 500 your integration.
Pluggable providers
Flutterwave in production, a sandbox adapter locally — the same API, so you can build the whole flow without keys.
# amounts are whole kobo — ₦5,000 with a ₦250 fee
POST /api/v1/escrow
Authorization: Bearer svc:htt-store
Idempotency-Key: order-4821
{
"buyerRef": "buyer-001",
"sellerType": "USER",
"sellerRef": "seller-001",
"amount": 500000,
"feeAmount": 25000
}Security
A wallet is only worth as much as its worst reconciliation. These are the guarantees underneath yours.
Money is never a number in a column that something overwrites. Every movement writes balanced entries, and a ledger-integrity check runs against them.
Tokens are held as whole millionths and naira as whole kobo — integers throughout — so a share of an advert never rounds away between the pool and your balance.
Tokens you bought can be spent and sent, but not withdrawn to a bank. That rule is deliberate: without it HTT would be running a currency exchange, which is a different business with different rules.
Paying people to view adverts invites automation, so earnings are capped per day, per person and per referral tree, with a minimum gap between paid views. Anything refused is recorded, never silently dropped.
One HTT account through single sign-on. HTT Wallet never sees your password, and a session that expires simply asks you to sign in again.
Payments run through a licensed provider’s hosted checkout. HTT Wallet orchestrates and records the movement — it never stores card data.
HTT Wallet orchestrates payments through licensed payment providers and keeps the record of what moved where. It is not a bank, and it does not hold customer funds in its own name.
Questions
Still unsure about something? Every screen in the wallet explains what it is showing and where the number came from.
Ten tokens cost one US dollar, so a token is ten cents. You are charged in naira at the rate shown on the buy screen before you confirm, and the price you paid is frozen on the receipt — a later change to the rate never restates what you already bought.
No. Tokens you bought can be spent on advertising and sent to other people, but only tokens you EARNED can be turned back into money in your bank account. Your wallet shows the two separately, and the withdrawable figure is never a surprise.
Adverts across HTT pay four ways, and three of them are people. You earn for viewing an advert, for hosting one on something you created — your blog, your room, your school, your fellowship — and for anyone you invited to HTT who views one. The shares stack, so on your own page you collect more than one.
No, and that is the point of the design. Reading an advert on your own blog pays you the creator share and the viewer share, and whoever invited you still earns theirs. The Earnings screen breaks each one out separately so you can see exactly which is which.
Sending costs 1% with a small minimum, charged on top so the person you send to receives the full amount. Withdrawing costs 2.5% with a minimum, taken out of the amount withdrawn. Both are quoted before you confirm, by the same code that charges them.
There are daily limits on how much one person can earn from viewing, from their own spaces and from referrals — they exist so that automating views is not worth doing. Your Earnings screen shows each limit and how much of it you have used, rather than leaving you guessing.
No. HTT Wallet is the payments and wallet service for the HTT ecosystem — it orchestrates payments through licensed providers and keeps the definitive record of what moved where. It does not take deposits or hold customer funds in its own name.
No. Your HTT single sign-on account is your wallet. The first time an advert earns for you on any HTT platform, the balance is already here waiting.
Every write carries an idempotency key. A retried or double-submitted request resolves to the same single transaction instead of charging you again.
Sign in with the HTT account you already use. If money has reached you anywhere in the ecosystem, it is here — with the statement that explains every naira of it.