diff --git a/public/assets/my.js b/public/assets/my.js index a286cc5..7ff05a2 100644 --- a/public/assets/my.js +++ b/public/assets/my.js @@ -1405,9 +1405,23 @@ })); } catch (e) {} } + // The announcement cards at the top of the Overview are repeated on a timer, so a member who has read + // one can put it away: dismissed for the rest of this browser session, back at the next sign-in + // (Marty, 2026-09-22) so a message nobody has acted on is never gone for good. + function cardHidden(key) { try { return sessionStorage.getItem('iap-hide-' + key) === '1'; } catch (e) { return false; } } + function cardDismiss(card, key) { + if (!card || card.querySelector('.card-x')) return; + const x = document.createElement('button'); + x.type = 'button'; x.className = 'card-x'; x.innerHTML = '×'; + x.title = 'Hide this until my next sign-in'; + x.setAttribute('aria-label', 'Hide this message until my next sign-in'); + x.addEventListener('click', () => { try { sessionStorage.setItem('iap-hide-' + key, '1'); } catch (e) {} card.hidden = true; }); + (card.querySelector('.card-head') || card).appendChild(x); + } // Five Dollar Friday card on the Overview: the live wave on Fridays, the date the rest of the week async function loadFridayCard() { const card = $('fdfCard'); if (!card) return; + if (cardHidden('fdf')) { card.hidden = true; return; } try { const f = await (await fetch('/api/friday')).json(); if (!f.on) { card.hidden = true; return; } card.hidden = false; @@ -1418,6 +1432,7 @@ + '

Every Friday (Central time), any ad package from $5 up earns +' + f.pct + '% bonus credits, added the moment it settles. The whole network buys on the same day, so every line gets paid at once. Next one: ' + (f.nextLabel || 'soon') + '.

' + ''; const b = $('fdfBuy'); if (b) b.addEventListener('click', () => { const m = document.querySelector('.bo-menu [data-pane="buy"]'); if (m) m.click(); }); + cardDismiss(card, 'fdf'); } catch (e) {} } loadFridayCard(); setInterval(loadFridayCard, 120000); @@ -1429,17 +1444,21 @@ const nav = $('polhunterNav'); if (nav) nav.hidden = false; // listed in the menu from launch morning (Marty, 2026-09-21); the card below is the announcement and waits for launchAt const cfg = await IAP.getConfig(); const at = cfg.launchAt ? new Date(cfg.launchAt).getTime() : 0; if (!at || Date.now() < at) return; - const card = $('phLaunch'); if (!card || phShown) return; phShown = true; card.hidden = false; + const card = $('phLaunch'); if (!card || phShown) return; + if (cardHidden('phLaunch')) { card.hidden = true; return; } + phShown = true; card.hidden = false; card.innerHTML = '

\u{1F3AF} New today: PolHunter

Launch-day surprise
' + '

Missions across our sites. Visit the site, find your personal code on the page, tap it to copy, paste it on your board, and a random drip of POL lands in the wallet on this account, on chain, with a link to prove it. Three missions a day, a leaderboard with weekly POL prizes, and badge cards you can share. Your PolHunter share link puts sign-ups on your InstantAdPay line.

' + 'Open my PolHunter board The teaser'; const tb = $('phTrain'); if (tb) tb.addEventListener('click', () => { const m = document.querySelector('.bo-menu [data-pane="training"]'); if (m) m.click(); }); + cardDismiss(card, 'phLaunch'); } catch (e) {} } launchReveal(); setInterval(launchReveal, 30000); // came from PolHunter (iap.return cookie): one card at the top of the Overview that sends them back async function loadReturnCard() { const card = $('phReturn'); if (!card) return; + if (cardHidden('phReturn')) { card.hidden = true; return; } try { const me = await (await fetch('/api/me')).json(); if (me.returnTo !== 'polhunter') { card.hidden = true; return; } @@ -1448,6 +1467,7 @@ ? '

Your wallet is linked, so your board is ready.

Back to PolHunter' : '

One step left: link the wallet your POL drips will be paid to. The moment it is linked you go straight back.

