Presale Web3 lets your users pay you directly on‑chain. No custody, no middlemen—just secure multi‑chain checkout, webhook confirmations, and developer‑friendly tooling.
Whether you’re running a multi‑stage token sale or a simple whitelist round, Presale Web3 gives you the plumbing to accept crypto payments directly into your project wallets, with real‑time signals your backend can trust.
Funds settle straight to your wallets. We never hold user funds, private keys, or seed phrases.
Drop‑in JS widget, REST API, and webhook notifications to update allocations instantly.
Support leading L1/L2s and stablecoins. Configure per‑stage pricing, caps, and allowlists.
We emit signed callbacks only after on‑chain confirmations, reducing fraud and double spend.
Event logs and receipt trails for reconciliation with your token allocation engine.
Plug in external KYC providers when your jurisdiction or partners require it.
Define sale stages, accepted chains/assets, min/max purchase, and destination wallets per chain.
Install the checkout widget or call the API. Users pay from their non‑custodial wallets via WalletConnect or native wallets.
On‑chain confirmations trigger signed webhooks so your backend can instantly allocate tokens or queue claiming.
// HTML
<div id="presale-web3-checkout" data-project-id="YOUR_PROJECT_ID"></div>
<script src="https://cdn.presaleweb3.com/widget.js" async></script>
// Webhook handler (Node/Express)
app.post('/webhooks/presale', verifySignature, (req, res) => {
const { txHash, chain, amount, asset, buyerAddress, stageId, status } = req.body;
if (status === 'confirmed') allocateTokens(buyerAddress, amount, stageId);
res.sendStatus(200);
});
Note: SDK URLs are placeholders for illustration.
Transparent pricing designed for presales of all sizes. Contact us for enterprise needs or custom chains.
Pay‑as‑you‑go, no minimums.
For scaling presales.
Tailored to complex sales.
Fees shown are examples; finalize commercial terms with our team.
Project wallets are yours. You always control private keys. We never take custody of customer funds.
Signed callbacks, replay protection, configurable confirmations, and rate‑limited endpoints.
No. Payments settle directly to your project wallets. We are fully non‑custodial.
EVM chains (e.g., Ethereum, BNB, Base) and select non‑EVM chains (e.g., Solana). Stablecoins like USDT/USDC are supported where feasible. Contact us for your exact needs.
Yes. We expose hooks to validate allowlists and pass through referral metadata to your backend.
We integrate with third‑party providers. You select vendors based on your legal requirements.
Tell us about your presale and payment requirements. We’ll get back within 1 business day.