Add2CoinBeta Whitepaper
Version 2.0 — April 2026 — Add2Coin v1.9Add2Coin (A2C) is a patented blockchain advertising rewards protocol that automatically distributes cryptocurrency tokens to every participant in an advertising impression event — website owners, content creators, viewers, and referrers — simultaneously and transparently on the Polygon blockchain. This document describes the complete technical architecture, economic design, legal framework, and strategic roadmap.
Table of Contents
1. Abstract
The digital advertising industry generated over £600 billion in revenue globally in 2025. Of this sum, the individuals whose attention generates the value — the viewers — received nothing. Add2Coin is a patented protocol that corrects this structural imbalance by automatically routing a defined share of advertising-generated value to all participants in the impression chain simultaneously: the platform operator, the content publisher or website owner, the viewer, and up to three levels of referrers who built the network.
The protocol is implemented as a combination of client-side JavaScript (earn.js), a server-side attribution and settlement engine, and four interconnected smart contracts on the Polygon Mainnet blockchain. It is protected by UK patent application GB2606991.4, filed 28 March 2026, with PCT international filing planned before March 2027. The A2C token (Add2Coin) is an ERC-20 utility token with a hard maximum supply of one billion tokens, supported by an automatic buyback mechanism funded by platform advertising revenue.
Add2Coin is operated by AI Administrator Limited, a company registered in England and Wales (Companies House: 16262184), registered with the UK Information Commissioner's Office (ICO: A1126359).
2. The Problem: Advertising Value Extraction
Digital advertising operates on a fundamental economic asymmetry. An advertiser pays for a viewer's attention. A platform collects that payment. The viewer whose attention was purchased receives nothing. This has been the structure of digital advertising since its inception and has grown more pronounced as the industry consolidated around a small number of dominant platforms.
The consequences are significant:
- For viewers: Their attention, which is finite and valuable, is commoditised and sold without compensation or even acknowledgement. The average internet user is exposed to thousands of advertising impressions per week, generating significant economic value for platforms while receiving nothing in return.
- For publishers and content creators: The share of advertising revenue reaching independent publishers has declined steadily as platform intermediaries take larger cuts. Small and medium website owners receive a fraction of the value their audiences generate. Content creators on major platforms must reach high audience thresholds before receiving any revenue share.
- For referrers and network builders: The individuals who recommend products, share content, and build audiences that others monetise receive no systematic share of the advertising value their recommendations create. Affiliate programmes exist but are fiat-denominated, non-transparent, and restricted to specific commercial contexts.
Several partial solutions have been attempted. Brave Browser's Basic Attention Token (BAT) pays viewers for watching ads but requires installation of a specific browser and provides no multi-level attribution. Survey and task completion platforms pay small amounts for defined actions but are isolated from the mainstream advertising economy. Traditional affiliate programmes distribute some revenue to referrers but not to viewers, and use opaque fiat payment systems.
No prior solution has created a universal, transparent, automatic mechanism for distributing advertising value across all participants in the impression chain simultaneously, without requiring installation on any device, across all content types and platforms.
3. The Add2Coin Solution
Add2Coin solves the advertising value extraction problem through a five-component protocol:
3.1 No-Install Universal Distribution
Any website or content platform can participate by including a single remote script reference (earn.js) in their content. No browser extension, application, plugin, or device modification is required. This enables universal adoption across any website, regardless of the platform, CMS, or technology stack being used.
3.2 Genuine Engagement Verification
The protocol verifies genuine human attention using cumulative visible duration measurement. The engagement timer runs only when the content is in the foreground and visible to the user, using the browser Page Visibility API. The timer pauses when the tab is hidden, the window is minimised, or the device screen is locked. This ensures that only genuine, active human attention generates rewards, preventing automated or background loading from inflating token supply.
3.3 Simultaneous Multi-Level Attribution
When the engagement threshold is reached, the server resolves the complete attribution chain before any tokens are allocated. The chain includes the platform operator, the content embedder (website owner), the registered viewer, and up to three levels of referrers who introduced participants to the network. All parties are identified simultaneously. Allocation calculations are performed once, atomically, for all parties at once.
3.4 Deflationary Non-Allocation
When a party in the attribution chain does not exist (no registered viewer, no referrer at a given level), their allocation is permanently omitted. It is not created, not held by the platform, and not redistributed to other parties. This deflationary mechanism ensures that actual circulating token supply is always below the theoretical maximum, and that token value is not diluted by unearned allocations.
3.5 Deferred Batch Blockchain Settlement
Token allocations are recorded in the platform database in real time as impression events occur. Each night, all verified pending allocations are settled to the blockchain in a single batch transaction via the batchMint() function on the A2CToken smart contract. This two-phase approach provides real-time responsiveness for users while maintaining on-chain verifiability and cost efficiency through transaction batching.
The result: A complete, automatic, transparent system that pays every participant in an advertising impression event — the platform, the publisher, the viewer, and the network builders who made it possible — simultaneously, verifiably, and without requiring any installation on any device. All of this is protected by pending patent GB2606991.4.
4. Patent Protection: GB2606991.4
Add2Coin filed patent application GB2606991.4 with the UK Intellectual Property Office on 28 March 2026. The application contains twelve claims covering the method and system described in this whitepaper. The priority date of 28 March 2026 is secured globally.
4.1 Claim Structure
The patent contains two independent claims (Claims 1 and 2) which are the broadest and most significant, and ten dependent claims which add specific layers of protection:
| Claim | Description | Key Novelty |
|---|---|---|
| 1 (Independent) | The complete method as a process | Combination of all five protocol components in a single unified system |
| 2 (Independent) | The complete system as components | Same invention described as hardware/software system rather than method |
| 3 | Deflationary non-allocation | Absent parties receive zero permanently — not redistributed or deferred |
| 4 | Activity-triggered epoch reduction | Emission rate halves at cumulative event thresholds, not time intervals |
| 5 | Anonymous cross-context attribution | Pseudonymous identifier without account creation or PII |
| 6 | Server-side cryptographic settlement | No user-held keys required at settlement time |
| 7 | Batch settlement | Single ledger instruction for all pending recipients regardless of event count |
| 8 | Revenue buyback and burn | Ad revenue converted to tokens via secondary market with permanent destruction |
| 9 | Engagement verification by visibility | Cumulative active state duration, technology-agnostic measurement |
| 10 | Configurable attribution depth | N levels with per-level allocation schedule, any depth covered |
| 11 | No-install integration | Single remote resource reference, no device modification required |
| 12 | Hybrid accounting and settlement | Immediate database recording, separate deferred ledger settlement |
4.2 Technology-Agnostic Scope
The claims are deliberately written in technology-agnostic language to prevent design-arounds. Key terms cover any implementation medium: "client-side executable code" (not JavaScript specifically), "user agent" (not browser specifically), "engagement parameter" (any measurable attention signal). This means the same patent protection applies to implementations in smart TV apps, podcast SDKs, mobile applications, digital signage controllers, streaming service integrations, and AI assistant interfaces.
4.3 International Filing
A PCT international patent application is planned before the hard deadline of 28 March 2027. This filing will extend protection to 150+ countries including the United States, European Union, China, Japan, Canada, and Australia. National phase entries in the US and EU are the highest priority given the location of major advertising technology companies.
For licensing enquiries: Any platform implementing a system falling within the patent claims — distributing advertising rewards across a multi-level attribution chain with engagement verification and blockchain settlement, in any medium — requires a licence. Contact contact@add2coin.com. Licensing terms are available for platforms of all sizes.
5. Technical Architecture
5.1 earn.js — Client-Side Component
earn.js is a lightweight JavaScript file served remotely from add2coin.com. Website owners include it via a single script tag with their referral code as a query parameter. On load, it: authenticates the visitor against their Add2Coin session identifier stored in local storage; fetches current platform configuration including engagement thresholds and ad content; injects the ad overlay into the page; and begins measuring cumulative visible time using the Page Visibility API.
When the engagement threshold is reached, earn.js fires an impression event to the Add2Coin API endpoint with the referral code, visitor identifier (if authenticated), engagement duration, and session metadata for fraud analysis. The script is loaded asynchronously and does not affect page rendering performance.
5.2 Server-Side Attribution Engine
The server-side engine receives impression events, validates them against fraud signals (IP reputation, timing patterns, behavioural analysis), resolves the complete attribution chain, records token allocations in the database, and returns a confirmation to the client. Attribution chain resolution is performed in a single database query to ensure atomicity — all parties in the chain are identified before any allocation is recorded.
5.3 Settlement Engine
A cron job running nightly at midnight processes all verified pending allocations. It constructs a batch mint call containing all pending recipients and their amounts, signs the transaction using the cron wallet private key (stored securely above the public web root), and broadcasts it to the Polygon network via Alchemy RPC. The batchMint() function on the A2CToken contract verifies the caller has MINTER_ROLE and mints tokens to all recipients in a single transaction.
5.4 Fraud Prevention
Multiple layers of fraud prevention protect the integrity of token supply: engagement verification using the Page Visibility API prevents background loading; server-side validation checks timing anomalies and IP reputation; rate limiting prevents excessive impression generation; identity verification (KYC) is required before the first withdrawal; and the two-phase settlement system provides a review window before tokens are permanently minted on-chain.
6. Token Economics
6.1 Base Emission Rate
Every qualifying ad impression allocates up to 1.00 A2C at the Epoch 0 base rate. The allocation is distributed across the attribution chain as follows:
| Recipient | A2C (Epoch 0) | Share | Condition |
|---|---|---|---|
| Platform (AI Administrator Ltd) | 0.35 | 35% | Always allocated |
| Embedder (website owner) | 0.20 | 20% | Always allocated when earn.js present |
| Watcher (registered visitor) | 0.20 | 20% | Only if visitor has an account |
| L1 Referrer | 0.15 | 15% | Only if exists in chain |
| L2 Referrer | 0.07 | 7% | Only if exists in chain |
| L3 Referrer | 0.03 | 3% | Only if exists in chain |
| Maximum per impression | 1.00 | 100% | When all parties present |
6.2 Epoch Emission Reduction
The base emission rate halves automatically every 50 million cumulative impressions across the network. This is activity-triggered, not time-triggered, rewarding early network participants with higher emission rates:
| Epoch | Impression Range | A2C per Impression | Watcher Share | Embedder Share |
|---|---|---|---|---|
| 0 (current) | 0 – 50 million | 1.000 | 0.200 | 0.200 |
| 1 | 50M – 100M | 0.500 | 0.100 | 0.100 |
| 2 | 100M – 150M | 0.250 | 0.050 | 0.050 |
| 3 | 150M – 200M | 0.125 | 0.025 | 0.025 |
| 4+ | 200M+ | Halves again every 50M | Supply approaches 1B asymptotically, cap never reached | |
6.3 Hard Supply Cap
The absolute maximum supply of A2C is 1,000,000,000 tokens (one billion), enforced in the A2CToken smart contract. This cap is immutable and cannot be changed by any party. The epoch halving mechanism ensures the cap is mathematically unreachable — supply approaches one billion asymptotically but can never touch it. The deflationary non-allocation mechanism (absent parties tokens are never minted) further reduces actual circulating supply below the theoretical maximum.
Supply projection at sustained 1 million impressions per day: Epoch 0 (1.00 A2C/impression) lasts approximately 50 days, generating approximately 35–50 million A2C depending on chain completeness. At one year, total circulating supply would be approximately 55–70 million A2C — under 7% of the hard cap. The cap provides headroom for decades of growth.
6.4 Deflationary Non-Minting
This mechanism (Claim 3 of GB2606991.4) is one of the most novel elements of A2C tokenomics. When any party in the attribution chain is absent — unregistered visitor, no referrer at a given level — that party allocation is permanently omitted from issuance. It is not held, redistributed, or deferred. A fully anonymous visitor viewing an ad on a site with no referral chain generates only 0.35 A2C instead of the maximum 1.00 A2C. The 0.65 A2C difference is never created. This ensures that actual circulating supply is always significantly below what a system with redistribution would produce.
7. Smart Contract Architecture
All contracts are deployed on Polygon Mainnet (Chain ID: 137) and publicly verified on Polygonscan. All addresses are publicly verifiable:
| Contract | Address | Purpose |
|---|---|---|
| A2CToken | 0x999ca1479AF9d38933F8EbF7Bb1d2470aFcc337C | ERC-20 token contract. Hard cap enforcement, MINTER_ROLE access control, batchMint(), pause functionality. |
| RevenueRouter | 0xe3010c69fcdba469d7aadce82edcff090ebb378b | Receives advertising revenue, routes 70% to Uniswap V3 pool for A2C buyback, 20% to TreasuryWallet, 10% to OperationsKeeper. |
| TreasuryWallet | 0x22E4C1E996f9c9180492c8424067671a35F376DD | Long-term reserve vault. Receives 20% of ad revenue. Auto-converts holdings periodically. |
| OperationsKeeper | 0x5Ad3fC0cf7EDeaBE067ABd0A0bB36e09efb6F479 | Operational expense fund. Receives 10% of ad revenue. Maintains cron wallet gas balance automatically. |
7.1 Uniswap V3 Liquidity Pool
A2C is traded via a Uniswap V3 pool on Polygon Mainnet at address 0xfaabafca5df0293c95640e99b150ee6fb5badb44. The pool operates at the 1% fee tier and was seeded with 136.5 POL and 10,000 A2C, establishing an opening price of approximately £0.001 per A2C. The Liquidity Provider NFT (#2883553) is held by the platform wallet. The RevenueRouter directs 70% of all advertising revenue to this pool as buy-side demand, creating an automatic, ongoing price support mechanism proportional to platform revenue.
7.2 Security Architecture
The cron wallet private key is stored in a PHP secrets file above the public web root (chmod 0400, inaccessible via HTTP). The MINTER_ROLE has been granted to both the cron wallet and the RevenueRouter contract on the A2CToken. All admin operations require authentication via bcrypt-hashed credentials. HTTPS is enforced via Let's Encrypt. All sensitive paths are blocked via .htaccess.
8. Revenue and Value Flow
The Add2Coin platform generates revenue through Google AdSense advertising displayed on the Watch & Earn page and on participating embedded sites. Revenue flows as follows:
| Revenue Destination | Allocation | Mechanism | Purpose |
|---|---|---|---|
| RevenueRouter → Uniswap V3 Pool | 70% | Automatic on-chain swap via RevenueRouter smart contract | Buys A2C from open market, partially burns, creates sustained buy-side demand |
| TreasuryWallet contract | 20% | Direct routing by RevenueRouter | Long-term reserves, strategic investment, future development |
| OperationsKeeper contract | 10% | Direct routing by RevenueRouter | Platform operating costs, gas fees, server infrastructure |
The economic flywheel: More embedded sites → more impressions → more ad revenue → more buyback demand → higher A2C price → more valuable rewards → more embedded sites. Each component reinforces the others. The patent protects the mechanism from competitive duplication.
9. Expansion Channels
The patent claims are technology-agnostic, enabling the same protocol to be applied across every advertising medium. Current and planned expansion channels:
| Channel | Status | Engagement Parameter | Addressable Market |
|---|---|---|---|
| Web (earn.js) | Live | Page visibility duration | 2 billion websites globally |
| WooCommerce / PrestaShop | Live | Page visibility duration | 30M+ e-commerce stores |
| YouTube / Video Platforms | Development | Video completion percentage | £30B+ creator economy |
| Mobile Apps / Gaming | Planned 2026 | Video completion / interaction | £20B+ rewarded ad market |
| Smart TV | Planned 2026 | Active viewing duration | £15B+ CTV ad market |
| Podcasts / Audio | Planned 2026 | Audio playback duration | £4B+ podcast ad market |
| Digital OOH Screens | Planned 2027 | Proximity duration / QR scan | £14B+ DOOH market |
| Streaming Services | Licensing target | Ad completion percentage | £50B+ streaming ad market |
10. Legal Framework
10.1 Token Classification
A2C is a utility token. It is not a security, financial instrument, structured product, or electronic money under UK or EU law. It does not represent ownership in AI Administrator Limited, rights to company profits, or any investment return. Its value is determined entirely by open market activity and its utility within the Add2Coin network. Participation in the network and earning of A2C tokens requires no financial investment.
10.2 Regulatory Compliance
- Data Protection: Operated in compliance with UK GDPR. ICO Registration A1126359. Privacy Policy at add2coin.com/privacy.
- Anti-Money Laundering: Identity verification (KYC) required before first token withdrawal, in compliance with UK Money Laundering Regulations 2017.
- Advertising Standards: Platform rewards ad views (time-based), not clicks, maintaining compliance with Google AdSense policies.
- Tax: Patent Box election planned upon patent grant (10% corporation tax rate on patent-attributed profits vs 25% standard rate). VAT: MTD-compliant system implemented.
10.3 Ownership Structure
Patent application GB2606991.4 is owned personally by Andrew Martin Akka, director of AI Administrator Limited. AI Administrator Limited holds an exclusive commercial licence to the patent. This structure ensures the patent asset is held in the personal estate of the inventor and passes to his heirs under his will, while the company retains the right to operate commercially under the licence agreement.
11. Roadmap
12. Conclusion
Add2Coin represents a fundamental structural change in how advertising value is distributed. For the first time, every participant in an advertising impression event — the platform, the publisher, the viewer, and the network builders who made the connection possible — receives their share automatically, transparently, and on the blockchain.
The protocol is live on Polygon Mainnet. The smart contracts are deployed and verified. The Uniswap V3 liquidity pool is seeded and trading. The pending patent GB2606991.4 protects the mechanism across every current and future advertising channel. The PCT international filing will extend this protection globally before March 2027.
The advertising industry has extracted value from human attention for decades without compensation. Add2Coin makes that extraction impossible to sustain — not by fighting the industry, but by making the fairer model the technically superior, economically rational, and legally protected alternative.
Early participants, both users and embedded site owners, join at the highest emission rate, at the lowest token price, and with the deepest referral network potential. The mathematics, the technology, and the patent all favour those who participate first.
Contact: Partnership and licensing enquiries: contact@add2coin.com • Developer documentation: add2coin.com/docs • On-chain verification: polygonscan.com/token/0x999ca1479AF9d38933F8EbF7Bb1d2470aFcc337C