'); const b = $('phGoWallet'); if (b) b.addEventListener('click', () => { const m = document.querySelector('.bo-menu [data-pane="wallet"]'); if (m) m.click(); }); + cardDismiss(card, 'phReturn'); } catch (e) {} } async function loadCoach() { diff --git a/public/assets/site.css b/public/assets/site.css index 44effec..cc7c4a2 100644 --- a/public/assets/site.css +++ b/public/assets/site.css @@ -388,6 +388,12 @@ textarea{resize:vertical;font:inherit} .chip.warm{background:rgba(255,178,56,.12);color:var(--amber)} .card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px} .card-head .sub{font-size:12px;color:var(--muted)} +/* dismiss on the announcement cards at the top of the Overview (Marty, 2026-09-22): + hides the card for the rest of this browser session, back at the next sign-in */ +.card-x{flex:none;align-self:center;margin:-4px -6px 0 2px;width:28px;height:28px;border-radius:50%; + border:1px solid var(--line);background:transparent;color:var(--muted);font-size:19px;line-height:1; + cursor:pointer;display:grid;place-items:center;padding:0} +.card-x:hover{border-color:var(--line-strong);color:var(--ink);background:rgba(139,166,156,.1)} /* bar chart (divs, real data) */ .barchart{display:flex;align-items:flex-end;gap:6px;height:120px;margin-top:14px} .barchart .bar{flex:1;min-width:6px;background:linear-gradient(180deg,var(--mint),rgba(67,232,195,.25)); diff --git a/public/index.html b/public/index.html index 8af70fc..46025c8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,503 +1,503 @@ - - - - -InstantAdPay: advertise and earn, locked in code - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - - - - -
-

Advertise and earn instantly.
Locked in code, not promises.

-

Buy real ad packages from 5 to 250 dollars. Every purchase settles through - a smart contract you can read yourself, and your earnings land in - your own wallet before the page even refreshes.

-

One crypto, one network: packages are paid in POL on Polygon and every payout arrives as POL in your wallet. Buy POL with a card inside if you have never held any.

- - -
-
–
On-chain members
-
–
Packages bought
-
–
POL settled
-
–
Instant payouts
-
-

every number above is read from the blockchain, not a marketing database

- -
-
- - - -
-
-
-

The whole platform in four minutes

-

What it is, what you get free, how the ads run, how the money moves, and how a line gets built. Watch this first.

-
-
- -
-

No income is promised. Every figure in the video is a rule of the contract.

-
-
-
-
-
-

Instant payments without compromise

-

Most referral programs run on a database someone can change after you promote. - This one runs on Polygon, split by a contract nobody can touch. Not even us.

-
-
-
-
-

Paid in the same transaction

-

The purchase and every payout are one blockchain event. No balances held, no withdrawal - button, no company touching the money.

-
-
-
-

Rules that cannot move

-

50-20-10 across three levels plus a 20 percent platform fee, written as constants in an - immutable contract. There is no function to change them.

-
-
-
-

Verifiable by anyone

-

Every payment streams to a public ledger with a verify link straight to the block explorer. - If it is not there, it did not happen.

-
-
-
-
- -
-
-
-

Why this is not another ad site

-

You have seen traffic exchanges, click-to-earn sites and solo-ad sellers. Here is the honest side by side.

-
-
- - - - - - - - - - -
Typical advertising siteInstantAdPay
Referral commission5 to 15 percent, often only after a minimum balance50 percent to the direct sponsor, then 20 and 10 on the next two levels
When you get paidRequest a withdrawal, wait for approval, hopeIn the same transaction the package sells
Who holds the moneyThe site's balance, at the owner's discretionNobody. The contract splits it to real wallets. There is no balance to hold
Can the rules changeWhenever the owner edits a settingNever. 50 / 20 / 10 / 20 are constants in a verified, immutable contract
ProofA number on a dashboardEvery payout is a public transaction you can open yourself
Ad viewsTimers that run while nobody looksA 10-second dwell, a human check, and a server-side clock
CreditsPoints that expire or get devalued1 credit = 1 cent of delivery, recorded on-chain, spent only by your campaigns
JoiningInstall an app, connect a wallet, then maybe readEmail first. The wallet comes when you are ready to be paid
AdvertisingPay to be seen by people who are paid to clickSeven formats delivered to members who buy ads themselves, with verified visits and finished video views
-

No income is guaranteed. Results depend on your effort. Cryptocurrency involves risk of loss. InstantAdPay sells advertising; it is not an investment.

-
-
- -
-
-
-

