Files
instantadpay/public/index.html
T
martbost a87a63d75d Branded Voice copy pass, members activity panels, menu update
Site copy regenerated through the bv-tester1 engine; em dashes scrubbed from
all user-visible strings. /api/my/activity serves per-member earnings,
referrals, and purchases from the chain index.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-04 12:51:16 -05:00

89 lines
5.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1">
<title>InstantAdPay: advertise and earn, locked in code</title>
<meta name="description" content="Real ad packages with instant on-chain settlement. Every purchase pays the sponsor line in the same transaction, verifiable by anyone on the live ledger.">
<link rel="stylesheet" href="/assets/site.css">
</head>
<body>
<div class="wrap">
<section class="hero">
<h1>Advertise and earn. <em>Locked in code, not promises.</em></h1>
<p class="lead">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
<b>your own wallet</b> before the page even refreshes.</p>
<p>
<a class="btn" href="/my">Join free</a>
<a class="btn sec" href="/ledger">Watch payments land live</a>
</p>
<p class="small muted" id="sponsorLine" hidden></p>
</section>
<h2>Where every dollar goes</h2>
<div class="card">
<div class="split">
<div class="s50">50%<br>direct sponsor</div>
<div class="s20">20%<br>level 2</div>
<div class="s10">10%<br>level 3</div>
<div class="sa">20%<br>platform</div>
</div>
<p class="muted">Most referral programs run on a database someone can change after you promote.
This one runs on Polygon. The percentages are written into a contract nobody can touch, not even us.
Payouts split 50-20-10 across three levels plus a 20 percent platform fee, every single time, on a
<a href="/ledger">public ledger</a> where every payment has a verify link you can click.</p>
</div>
<div class="grid c3">
<div class="card"><h3>🆓 Join free. Earn from every package your referrals ever buy.</h3>
<p class="muted small">Sign up costs nothing. Zero. Every ad package your direct referrals buy for life
pays you 50 percent straight to your wallet. Level 2 pays 20 percent. Level 3 pays 10 percent.
No balances held, no withdrawal button, no company touching the money.</p></div>
<div class="card"><h3>📣 Real ads. Real audience. Credits on-chain.</h3>
<p class="muted small">Your ad credits are minted on-chain when you buy. One credit equals one cent of
ad delivery across our network of sites. Banner, text, and login ads that only your campaigns
can spend.</p></div>
<div class="card"><h3>🔎 Qualify by performance. Pass-ups fill the gaps.</h3>
<p class="muted small">Level 2 unlocks when you bring 2 buyers who have purchased 20 dollars or more.
Level 3 unlocks at 5 qualified buyers. If someone in your line is not qualified, their share passes
up to the next qualified person automatically. The contract handles it.</p></div>
</div>
<h2>The ad packages</h2>
<div class="card">
<div class="tablewrap">
<table id="ladder">
<thead><tr><th>Package</th><th class="num">Price</th><th class="num">Ad credits</th><th class="num">Cost right now</th><th></th></tr></thead>
<tbody><tr><td colspan="5" class="muted">Loading live prices from the contract…</td></tr></tbody>
</table>
</div>
<p class="small muted">Prices are set in dollars and settled in POL at the live exchange rate the
moment you buy (Chainlink oracle). Overpayment from rate movement is refunded in the same transaction.
Packages of $20 or more count toward your sponsor's qualification.</p>
</div>
<h2>Why this is different</h2>
<div class="grid c2">
<div class="card"><h3>No trust required. Your earnings are a transaction to your wallet.</h3>
<p class="muted small">Every other platform asks you to trust their ledger. Believe their numbers.
Wait for their withdrawal window. InstantAdPay does none of that. The smart contract pays each level
at the moment of purchase. Your earnings are a blockchain transaction landing in your own wallet.
You can verify every single one on the <a href="/ledger">live ledger</a> with your own eyes.</p></div>
<div class="card"><h3>It is an ad service. That is the only thing it is.</h3>
<p class="muted small">This is an advertising platform with a referral program. Plain and simple.
You buy ad credits. You get ads delivered. You refer other advertisers and earn from what they spend.
There is no investment pool, no ROI claim, no income promise. What the code guarantees is what the
code does: split the money and pay it out. That is it.</p></div>
</div>
<footer>
<div>InstantAdPay · every payment verifiable on-chain · <a href="/ledger">live ledger</a> · <a id="contractLink" href="#" target="_blank" rel="noopener">view the contract ↗</a></div>
<div class="small">Advertising services with a performance referral program. Not an investment product; no income guarantees. Crypto transactions are irreversible. Never spend what you cannot afford.</div>
</footer>
</div>
<script src="/assets/common.js"></script>
<script src="/assets/wallet.js"></script>
<script src="/assets/home.js"></script>
</body>
</html>