Add2CoinBeta Whitepaper

Version 2.0 — April 2026 — Add2Coin v1.9
⚖️ Patent Pending GB2606991.4 — Filed 28 March 2026 — UK Intellectual Property Office

Add2Coin (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.

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.

⚖️ Application GB2606991.4 — Applicant: Andrew Martin Akka — Licensee: AI Administrator Limited

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:

ClaimDescriptionKey Novelty
1 (Independent)The complete method as a processCombination of all five protocol components in a single unified system
2 (Independent)The complete system as componentsSame invention described as hardware/software system rather than method
3Deflationary non-allocationAbsent parties receive zero permanently — not redistributed or deferred
4Activity-triggered epoch reductionEmission rate halves at cumulative event thresholds, not time intervals
5Anonymous cross-context attributionPseudonymous identifier without account creation or PII
6Server-side cryptographic settlementNo user-held keys required at settlement time
7Batch settlementSingle ledger instruction for all pending recipients regardless of event count
8Revenue buyback and burnAd revenue converted to tokens via secondary market with permanent destruction
9Engagement verification by visibilityCumulative active state duration, technology-agnostic measurement
10Configurable attribution depthN levels with per-level allocation schedule, any depth covered
11No-install integrationSingle remote resource reference, no device modification required
12Hybrid accounting and settlementImmediate 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:

RecipientA2C (Epoch 0)ShareCondition
Platform (AI Administrator Ltd)0.3535%Always allocated
Embedder (website owner)0.2020%Always allocated when earn.js present
Watcher (registered visitor)0.2020%Only if visitor has an account
L1 Referrer0.1515%Only if exists in chain
L2 Referrer0.077%Only if exists in chain
L3 Referrer0.033%Only if exists in chain
Maximum per impression1.00100%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:

EpochImpression RangeA2C per ImpressionWatcher ShareEmbedder Share
0 (current)0 – 50 million1.0000.2000.200
150M – 100M0.5000.1000.100
2100M – 150M0.2500.0500.050
3150M – 200M0.1250.0250.025
4+200M+Halves again every 50MSupply 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:

ContractAddressPurpose
A2CToken0x999ca1479AF9d38933F8EbF7Bb1d2470aFcc337CERC-20 token contract. Hard cap enforcement, MINTER_ROLE access control, batchMint(), pause functionality.
RevenueRouter0xe3010c69fcdba469d7aadce82edcff090ebb378bReceives advertising revenue, routes 70% to Uniswap V3 pool for A2C buyback, 20% to TreasuryWallet, 10% to OperationsKeeper.
TreasuryWallet0x22E4C1E996f9c9180492c8424067671a35F376DDLong-term reserve vault. Receives 20% of ad revenue. Auto-converts holdings periodically.
OperationsKeeper0x5Ad3fC0cf7EDeaBE067ABd0A0bB36e09efb6F479Operational 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 DestinationAllocationMechanismPurpose
RevenueRouter → Uniswap V3 Pool70%Automatic on-chain swap via RevenueRouter smart contractBuys A2C from open market, partially burns, creates sustained buy-side demand
TreasuryWallet contract20%Direct routing by RevenueRouterLong-term reserves, strategic investment, future development
OperationsKeeper contract10%Direct routing by RevenueRouterPlatform 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:

ChannelStatusEngagement ParameterAddressable Market
Web (earn.js)LivePage visibility duration2 billion websites globally
WooCommerce / PrestaShopLivePage visibility duration30M+ e-commerce stores
YouTube / Video PlatformsDevelopmentVideo completion percentage£30B+ creator economy
Mobile Apps / GamingPlanned 2026Video completion / interaction£20B+ rewarded ad market
Smart TVPlanned 2026Active viewing duration£15B+ CTV ad market
Podcasts / AudioPlanned 2026Audio playback duration£4B+ podcast ad market
Digital OOH ScreensPlanned 2027Proximity duration / QR scan£14B+ DOOH market
Streaming ServicesLicensing targetAd completion percentage£50B+ streaming ad market

11. Roadmap

1
Platform Core — CompleteRegistration, dashboard, earn.js embed system, multi-level attribution, nightly batch settlement, admin panel, fraud detection system.
2
Smart Contract Deployment — Complete (April 2026)A2CToken, RevenueRouter, TreasuryWallet, OperationsKeeper deployed on Polygon Mainnet. Uniswap V3 pool seeded. MINTER_ROLE granted. All contracts verified on Polygonscan.
3
Patent Filing — Complete (28 March 2026)GB2606991.4 filed with UK IPO. Priority date secured globally. Search and examination requested.
4
AdSense Approval & Mainnet Switch — In ProgressGoogle AdSense review submitted. Upon approval, network switches from Amoy testnet to Polygon Mainnet and live A2C minting begins.
Public Beta Launch — Q2 2026Open registration promoted publicly. Target: 1,000 embedded sites within 90 days of launch. Coinbase automation for revenue routing activated.
PCT International Patent Filing — Before March 2027PCT application covering USA, EU, China, Japan, and 150+ countries. Engage patent attorney by October 2026.
Mobile SDK & YouTube Integration — Q3 2026iOS and Android SDKs. YouTube creator embed widget. Chrome extension for YouTube ad rewards. Mobile gaming rewarded ad integration.
8
Smart TV Applications — Q4 2026Samsung Tizen, LG webOS, Android TV APK. EV charging screen network partnerships. Digital OOH network integrations.
9
Licensing Programme — 2027Formal licensing programme for platforms wishing to implement the patented protocol. Priority targets: podcast platforms, streaming services, smart TV manufacturers, e-commerce platforms.
10
Exchange Listings & DeFi Integrations — 2027Centralised exchange listings as volume grows. DeFi protocol integrations. Cross-chain bridge to Ethereum Mainnet for broader liquidity.

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