Watch the money move

-

This is a live view, not a brochure. Real purchases split into real payouts, - each one a click away from the raw transaction.

-
-
-
-
-
-

Buy a package

-

Priced in dollars, settled in POL at the live oracle rate. Overpayment refunds itself in the same transaction.

-
-
-
-

The contract splits it

-

Half to the direct sponsor, then levels 2 and 3, then the platform. Automatically, immediately, every time.

-
-
-
-
instantadpay.com/ledger
-
-
🧾 member #7 bought package #2 ($20.00)−213 POL
-
💸 level 1 payout → member #3+106.5 POL
-
💸 level 2 payout → member #2+42.6 POL
-
💸 level 3 payout → member #1+21.3 POL
-
🏛 platform fee settled42.6 POL
-
⭐ member #3 now has 2 qualifying buyerslevel 2 ✓
-
-
-
-
-
-

Straight to their wallets

-

Recipients get POL in their own wallets within seconds. Nothing to claim, nothing to request.

-
-
-
-

Credits mint on-chain

-

One credit is one cent of ad delivery across the network. Only your campaigns can ever spend them.

-
-
-
-

Amounts shown are the $20 worked example at the current oracle rate. Open the real ledger →

-
-
- -
-
-
-
- - - - - - - - - - - - - - - - - - - 50% - - - - - - - - - - - - - - - - - - - - - -
-
-

Earn deeper as your people buy

-

Levels unlock by performance, never by payment. Refer buyers, and their - shares of every future purchase route to you automatically.

-
- - - -
-

Activate with the $20 starter package and switch on payouts from your wallet. From then on your direct referrals each pay you 50 percent of every package they ever buy, in POL, straight to your wallet. Until you activate, you earn ad credits, not POL.

-
    -
  • No withdrawal requests, ever. Every payment sends straight to your wallet.
  • -
  • Unqualified shares visibly pass up to the next qualified person
  • -
  • Qualification never expires and can never be bought
  • -
-
-
-
-
- -
-
-
-

Real ad inventory. Real eyeballs.

-

This is not phantom traffic or empty impressions. Seven ad formats run right now, - reaching members who are themselves marketers buying traffic — and members earn credits back - for the attention they give.

-
-
-
-
-

Display banners live

-

All standard sizes, live across our network, priced per impression. You pay for views, not guesses.

-
-
-
-

Text ads live

-

A headline plus a support line, placed where members actually look. Also per impression, also live right now.

-
-
-
-

Login ads live

-

The moment a member signs in, your ad is the toll gate: they open your page in a fresh tab - while a countdown holds their dashboard. Just a link is enough — add a banner if you have - one. Priced per day.

-
-
-
-

Video ads live

-

Upload a video or drop a link, and pick how long members must watch — 10, 30 or 60 seconds. - They watch in a player that can't be skipped, the clock runs on our server, and you pay only - for completed views. There's a full-screen Shorts feed too.

-
-
-
-

Solo ads live

-

Your full message — rich text, an image or video, and a call-to-action button — delivered - straight into member inboxes on-site and by email. Priced per guaranteed delivery, and readers - earn credits for a real read, so your message gets opened, not skimmed past.

-
-
-
-

Featured rotation live

-

Book your link into the featured rotation by the day — 1, 2 or 7 days — with a hard cap on how - many links share a day and the occupancy shown before you buy. The only rotator that tells you - the dilution up front, because hiding it is a sucker move.

-
-
-
-

Verified visits live

-

Buy a pack of guaranteed unique human visits. Each one is a different member who stayed the - full dwell and passed a human check — no bots, no recycled clicks, no repeats, just real visits - you can count on.

-
-
-
-
- -
-
-
-

What you get as a member

-

Free membership gets you in the door with a working account and the ability to earn - from day one. Buy any package and the real firepower unlocks.

-
-
-
-

Credits: everyone earns these

-

Ad credits are the currency of the ad platform. One credit is one cent of ad delivery. They are not money and are never withdrawn.

-
    -
  • Earned free by viewing ads, watching videos, verified visits, inbox ads and the daily sign-in
  • -
  • Welcome credits on day one, badge bonuses as your team grows
  • -
  • Spent on your own banner, text, video and solo campaigns
  • -
-
-
-

POL: activated members earn this

-

