Nexora
Revenue model

How Nexora makes money

Six revenue streams, one split engine, and the exact path a dollar takes from a fan's card to a creator's bank account. Every number below is wired to the values the app actually uses.

๐Ÿ’ฐ
Revenue streams
6
Plus the AI-twin layer
โš–๏ธ
Creator split range
60โ€“80%
Of the bean pool
๐Ÿ’Ž
Gem โ†’ bean retention
50%
Kept before any split
๐Ÿฆ
Bean redemption
200 = $1
Fixed rate
Read this before the rest of the page

A gem retails at about . A bean redeems at 0.5¢. A gift worth 500 gems puts 500 beans in the pool โ€” so half the retail value is retained at conversion, before the creator split is applied. "80% to the creator" means 80% of the bean pool, which is roughly 40% of what the fan actually paid. This is how Bigo and every gift-economy platform works, and it is the reason the model is viable. It is also the number most often misquoted, so every calculator here shows it explicitly.

The six streams

Open each one with its calculator โ†’
01 ๐ŸŽ

Gems & live gifts

Fans buy gem packs, spend them on gifts during streams. Gifts convert to beans, beans convert to cash. The largest stream on every comparable platform.

Platform keeps โ€” of retail
Built in creator/gift.php ยท creator/gems.php ยท creator/economy.php
02 ๐Ÿ‘‘

Fan subscriptions

Recurring monthly memberships to a creator's fan club, with tiered perks. Predictable revenue that smooths out the spikiness of gifting.

Platform keeps 20% recurring
Built in creator/subscriptions.php ยท fan/subscriptions.php
03 ๐Ÿ›๏ธ

Digital products & store

Courses, templates, ebooks, community access and UGC items sold directly by creators. The platform takes a flat commission on each sale.

Platform keeps 10โ€“15% per sale
Built in creator/digital-store.php ยท creator/marketplace.php
04 ๐Ÿ“บ

Live commerce

Physical goods sold live on stream, with shoppable overlays and affiliate links to third-party catalogues. Commission scales with order value.

Platform keeps 5โ€“15% per order
Built in creator/live-commerce.php ยท creator/live-shopping.php
05 ๐Ÿ“ฃ

Brand deals & ads

Sponsored campaigns, kingdom-event sponsorships and the brand-to-creator deal marketplace. The platform charges a fee on the transaction, not the content.

Platform keeps 10โ€“15% per deal
Built in brand/campaigns.php ยท brand/deals.php ยท agency/signings.php
06 ๐Ÿงฉ

B2B, SDK & AI twins

Mini-game SDK licensing, the translation API, enterprise AI twins, and creator AI twins charging per question, per month or per session.

Platform keeps 20โ€“30% or licence fee
Built in developer/sdk.php ยท developer/b2b-portal.php ยท creator/ai-twin.php

Where the money goes

Gift path

The nine steps

๐Ÿ’ณ
1 ยท Fan buys a gem pack

Full price, always. Promotions add bonus gems rather than discounting the price, so the margin per dollar never moves.

Gross revenue
๐ŸŽ
2 ยท App store takes its cut

Apple and Google take 30% of in-app purchases. A web checkout routed through Stripe costs 2.9% + 30¢ instead โ€” the single biggest lever on platform margin.

โˆ’30% (or โˆ’3%)
โณ
3 ยท 72-hour chargeback hold

Gems credit instantly but the value is held before it can be cashed out, so a reversed card payment never turns into a real loss.

Risk control
๐ŸŽ
4 ยท Fan sends a gift

Gems leave the fan's wallet. A gift worth N gems drops N beans into the split pool.

Conversion point
โš–๏ธ
5 ยท Split engine runs

One of four models decides the creator's percentage โ€” by rank, gift type, verification level or monthly volume. Configurable per platform, not per creator.

60% โ†’ 80%
๐Ÿซ˜
6 ยท Beans credit to the creator

Redeemable at a fixed 200 beans to the dollar. The rate never moves during promotions.

Creator balance
๐Ÿ›ก๏ธ
7 ยท 5% goes to the reserve fund

Held, not spent โ€” it covers chargebacks, fraud reversals and negative balances. It returns to the platform if unused.

Held
๐Ÿฆ
8 ยท Creator requests a cashout

Auto-routed by country: Stripe first, Payoneer where Stripe is unavailable, USDT as the fallback. Minimum $1 once KYC is verified.

โˆ’1.5% blended
โœ…
9 ยท Creator receives local currency

Converted at near-interbank rates. Withdrawals under $5 carry a flat 25¢ fee so small payouts do not cost the platform money.

Net to creator

Follow one purchase

Live

Change any input and the whole waterfall recalculates.

โ€”
Moving buyers to web checkout is worth more than any split change. The calculator shows the difference instantly.
70%
Diamond rank on the rank-tiered model.
100%
Unspent gems are deferred revenue, not profit โ€” they are a liability until the gift is sent.

Result

In-app
Fan paysโ€”
โ€”
App store cutApple / Google, 30% of in-app purchases
โ€”
Net receiptsWhat actually reaches Nexora
โ€”
Creator earns (gross)โ€”
โ€”
Payout & FX costBlended Stripe / Payoneer / Wise, 1.5%
โ€”
Platform contributionโ€”
โ€”
โ€” โ€”
Creator, net of payout cost Platform, after store fees
Creator's real share of the retail dollar

โ€” โ€” not the headline split percentage. Quote this number to creators and the pitch survives contact with their first payout.

Status of each stream

Honest audit
StreamScreensSplit enforced server-sideMetered
๐ŸŽ Gems & giftsBuiltYes โ€” split confign/a
๐Ÿ‘‘ SubscriptionsBuiltNo โ€” flat 20% hardcodedn/a
๐Ÿ›๏ธ Digital productsBuiltNo โ€” client writes the feen/a
๐Ÿ“บ Live commerceBuiltNon/a
๐Ÿ“ฃ Brand dealsBuiltNon/a
๐Ÿงฉ B2B / SDK / AI twinsBuiltNoNo token cost tracked
The gap this table exposes

Only the gift stream reads from the shared split configuration. The other five compute their fee wherever the transaction happens, which means five separate places to change a rate and five places a modified client could write a zero. A single server-side ledger โ€” one function that is the only writer of any earnings row โ€” closes all five at once and is worth more than any additional screen.

Keep going

โ†’๐Ÿ’ฐThe six streamsEach one with its own calculator โ†’โš–๏ธSplit modelsAll four, with live sliders โ†’๐Ÿ“ŠUnit economicsRevenue, cost and margin at scale