# APR — Proof of Airplay for the Artist Economy

Whitepaper v0.3 — controlled discussion draft
Date: 29 August 2026
Language: English  
Status: Technical mainnet deployment complete; distribution, market and utility activation under review

## Important status notice

APR currently operates two deliberately separate layers. The off-chain Artist
Rewards pilot records verified activity and APR Rewards in an append-only
ledger. The fixed-supply APR Token is deployed on Base mainnet and is
transferable at contract level. It is not listed on a market and has no active
liquidity pool or published market price.

The official APR Token contract is
[`0x792d2D17F1FfBbb4546d18ED13C8c23f62AFF4c9`](https://basescan.org/token/0x792d2D17F1FfBbb4546d18ED13C8c23f62AFF4c9).
The complete 1,000,000,000 APR supply was minted once to the 2-of-3
[`APR Genesis Safe`](https://app.safe.global/home?safe=base:0x64cC8916Dc90C9325C68DC52E097a1D0438941ca).
The verified token contract has no owner, administrator, additional mint path,
transfer tax, pause or blacklist.

This whitepaper contains four clearly separated categories:

- **Implemented:** present in the APR Phase 1 repository and test environment.
- **Approved pilot rule:** approved for the current off-chain staging pilot.
- **Deployed:** independently visible on Base mainnet.
- **Proposed:** a working model that still requires product, legal, financial
  and security approval before implementation.

The one-billion-token maximum is implemented on-chain. The six-pool allocation
remains an approved product design; no allocation has moved from Genesis Safe.
APR Credits, buyback-and-burn policy, governance rights, investor rights,
distribution and market activation still require legal, financial and security
approval. Nothing in this document is an offer of securities, tokens or
guaranteed returns.

Where this document conflicts with the current technical specification,
[`APR_REWARD_SPEC.md`](APR_REWARD_SPEC.md) controls the Phase 1 implementation
until a new product decision is explicitly approved and versioned.

### Public identity and disclosure policy

Public APR materials identify the operating or issuing entity by its legal
entity name once that name has been approved. They use functional roles such
as Founder, Co-owner, Core Contributor and Playlist Contributor instead of
publishing private individuals' names or personal cap-table details.
Until formation and approval of that name, the public placeholder is
`APR Operating Company (legal name pending)`.

This privacy rule does not override disclosures that may be legally required
to regulators, banks, auditors, contractual counterparties or investors during
confidential due diligence. Public blockchain addresses are also inherently
public and must never be described as anonymous.

## 1. Executive summary

APR is a Proof-of-Airplay network that converts verified radio attention into
auditable value for artists.

The core loop is:

```text
Verified airplay and unique listener appreciation
→ auditable artist rewards
→ artist services and campaign tools
→ commercial usage
→ measurable APR demand or supply reduction
```

APR is not intended to replace Spotify, other streaming platforms, or the
artist's existing distribution. It is a reward and utility layer around
verifiable radio activity and artist services.

The current Phase 1 pilot already provides:

- verified, deduplicated airplay and like records;
- 100 off-chain APR for each verified reward-eligible play;
- 100 off-chain APR for each verified unique like;
- weekly reward epochs and a deterministic queue;
- an append-only APR ledger;
- atomic quote-based redemption of an initial 19,000 off-chain APR for one
  Super Pitch at the explicitly labelled pilot reference;
- artist identity review and wallet-based sign-in;
- artist balances, track history and administrative audit tools;
- the same reward engine for founders, related parties and external artists.

The mature economy separates two assets:

1. **APR Token:** the deployed finite-supply network asset. Distribution,
   utility, limited governance and market participation are not yet active.
2. **APR Credits:** stable-value, non-tradable service credits for Super Pitch
   and future APR services.

The central economic principle is:

> **No service usage without measurable token impact.**

This does not mean every purchase will increase the token price. It means the
system can transparently require eligible, settled service usage to create a
defined market purchase, burn, lock or other measurable demand-side action.

## 2. The problem

Independent artists face three related problems.

### 2.1 Attention is difficult to verify

Play counters, page loads and reconnects are not automatically evidence of a
real, reward-eligible radio event. Without stable source identifiers,
deduplication and an audit trail, rewards can be inflated or disputed.

### 2.2 Artist promotion is disconnected from earned engagement

Artists can pay for promotion services, but verified audience activity rarely
creates a reusable balance that follows the artist into other tools.

### 2.3 Existing tokens often separate speculation from product use

A token can be created technically at very low cost. Sustainable economic
value, however, requires credible scarcity, real usage, transparent allocation,
liquidity and continuing trust. A music narrative alone is not a durable value
mechanism.

## 3. The APR solution

APR joins four systems that are normally separate:

1. a radio and listener signal source;
2. a verification and fraud-review layer;
3. an append-only artist reward ledger;
4. a commercial service economy.

```mermaid
flowchart LR
  Radio["Radio signal"] --> Verify["Verification and deduplication"]
  Like["Unique listener like"] --> Verify
  Verify --> Unit["100 APR reward unit"]
  Unit --> Queue["Weekly deterministic queue"]
  Queue --> Ledger["Append-only artist ledger"]
  Ledger --> Artist["Artist APR Wallet"]
  Artist --> Service["Super Pitch and future services"]
  Commerce["Cash or stable-value Credits"] --> Service
  Service --> Impact["APR purchase, burn or lock"]
```

Each accepted source event can be followed from its evidence through reward
qualification, weekly allocation and final ledger entry. Rejected,
quarantined, duplicate and manually reviewed records remain visible to
administrators rather than disappearing silently.

## 4. Proof of Airplay

Proof of Airplay is APR's term for the evidence chain that makes a radio event
eligible for an artist reward.

An event is not reward-eligible merely because a client loaded a page, pressed
play or reconnected. A verified event requires:

- a stable source and idempotency key;
- a mapped artist and track;
- a recorded occurrence and verification time;
- a current `verified` review status;
- evidence sufficient for the applicable reward policy;
- deduplication against retries and repeated source delivery.

Activity can have one of four review states:

- `pending`;
- `verified`;
- `quarantined`;
- `rejected`.

Only verified, reward-eligible activity qualifies. Changes in review status are
audited. Historical financial records are never silently rewritten; economic
corrections use append-only reversals or adjustments.

The exact production evidence contract for a verified reward play remains a
product decision. Until it is approved, Phase 1 only accepts trusted or
administratively reviewed ingestion.

## 5. Current off-chain Artist Rewards model

### 5.1 Approved staging formula

For each track:

```text
rewardUnits =
  verifiedRewardPlays + verifiedUniqueLikes

lifetimeAprEarned =
  rewardUnits × 100

newAprToCredit =
  max(0, lifetimeAprEarned - previouslyCreditedApr)
```

Each verified reward-eligible play creates one 100-APR unit. Each verified
unique listener like creates one additional 100-APR unit. The legacy API field
`qualifiedBlocks` remains as an alias for `rewardUnits`.

Examples:

| Verified plays | Verified unique likes | Reward units | Lifetime APR |
| -------------: | --------------------: | -----------: | -----------: |
|              0 |                     0 |            0 |            0 |
|              1 |                     0 |            1 |          100 |
|              0 |                     1 |            1 |          100 |
|              7 |                     3 |           10 |        1,000 |
|            100 |                    10 |          110 |       11,000 |
|          1,000 |                    10 |        1,010 |      101,000 |

A listener identity can contribute at most one verified like per track. Related
party artists use exactly the same formula, queue, cap and fraud controls.

### 5.2 Emission envelope

The approved off-chain artist program has:

| Item                                     |         APR |
| ---------------------------------------- | ----------: |
| Artist reward pool                       | 350,000,000 |
| Normal weekly cap                        |     670,000 |
| Ten-year normal allocation, 520 weeks    | 348,400,000 |
| Reserve outside normal weekly allocation |   1,600,000 |

At 100 APR per reward unit, the normal ten-year envelope can allocate 3,484,000
verified reward units. A qualified unit that does not fit within the current
week is queued without losing value.

The queue is deterministic:

1. verification time;
2. track identifier;
3. reward-unit number.

### 5.3 Ledger integrity

The ledger, not the user interface, is the economic source of truth. It
supports at least:

- earn and reward credits;
- queued and released rewards;
- Super Pitch spending;
- reversals;
- adjustments;
- future tokenization reservations.

Ledger entries and reward units are append-only. Available APR cannot become
negative. Super Pitch spending and any future tokenization reservation lock
the same artist reward account, preventing the same APR from being used twice.

### 5.4 Super Pitch

The current V3 pilot gives Super Pitch a stable service price:

- USD 19 through the normal payment flow; or
- 19,000 APR Credits at USD 0.001 of service value per Credit.

APR redemption requires a five-minute, artist-bound, append-only quote. Until a
real APR market exists, the quote uses an explicitly labelled pilot reference
of USD 0.001 per APR, producing an initial redemption amount of 19,000 APR.
This is not a market price or a claim that APR can be sold for that amount.

Redemption is atomic and idempotent. It creates the Super Pitch order and
permanent APR debit in one database transaction, saves the immutable quote and
prevents the quote from being used twice. Historical 1,000-APR and 25,000-APR
orders remain unchanged.

## 6. Identity and wallet model

APR separates artist identity from wallet control.

A valid wallet signature proves control of an address. It does not prove that
the signer is the artist. An artist claim therefore requires:

1. a mapped external catalogue identity;
2. recorded evidence or an evidence digest;
3. approval by a reviewer other than the submitter;
4. a one-time claim bound to the artist and verification record.

Wallet authentication follows Sign-In with Ethereum principles, including
server-generated nonces, expiry, origin and chain checks, replay protection,
secure sessions and signature verification. APR never asks for or stores a
user's seed phrase or private key. The primary standard is
[ERC-4361](https://eips.ethereum.org/EIPS/eip-4361).

An artist may authorize owner, manager and viewer wallets. The balance belongs
to the verified artist reward account; the wallet is an authorization key.

## 7. Two-layer economy

### 7.1 APR Token

**Status: fixed-supply ERC-20 deployed and source-verified on Base mainnet.
Distribution, liquidity, market pricing and token utility are not active.**

The official contract identity is:

```text
Network: Base mainnet
Chain ID: 8453
Token: APR Token
Symbol: APR
Contract: 0x792d2D17F1FfBbb4546d18ED13C8c23f62AFF4c9
Genesis Safe: 0x64cC8916Dc90C9325C68DC52E097a1D0438941ca
Supply: 1,000,000,000 APR
Decimals: 18
```

The complete supply was minted once to Genesis Safe in deployment transaction
[`0x77b4903d461b53ab1619e8127d62d62139e0f1435329a21c6f229aad78e6d6a8`](https://basescan.org/tx/0x77b4903d461b53ab1619e8127d62d62139e0f1435329a21c6f229aad78e6d6a8).
The contract is deliberately minimal: there is no owner, administrator,
additional mint path, transfer tax, pause or blacklist.

APR Token may later provide:

- tokenized artist rewards from a finite artist pool;
- access to APR services;
- market-based conversion into service credits;
- limited, staged ecosystem governance;
- incentives for listeners, partners and network contributors.

Token ownership would not automatically mean ownership of the operating
company, its brand, intellectual property, revenue or treasury.

### 7.2 APR Credits

**Status: Credit-denominated Super Pitch pricing and immutable pilot APR quotes
are implemented. Purchased Credit balances, payment reserves and conversion
remain proposed.**

APR Credits are designed to keep service pricing understandable even if the
APR Token is volatile. Phase 1 V3 already uses the Credit denomination for
pricing, without representing that a purchased or convertible Credit asset
exists.

A working denomination is:

```text
1 APR Credit = USD 0.001 of service value
19,000 APR Credits = one USD 19 Super Pitch
```

This denomination is an accounting convenience, not a token price.

Two balances are proposed:

| Credit type         | Source                                       | Service use |     Convert to APR Token      |
| ------------------- | -------------------------------------------- | :---------: | :---------------------------: |
| Convertible Credits | settled cash or approved stablecoin purchase |     Yes     | Proposed, subject to approval |
| Service Credits     | bonus, campaign or compensation              |     Yes     |              No               |

Credits are consumed once. They cannot purchase a service and later be
converted into tokens.

Convertible Credits would require full reserve, refund, chargeback, accounting
and legal policies. Their convertibility must not be launched until the
applicable legal classification has been reviewed.

### 7.3 Proposed conversion paths

```text
Cash / approved stablecoin
          ↓
Convertible APR Credits
          ↓
    ┌─────┴──────────┐
APR service      APR Token
```

If a customer chooses a service, the Credits are consumed when the service is
fulfilled under the applicable refund policy.

If a customer chooses APR Token, the preferred mature-state model is to use
the eligible backing funds for a transparent market purchase, rather than
quietly distributing newly minted or unrestricted treasury tokens. The quote,
fees, expiry, slippage protection and settlement status must be shown before
conversion.

## 8. APR Usage Flywheel

The proposed flywheel connects commercial use to token demand:

```text
Verified radio activity
→ artist earns APR
→ artists and partners use APR services
→ customers purchase Credits
→ settled usage reserves a defined APR market action
→ APR is bought, burned, distributed or locked under public rules
```

### 8.1 Illustrative Super Pitch policy

The following is a working unit-economics example, not an approved promise:

1. reserve 5% of eligible settled Credit-purchase proceeds for periodic APR
   purchase and burn;
2. if the Credits are used for a fulfilled Super Pitch, reserve a further 15%
   of eligible net proceeds for APR purchase and burn;
3. if the Credits are converted to APR Token instead, use their remaining
   eligible backing value to purchase APR for the customer;
4. consume the Credits in either path.

For 1,000 Super Pitches at USD 19 before tax and payment costs:

```text
Gross service sales: USD 19,000
Illustrative 20% APR market-action budget: USD 3,800
Remaining amount before delivery and operating costs: USD 15,200
```

The actual percentage must be set from observed gross margin, refund rates,
liquidity and legal constraints. Purchases should be batched, protected by a
maximum slippage policy and published with transaction references. Refundable,
fraudulent or unsettled payments must not trigger a market action.

The system can commit to a verifiable rule. It cannot commit that the rule will
raise the token price.

## 9. Supply and proposed allocation

**Status: fixed supply implemented on-chain and held by Genesis Safe. The
allocation model is product-owner approved, but distribution implementation
and legal grant terms remain pending.**

Implemented fixed supply: **1,000,000,000 APR Token**.

| Allocation                                 |    Share |               APR | Purpose                                        |
| ------------------------------------------ | -------: | ----------------: | ---------------------------------------------- |
| Artist Rewards                             |      35% |       350,000,000 | Ten-year verified artist reward envelope       |
| Core Contributors                          |      15% |       150,000,000 | Founders and material long-term builders       |
| Ecosystem and Treasury                     |      20% |       200,000,000 | Grants, operations and ecosystem resilience    |
| Community and Listeners                    |      10% |       100,000,000 | Verified participation and community programs  |
| Liquidity and Market Infrastructure        |      10% |       100,000,000 | Transparent launch and market infrastructure   |
| Strategic Partners and Future Contributors |      10% |       100,000,000 | Strategic distribution and future contributors |
| **Total**                                  | **100%** | **1,000,000,000** |                                                |

All 1,000,000,000 APR Token currently remain in Genesis Safe. The 350-million
off-chain artist program also exists today, but it is a separate recognition
ledger. No automatic one-to-one conversion, claim or distribution from that
ledger to the on-chain token exists. The approved private role-based Core
schedule does not create a current transferable balance, company ownership or
an investment right. Public material discloses the aggregate 15% pool and
vesting, while controlled legal records hold any required beneficiary mapping.

### 9.1 Proposed lockups

To align long-term builders with the network:

- Core Contributors: approved product schedule of 48-month vesting with a
  12-month cliff and zero launch unlock;
- Future Contributors: proposed 36–48-month vesting;
- Partners: milestone-based vesting;
- Treasury: published mandate and dual-control approvals;
- Liquidity allocation: released only under a disclosed launch policy;
- Investor token rights, if any: separately documented and not structured to
  undermine founder or community lockups.

The role-based Core schedule is approved in the controlled tokenomics decision
register. Beneficial ownership, the entity cap table, intellectual-property
ownership and final grant agreements must still be legally documented before
any allocation becomes part of an offering or token contract. The public
whitepaper does not publish personal names or the private company cap table.

The approved first Playlist Contributor grant is capped at 10,000,000 APR from
the Strategic Partners and Future Contributors pool. Its historical-work
component is 25% eligible at a lawful token launch with the remainder vesting
over 24 months. Its continued-work component is earned against agreed
milestones over 36 months. The grant creates no operating-company ownership.

### 9.2 Testnet demonstration status

The existing non-transferable Base Sepolia `tAPR` contract contains
75,000,000 test units from an earlier allocation illustration. It has no price,
cannot be sold and is not the official Base mainnet APR Token. Because the current
approved Core schedule supersedes that illustration, the old demo is treated
as a retired proof-of-concept and not as evidence of a current entitlement.

## 10. Sources of demand and supply control

Potential demand sources include:

- Super Pitch;
- artist analytics and campaign tools;
- label and manager Credit packages;
- artist verification and workflow services;
- partner integrations;
- conversion of purchased Credits into APR;
- limited governance participation through locked APR.

Potential supply controls include:

- a fixed maximum supply;
- a ten-year artist emission schedule and weekly cap;
- founder and team vesting;
- market purchase and burn from settled service usage;
- service redemption;
- governance locks;
- transparent treasury controls.

APR must not rely on continuous recruitment of new token buyers to fund old
rewards. Product revenue and token emissions must be measured separately.

The key economic health ratio is:

```text
eligible service-driven APR demand
÷
new APR entering circulation
```

Growth in token price is neither required nor guaranteed for the product to
operate.

## 11. Business model

APR's operating business can earn revenue independently of token speculation.

Initial and potential revenue lines:

- USD 19 Super Pitch purchases;
- prepaid service Credit packages;
- premium artist and manager tools;
- B2B label, campaign and reporting products;
- verified-data and workflow integrations;
- carefully separated sponsorship and commercial partnerships.

Payment for APR services must never secretly purchase radio placement or alter
the reward engine. Editorial radio decisions, verification and commercial
services require explicit boundaries.

## 12. How value can accrue

APR contains several different forms of value. They must not be presented as
interchangeable.

| Stakeholder or asset          | Possible value source                                                                            | What it does not automatically provide |
| ----------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------- |
| Artist                        | rewards, services and future tokenization                                                        | company ownership                      |
| APR Token holder              | utility, market demand, limited governance                                                       | company revenue or guaranteed price    |
| Operating-company shareholder | enterprise value, possible distributions or exit proceeds                                        | automatic token ownership              |
| Founder                       | company equity, vested contributor allocation, compensation and artist rewards under equal rules | private ownership of treasury assets   |
| Treasury                      | ecosystem resources under a mandate                                                              | founders' personal funds               |

The strongest founder and investor alignment is created when value comes from
growing product usage, revenue, verified artist adoption and defensible data,
not from privileged reward rules or undisclosed token sales.

## 13. Financing model and investor return paths

### 13.1 Recommended seed structure

The recommended base case is:

1. equity, a SAFE-style agreement or another convertible instrument in the
   future operating company; and
2. only after specialist review, a separately documented right or warrant for
   a defined future token allocation.

This separates company ownership from token ownership and allows each to have
its own vesting, disclosures and risk terms. A direct public token sale is not
the recommended first financing step.

The operating-company jurisdiction has been selected as Delaware. The exact
instrument still depends on the formed entity, approved legal name, issuer,
investor type, offering jurisdiction and specialist legal review.

### 13.2 How investors may receive a return

No return is guaranteed. Depending on the signed investment instrument,
investor return may come from:

- appreciation in company equity demonstrated by later financing rounds;
- a permitted secondary sale or acquisition of the company;
- dividends or other shareholder distributions after sustainable
  profitability and formal approval;
- value in a separately granted future token right if APR Token is lawfully
  distributed and has executable liquidity;
- a specifically negotiated revenue-based instrument, if chosen instead of
  equity and legally valid.

Token buybacks benefit token holders generally. They do not automatically
create a return for an equity-only investor. If investors are intended to
participate in both company and token upside, both rights must be explicit in
the investment documents.

Investor return should be modelled with transparent formulas:

```text
Gross equity proceeds =
  fully diluted investor ownership at liquidity event
  × distributable equity proceeds

Equity MOIC =
  gross equity proceeds ÷ invested capital

Annualised return =
  (gross proceeds ÷ invested capital)^(1 ÷ holding years) - 1

Gross token-right value =
  vested and transferable investor APR
  × realistically executable net market price
```

For illustration only, an investment of USD 250,000 representing 10% on a
fully diluted post-transaction basis would have the following gross equity
outcomes before future dilution, preferences, transaction costs and taxes:

| Distributable company value at liquidity event | Illustrative investor proceeds | Gross MOIC |
| ---------------------------------------------: | -----------------------------: | ---------: |
|                                  USD 2,500,000 |                    USD 250,000 |         1× |
|                                 USD 10,000,000 |                  USD 1,000,000 |         4× |
|                                 USD 25,000,000 |                  USD 2,500,000 |        10× |
|                                 USD 50,000,000 |                  USD 5,000,000 |        20× |

These are arithmetic examples, not a proposed valuation or forecast. The
investor's actual ownership after conversion and future dilution must be shown
in a financing model. A token right must be valued separately using vested
tokens and executable liquidity, not the last displayed market price.

### 13.3 Proposed use of invested capital

The following allocation is a starting model for an investor round:

| Use of funds                                         |    Share | Investor value connection                               | Primary evidence                                      |
| ---------------------------------------------------- | -------: | ------------------------------------------------------- | ----------------------------------------------------- |
| Product, data and reward infrastructure              |      25% | stronger defensibility and reliable scale               | reconciled events, error rate, release velocity       |
| Revenue products and Super Pitch operations          |      20% | converts adoption into repeatable revenue               | sales, gross margin, fulfilment time, repeat purchase |
| Artist, label and partner distribution               |      20% | grows paying and rewarded network participants          | active artists, retention, acquisition cost           |
| Security, fraud controls and independent audits      |      12% | reduces loss, manipulation and launch risk              | audit findings, incident rate, fraud loss             |
| Managed infrastructure and operations                |      10% | moves the pilot from one machine to reliable production | uptime, restore tests, cost per event                 |
| Entity, IP, accounting and token-classification work |       8% | makes investment and future launch executable           | completed structure and approved policies             |
| Controlled contingency                               |       5% | protects runway against defined delivery risks          | board-approved use and runway reporting               |
| **Total**                                            | **100%** |                                                         |                                                       |

Capital should be released against milestones rather than token-price targets.
A proposed sequence is:

1. managed off-chain production and complete historical reconciliation;
2. repeatable Super Pitch and Credit revenue with measured unit economics;
3. security-reviewed APR Credits pilot;
4. Base Sepolia tokenization and reconciliation tests;
5. mainnet decision only after legal, security and market-readiness approval.

Invested capital must not be used for undisclosed market manipulation,
founders' personal token sales, fabricated rewards or guarantees of token
price. Any future liquidity budget must be separately disclosed and auditable.

### 13.4 Investor reporting

Investor reporting should show both business and network health:

- revenue, cash runway and gross margin;
- Super Pitch purchases and repeat usage;
- active verified artists and retained artists;
- verified plays, unique likes and disputed-event rate;
- reward emissions, queue depth and artist-pool runway;
- purchased Credits, outstanding Credit liability and redemptions;
- APR market-action reserves, completed purchases and burns;
- circulating supply, vesting unlocks and wallet concentration;
- liquidity depth and slippage, not only the displayed token price;
- security incidents, fraud loss and reconciliation exceptions.

This creates a visible chain from invested capital to product milestones,
commercial performance and the applicable investor return mechanism.

## 14. Governance

Company ownership and token governance are different.

### Phase A — founder-led and audited

The operating company controls product, staff, contracts, brand, editorial
radio policy and security. Sensitive administrative actions use named actors,
audit trails and dual control.

### Phase B — community proposals

APR holders and artists may submit proposals and participate in advisory
votes. Voting does not override company law, contractual obligations or
security controls.

### Phase C — limited on-chain governance

Locked APR may receive defined voting rights over selected ecosystem matters,
such as community grants or bounded treasury programs.

Governance must not be able to erase ledger history, seize earned artist
balances, create duplicate rewards, silently expand maximum supply, weaken
identity controls or buy editorial airplay.

## 15. Technical and security architecture

Phase 1 is a modular TypeScript, Fastify and PostgreSQL system. Its primary
economic protections include:

- database uniqueness for source events, reward units and redemptions;
- deterministic event and queue ordering;
- transactional account locks;
- append-only ledger and reward tables;
- idempotency for jobs and write APIs;
- replay-protected wallet authentication;
- role-based artist and administrative access;
- no storage of user private keys;
- reconciliation from source events to artist balances.

A materialized balance may be used for performance, but it is never the only
source of truth.

## 16. Historical data

APR is intended to include all available radio and like history, not only
activity after launch.

Each historical source item must receive an auditable result:

- imported;
- duplicate;
- rejected;
- manual review.

Legacy aggregate counters without event-level proof are retained for review but
do not automatically become verified APR. Production balances cannot be
described as fully reconciled until source totals, exception totals, reward
units and ledger credits agree.

## 17. On-chain roadmap

### Phase 1 — implemented pilot

- off-chain Artist Rewards;
- append-only ledger;
- wallet authentication;
- Super Pitch redemption;
- artist and administrator views;
- historical backfill mechanism.

### Phase 1.5 — production readiness

- managed database and application hosting;
- monitoring, backup and tested restoration;
- final verified-play and listener-identity policies;
- full historical reconciliation;
- production role and key management;
- final epoch calendar and rights-split policy.

### Phase 2 — Credits and commercial flywheel

- payment integration;
- Convertible and Service Credit ledgers;
- refund and reserve accounting;
- replacement of the non-market pilot APR reference with an approved,
  manipulation-resistant quote source;
- commercial unit-economics validation;
- published usage-impact policy.

### Phase 3 — technical genesis complete

- 2-of-3 Genesis Safe deployed on Base;
- fixed-supply APR Token deployed and source-verified;
- one billion APR minted once to Genesis Safe;
- official contract and deployment transaction published;
- no owner, administrator or additional mint path.

### Phase 4 — controlled activation

- finalize issuer, entity and jurisdiction before any offer;
- publish distributor contracts, allocations and vesting before tokens move;
- complete independent security and market-integrity review;
- define the relationship, if any, between off-chain Artist Rewards and APR
  Token;
- approve liquidity policy before opening a public market;
- obtain explicit product-owner and board approval for every activation stage.

The technical mainnet deployment occurred on 29 August 2026. This whitepaper
does not authorize a token sale, airdrop, reward conversion, public
distribution or liquidity pool. Those are separate decisions.

## 18. Benchmarks

APR is not a clone of one existing network. Its working benchmark stack is:

- **Helium:** separates a market token from stable service Data Credits
  generated through token burn. See
  [HNT](https://docs.helium.com/tokens/hnt-token/) and
  [Data Credits](https://docs.helium.com/tokens/data-credit/).
- **Render:** connects real paid work to a burn-and-mint equilibrium and
  non-transferable work credits. See
  [Render's token model](https://know.rendernetwork.com/basics/the-render-spl-token).
- **Basic Attention Token:** demonstrates a model in which verified attention
  can reward users and publishers. See the
  [BAT FAQ](https://basicattentiontoken.org/FAQ/).
- **Audius:** provides the closest music and artist-community comparison, while
  also showing why music positioning alone does not guarantee durable token
  value. See
  [Audius Fan Clubs](https://help.audius.co/product/fan-clubs).
- **BNB:** provides a benchmark for publishing recurring, auditable burn
  information, not a directly comparable company or valuation. See the
  [BNB Auto-Burn report](https://www.bnbchain.org/en/blog/36th-bnb-burn).

Historical price performance in other projects is not evidence of future APR
performance.

## 19. Principal risks

### Economic and market risk

APR Token may have no sustainable market demand or liquidity. Buybacks can be
overwhelmed by emissions or selling. A displayed market price may not be
realizable for a large holder.

### Credit reserve risk

Convertible Credits create a service or conversion obligation. Funds must not
be counted as unrestricted revenue while the obligation remains outstanding.

### Data and fraud risk

Fake plays, duplicate likes, compromised sources or incorrect artist mapping
can create false rewards. Verification, quarantine, rate limits and audit are
required.

### Legal and structural risk

Token, Credit and investor rights can be classified differently across
jurisdictions. Issuer, entity, offering and consumer policies must be decided
before launch.

### Regulatory communications risk

The legal treatment can depend on the transaction and on representations or
promises communicated by or for the issuer. Current US guidance expressly
recognizes websites, social channels and whitepapers as relevant communication
channels when evaluating purchasers' expectations. APR therefore must not
promise price appreciation, millionaire outcomes, guaranteed liquidity or a
guaranteed investor return. See the
[SEC's 2026 interpretation](https://www.sec.gov/files/rules/interp/2026/33-11412.pdf)
and its
[small-business transaction guide](https://www.sec.gov/resources-small-businesses/capital-raising-building-blocks/transactions-involving-crypto-assets).

For an applicable EU offer or admission to trading, this discussion draft does
not replace the MiCA crypto-asset white paper, notification, publication or
current machine-readable formatting requirements. See
[Regulation (EU) 2023/1114](https://eur-lex.europa.eu/eli/reg/2023/1114/oj)
and
[ESMA's MiCA implementation page](https://www.esma.europa.eu/esmas-activities/digital-finance-and-innovation/markets-crypto-assets-regulation-mica).

### Technology and custody risk

Smart-contract defects, key compromise, bridge errors and reconciliation
failures can cause permanent loss. Phase 1 deliberately contains no minting or
custodial private keys.

### Founder and concentration risk

Large founder, treasury or investor allocations can undermine trust or
liquidity. Published vesting, beneficial ownership and wallet transparency are
required.

### Product-market risk

Artists may value rewards but not purchase services. APR therefore needs
repeatable service revenue and retention, not reward issuance alone.

### Editorial-integrity risk

Commercial services must not become undisclosed pay-for-play. Radio selection,
reward verification and paid services require enforceable boundaries.

## 20. Decisions required before an investor offer

1. Form the selected Delaware operating entity and approve its legal name,
   issuer and IP owner.
2. Confirm the company's actual founder ownership and cap table.
3. Convert the approved product tokenomics into reviewed legal grant terms.
4. Approve the final treasury mandate and dual-control policy.
5. Approve the final strategic-contributor grant agreements.
6. Approve founder, contributor, partner and investor vesting contracts.
7. Finalize the investor instrument and whether it includes future token rights.
8. Validate the proposed use-of-funds percentages against the raise amount and
   runway.
9. Approve the APR Credit reserve, refund and conversion model.
10. Validate the 5% plus 15% illustrative usage-impact policy against actual
    Super Pitch margins.
11. Define verified reward-play evidence and listener-identity policy.
12. Complete historical reconciliation and production infrastructure.
13. Approve the epoch calendar, rights splits and reserve governance.
14. Complete security, contract and market-integrity reviews.
15. Approve the staged mainnet activation plan before any tokens leave Genesis
    Safe or any liquidity pool opens.

## 21. Core thesis

APR's long-term opportunity is not to create a token and then search for a
reason to use it.

It is to build a measurable artist economy first:

```text
real radio activity
→ verified evidence
→ fair artist rewards
→ useful artist services
→ repeatable revenue
→ transparent token demand
```

If APR succeeds, founders, artists, investors and token holders can all benefit
from the same underlying event: more trusted usage of the network. Their legal
rights and return paths remain different and must be documented separately.