POL is real crypto, paid to your own wallet by the contract in the same transaction someone in your line buys a package. Nobody holds it for you.

-
    -
  • Activate: the $20 starter package (2,000 credits to advertise with) and payouts switched on from your wallet
  • -
  • Level 1 pays 50 percent of every package your direct referrals buy, from the day you are activated
  • -
  • Levels 2 and 3 open when 2, then 5, of your referrals buy a $20 or larger package
  • -
  • If you are not activated when someone in your line buys, that share passes up to the next member above you who is
  • -
-
-
-
-
-

Free membership includes

-
    -
  • A member account and the live ledger
  • -
  • Welcome credits to taste real ad delivery
  • -
  • Earn more credits by viewing ads, watching videos, making verified visits and reading solo ads
  • -
  • Your line banner, shown to your next three levels as they join
  • -
  • Your own shareable profile page with a scannable join QR code
  • -
  • Achievement badges and credit bonuses as your team grows
  • -
  • Your personal referral link, working from day one
  • -
  • Your invite link and line from day one; activate with the $20 starter package to earn POL on your referrals' purchases
  • -
-
-
-

Any package adds

-
    -
  • On-chain ad credits minted the moment you buy
  • -
  • All seven ad formats, with live stats and a dashboard of charts per campaign
  • -
  • Top up any campaign anytime, and message your whole downline
  • -
  • A full arsenal of promotional tools and a ready-made banner kit, personalized with your link
  • -
  • Packages of $20 or more count toward qualification
  • -
-
-
-
-
- -
-
-
-

The ad packages

-

Priced in dollars, settled in POL at the moment you buy. Packages of $20 or more - count toward your sponsor's qualification.

-
-
Loading live prices from the contract…
-
-
50%
direct sponsor
-
20%
level 2
-
10%
level 3
-
20%
platform
-
-
-
- -
-
-
-

Run your what-if

-

Play with a scenario and see how the contract would split it. This is arithmetic on the - locked percentages, not a prediction and not a promise. Nobody earns a cent unless real - people really buy advertising.

-
-
-
-
-

Direct referrals who each buy a package

-

- 2

-

The package they buy

-

-

Referrals each of them brings who also buy

-

- 2

-

-
-
-
- - - - - - - -
LevelPeople buyingYour shareYou receive
Level 1 open–50%–
Level 2 locked–20%–
Level 3 locked–10%–
If every one of those purchases happens–
-

And that is one round of purchases. The same - split runs again on every future package the same people buy.

-
-
-

- The pass-up rule: a locked level's share does not disappear. - The contract climbs the sponsor line, checking up to 25 positions, and pays the first qualified - person it finds; only if nobody in those 25 qualifies does the share go to the platform. It cuts - both ways: stay qualified and you catch the shares that under-qualified positions below you let - slip. Every pass-up is a visible event on the ledger, so you can see - exactly where money climbed past someone and why.

-
-
-
- -
-
- -
-
- -
-
-
-

Questions people actually ask

-
-
Is this a pyramid or ponzi scheme? -

No, and here is the plain version of why. A pyramid scheme pays you just for recruiting, with no - real product behind it. Here every payment is for ad delivery, and the payouts only come from real - buyers who buy real ad packages. You earn from people actually advertising, not from building a chain - of signups. The whole thing runs on a public ledger you can verify yourself, so nothing stays hidden.

-
What happens if the company disappears? -

The important part is that there is no company holding the money. Every sale is split by the smart - contract itself, on the blockchain, in the same transaction. Nobody can pause it, change it, or run - off with the funds, because the code does the paying automatically. If the site vanished tomorrow, - the contract would keep paying exactly what it is set to pay.

-
Do I need crypto experience or a wallet to join? -

No. You can start with a free email signup and use the platform the same way you would use any ad - site. If you want payouts to a wallet, setting one up takes a few minutes and the platform walks you - through it. But you do not need to know anything about crypto to get in and get moving.

-
How fast do I really get paid? -

Payouts happen inside the very transaction that pays for the package. There is no approval step - and nobody holding funds. Your share lands in your own wallet the moment your referral's purchase - confirms. The public ledger lets you watch each one go through.

-
What am I actually buying? -

You are buying ad delivery. Credits are one cent of delivery each, recorded on-chain when you buy. - The 5 dollar package mints 500 credits, and the bigger packages mint bonus credits on top, up to - 32,500 on the 250 dollar package. That is the product, plain and simple. Your earnings come from - referring people who also buy real ad delivery, and the contract splits every purchase automatically.

- -
-
-

See a payment land before you decide.

-

The ledger is open to everyone. Watch real purchases - split and settle, then join free when you have seen enough.

- Join free - Open the live ledger -
-
-
live · polygon
-
-
💸 payout → member #3instant
-
💸 payout → member #2instant
-
🔍 verify on explorer↗
-
-
-
- - -
-
- - - - - - - + + + + +InstantAdPay: advertise and earn, locked in code + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + + + + +
+

Advertise and earn instantly.
Locked in code, not promises.

+

Buy real ad packages from 5 to 250 dollars. Every purchase settles through + a smart contract you can read yourself, and your earnings land in + your own wallet before the page even refreshes.

+

One crypto, one network: packages are paid in POL on Polygon and every payout arrives as POL in your wallet. Buy POL with a card inside if you have never held any.

+ + +
+
–
On-chain members
+
–
Packages bought
+
–
POL settled
+
–
Instant payouts
+
+

every number above is read from the blockchain, not a marketing database

+ +
+
+ + + +
+
+
+

The whole platform in four minutes

+

What it is, what you get free, how the ads run, how the money moves, and how a line gets built. Watch this first.

+
+
+ +
+

No income is promised. Every figure in the video is a rule of the contract.

+
+
+
+
+
+

Instant payments without compromise

+

Most referral programs run on a database someone can change after you promote. + This one runs on Polygon, split by a contract nobody can touch. Not even us.

+
+
+
+
+

Paid in the same transaction

+

The purchase and every payout are one blockchain event. No balances held, no withdrawal + button, no company touching the money.

+
+
+
+

Rules that cannot move

+

50-20-10 across three levels plus a 20 percent platform fee, written as constants in an + immutable contract. There is no function to change them.

+
+
+
+

Verifiable by anyone

+

Every payment streams to a public ledger with a verify link straight to the block explorer. + If it is not there, it did not happen.

+
+
+
+
+ +
+
+
+

Why this is not another ad site

+

You have seen traffic exchanges, click-to-earn sites and solo-ad sellers. Here is the honest side by side.

+
+
+ + + + + + + + + + +
Typical advertising siteInstantAdPay
Referral commission5 to 15 percent, often only after a minimum balance50 percent to the direct sponsor, then 20 and 10 on the next two levels
When you get paidRequest a withdrawal, wait for approval, hopeIn the same transaction the package sells
Who holds the moneyThe site's balance, at the owner's discretionNobody. The contract splits it to real wallets. There is no balance to hold
Can the rules changeWhenever the owner edits a settingNever. 50 / 20 / 10 / 20 are constants in a verified, immutable contract
ProofA number on a dashboardEvery payout is a public transaction you can open yourself
Ad viewsTimers that run while nobody looksA 10-second dwell, a human check, and a server-side clock
CreditsPoints that expire or get devalued1 credit = 1 cent of delivery, recorded on-chain, spent only by your campaigns
JoiningInstall an app, connect a wallet, then maybe readEmail first. The wallet comes when you are ready to be paid
AdvertisingPay to be seen by people who are paid to clickSeven formats delivered to members who buy ads themselves, with verified visits and finished video views
+

No income is guaranteed. Results depend on your effort. Cryptocurrency involves risk of loss. InstantAdPay sells advertising; it is not an investment.

+
+
+ +
+
+
+

Watch the money move

+

This is a live view, not a brochure. Real purchases split into real payouts, + each one a click away from the raw transaction.

+
+
+
+
+
+

Buy a package

+

Priced in dollars, settled in POL at the live oracle rate. Overpayment refunds itself in the same transaction.

+
+
+
+

The contract splits it

+

Half to the direct sponsor, then levels 2 and 3, then the platform. Automatically, immediately, every time.

+
+
+
+
instantadpay.com/ledger
+
+
🧾 member #7 bought package #2 ($20.00)−213 POL
+
💸 level 1 payout → member #3+106.5 POL
+
💸 level 2 payout → member #2+42.6 POL
+
💸 level 3 payout → member #1+21.3 POL
+
🏛 platform fee settled42.6 POL
+
⭐ member #3 now has 2 qualifying buyerslevel 2 ✓
+
+
+
+
+
+

Straight to their wallets

+

Recipients get POL in their own wallets within seconds. Nothing to claim, nothing to request.

+
+
+
+

Credits mint on-chain

+

One credit is one cent of ad delivery across the network. Only your campaigns can ever spend them.

+
+
+
+

Amounts shown are the $20 worked example at the current oracle rate. Open the real ledger →

+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + 50% + + + + + + + + + + + + + + + + + + + + + +
+
+

Earn deeper as your people buy

+

Levels unlock by performance, never by payment. Refer buyers, and their + shares of every future purchase route to you automatically.

+
+ + + +
+

Activate with the $20 starter package and switch on payouts from your wallet. From then on your direct referrals each pay you 50 percent of every package they ever buy, in POL, straight to your wallet. Until you activate, you earn ad credits, not POL.

+
    +
  • No withdrawal requests, ever. Every payment sends straight to your wallet.
  • +
  • Unqualified shares visibly pass up to the next qualified person
  • +
  • Qualification never expires and can never be bought
  • +
+
+
+
+
+ +
+
+
+

Real ad inventory. Real eyeballs.

+

This is not phantom traffic or empty impressions. Seven ad formats run right now, + reaching members who are themselves marketers buying traffic — and members earn credits back + for the attention they give.

+
+
+
+
+

Display banners live

+

All standard sizes, live across our network, priced per impression. You pay for views, not guesses.

+
+
+
+

Text ads live

+

A headline plus a support line, placed where members actually look. Also per impression, also live right now.

+
+
+
+

Login ads live

+

The moment a member signs in, your ad is the toll gate: they open your page in a fresh tab + while a countdown holds their dashboard. Just a link is enough — add a banner if you have + one. Priced per day.

+
+
+
+

Video ads live

+

Upload a video or drop a link, and pick how long members must watch — 10, 30 or 60 seconds. + They watch in a player that can't be skipped, the clock runs on our server, and you pay only + for completed views. There's a full-screen Shorts feed too.

+
+
+
+

Solo ads live

+

Your full message — rich text, an image or video, and a call-to-action button — delivered + straight into member inboxes on-site and by email. Priced per guaranteed delivery, and readers + earn credits for a real read, so your message gets opened, not skimmed past.

+
+
+
+

Featured rotation live

+

Book your link into the featured rotation by the day — 1, 2 or 7 days — with a hard cap on how + many links share a day and the occupancy shown before you buy. The only rotator that tells you + the dilution up front, because hiding it is a sucker move.

+
+
+
+

Verified visits live

+

Buy a pack of guaranteed unique human visits. Each one is a different member who stayed the + full dwell and passed a human check — no bots, no recycled clicks, no repeats, just real visits + you can count on.

+
+
+
+
+ +
+
+
+

What you get as a member

+

Free membership gets you in the door with a working account and the ability to earn + from day one. Buy any package and the real firepower unlocks.

+
+
+
+

Credits: everyone earns these

+

Ad credits are the currency of the ad platform. One credit is one cent of ad delivery. They are not money and are never withdrawn.

+
    +
  • Earned free by viewing ads, watching videos, verified visits, inbox ads and the daily sign-in
  • +
  • Welcome credits on day one, badge bonuses as your team grows
  • +
  • Spent on your own banner, text, video and solo campaigns
  • +
+
+
+

POL: activated members earn this

+

POL is real crypto, paid to your own wallet by the contract in the same transaction someone in your line buys a package. Nobody holds it for you.

+
    +
  • Activate: the $20 starter package (2,000 credits to advertise with) and payouts switched on from your wallet
  • +
  • Level 1 pays 50 percent of every package your direct referrals buy, from the day you are activated
  • +
  • Levels 2 and 3 open when 2, then 5, of your referrals buy a $20 or larger package
  • +
  • If you are not activated when someone in your line buys, that share passes up to the next member above you who is
  • +
+
+
+
+
+

Free membership includes

+
    +
  • A member account and the live ledger
  • +
  • Welcome credits to taste real ad delivery
  • +
  • Earn more credits by viewing ads, watching videos, making verified visits and reading solo ads
  • +
  • Your line banner, shown to your next three levels as they join
  • +
  • Your own shareable profile page with a scannable join QR code
  • +
  • Achievement badges and credit bonuses as your team grows
  • +
  • Your personal referral link, working from day one
  • +
  • Your invite link and line from day one; activate with the $20 starter package to earn POL on your referrals' purchases
  • +
+
+
+

Any package adds

+
    +
  • On-chain ad credits minted the moment you buy
  • +
  • All seven ad formats, with live stats and a dashboard of charts per campaign
  • +
  • Top up any campaign anytime, and message your whole downline
  • +
  • A full arsenal of promotional tools and a ready-made banner kit, personalized with your link
  • +
  • Packages of $20 or more count toward qualification
  • +
+
+
+
+
+ +
+
+
+

The ad packages

+

Priced in dollars, settled in POL at the moment you buy. Packages of $20 or more + count toward your sponsor's qualification.

+
+
Loading live prices from the contract…
+
+
50%
direct sponsor
+
20%
level 2
+
10%
level 3
+
20%
platform
+
+
+
+ +
+
+
+

Run your what-if

+

Play with a scenario and see how the contract would split it. This is arithmetic on the + locked percentages, not a prediction and not a promise. Nobody earns a cent unless real + people really buy advertising.

+
+
+
+
+

Direct referrals who each buy a package

+

+ 2

+

The package they buy

+

+

Referrals each of them brings who also buy

+

+ 2

+

+
+
+
+ + + + + + + +
LevelPeople buyingYour shareYou receive
Level 1 open–50%–
Level 2 locked–20%–
Level 3 locked–10%–
If every one of those purchases happens–
+

And that is one round of purchases. The same + split runs again on every future package the same people buy.

+
+
+

+ The pass-up rule: a locked level's share does not disappear. + The contract climbs the sponsor line, checking up to 25 positions, and pays the first qualified + person it finds; only if nobody in those 25 qualifies does the share go to the platform. It cuts + both ways: stay qualified and you catch the shares that under-qualified positions below you let + slip. Every pass-up is a visible event on the ledger, so you can see + exactly where money climbed past someone and why.

+
+
+
+ +
+
+ +
+
+ +
+
+
+

Questions people actually ask

+
+
Is this a pyramid or ponzi scheme? +

No, and here is the plain version of why. A pyramid scheme pays you just for recruiting, with no + real product behind it. Here every payment is for ad delivery, and the payouts only come from real + buyers who buy real ad packages. You earn from people actually advertising, not from building a chain + of signups. The whole thing runs on a public ledger you can verify yourself, so nothing stays hidden.

+
What happens if the company disappears? +

The important part is that there is no company holding the money. Every sale is split by the smart + contract itself, on the blockchain, in the same transaction. Nobody can pause it, change it, or run + off with the funds, because the code does the paying automatically. If the site vanished tomorrow, + the contract would keep paying exactly what it is set to pay.

+
Do I need crypto experience or a wallet to join? +

No. You can start with a free email signup and use the platform the same way you would use any ad + site. If you want payouts to a wallet, setting one up takes a few minutes and the platform walks you + through it. But you do not need to know anything about crypto to get in and get moving.

+
How fast do I really get paid? +

Payouts happen inside the very transaction that pays for the package. There is no approval step + and nobody holding funds. Your share lands in your own wallet the moment your referral's purchase + confirms. The public ledger lets you watch each one go through.

+
What am I actually buying? +

You are buying ad delivery. Credits are one cent of delivery each, recorded on-chain when you buy. + The 5 dollar package mints 500 credits, and the bigger packages mint bonus credits on top, up to + 32,500 on the 250 dollar package. That is the product, plain and simple. Your earnings come from + referring people who also buy real ad delivery, and the contract splits every purchase automatically.

+ +
+
+

See a payment land before you decide.

+

The ledger is open to everyone. Watch real purchases + split and settle, then join free when you have seen enough.

+ Join free + Open the live ledger +
+
+
live · polygon
+
+
💸 payout → member #3instant
+
💸 payout → member #2instant
+
🔍 verify on explorer↗
+
+
+
+ + +
+
+ + + + + + + diff --git a/public/my.html b/public/my.html index b4a2d12..133be9d 100644 --- a/public/my.html +++ b/public/my.html @@ -5,7 +5,7 @@ Member area | InstantAdPay - + @@ -1070,7 +1070,7 @@ - +