Non‑custodial payments for crypto presales.

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.

100% non‑custodial · Multi‑chain · Simple integration
Chains
Ethereum · BNB · Solana · Base
Accepted Assets
ETH, USDT/USDC, BNB, SOL & more
Confirmations
Webhooks + Callbacks
Kits
JS widget · API · Webhooks

Built for presales

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.

Non‑custodial by design

Funds settle straight to your wallets. We never hold user funds, private keys, or seed phrases.

Developer‑friendly

Drop‑in JS widget, REST API, and webhook notifications to update allocations instantly.

Multi‑chain & flexible

Support leading L1/L2s and stablecoins. Configure per‑stage pricing, caps, and allowlists.

On‑chain verifications

We emit signed callbacks only after on‑chain confirmations, reducing fraud and double spend.

Audit‑ready logs

Event logs and receipt trails for reconciliation with your token allocation engine.

KYC/AML ready (optional)

Plug in external KYC providers when your jurisdiction or partners require it.

How it Works

1. Configure

Define sale stages, accepted chains/assets, min/max purchase, and destination wallets per chain.

2. Embed

Install the checkout widget or call the API. Users pay from their non‑custodial wallets via WalletConnect or native wallets.

3. Confirm

On‑chain confirmations trigger signed webhooks so your backend can instantly allocate tokens or queue claiming.

Example: Minimal Checkout (pseudo)

// 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.

Key Features

  • Direct on‑chain settlement to your wallets
  • Stage‑based pricing, caps, allowlists, and referral codes
  • Multi‑chain support (EVM + popular non‑EVM)
  • Stablecoin support with per‑asset pricing
  • Signed webhook callbacks & idempotent events
  • Fraud mitigation with minimum confirmations
  • Developer SDKs (Widget, REST, Webhooks)
  • Dashboard for transactions & analytics
  • Custom branding and localized UI
  • Flexible tax/VAT metadata passthrough
  • Exportable audit logs (CSV/JSON)
  • Optional KYC/KYT provider integrations

Simple Pricing

Transparent pricing designed for presales of all sizes. Contact us for enterprise needs or custom chains.

Starter

1% / tx

Pay‑as‑you‑go, no minimums.

  • Core widget & webhooks
  • Up to 2 chains
  • Email support

Growth

0.6% / tx

For scaling presales.

  • All Starter features
  • Up to 5 chains
  • Priority support

Enterprise

Custom

Tailored to complex sales.

  • Dedicated infra & SLA
  • Unlimited chains
  • Solutions engineering

Fees shown are examples; finalize commercial terms with our team.

Security & Compliance

Non‑custodial architecture

Project wallets are yours. You always control private keys. We never take custody of customer funds.

Best practices

Signed callbacks, replay protection, configurable confirmations, and rate‑limited endpoints.

Important Disclaimers

  • Presale Web3 is not a custodian, broker, exchange, or money transmitter. We provide software that enables direct on‑chain payments to your wallets.
  • No legal, financial, or tax advice. You are responsible for obtaining your own legal advice and ensuring your presale complies with applicable laws and regulations in every jurisdiction you operate or target.
  • KYC/AML & sanctions compliance are your responsibility. Where required, you must integrate appropriate KYC/KYT providers and implement geo‑blocking for restricted jurisdictions.
  • Token sales involve risk. Participants may lose some or all funds. Provide clear risk disclosures to your users.
  • Availability may be restricted in certain jurisdictions due to local laws. Do not use our software where prohibited.

FAQ

Do you ever hold client or user funds?

No. Payments settle directly to your project wallets. We are fully non‑custodial.

Which chains and assets are supported?

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.

Can you integrate our allowlist and referral logic?

Yes. We expose hooks to validate allowlists and pass through referral metadata to your backend.

Do you provide KYC/KYT?

We integrate with third‑party providers. You select vendors based on your legal requirements.

Contact Us

Tell us about your presale and payment requirements. We’ll get back within 1 business day.

By submitting, you agree that we may contact you about your inquiry.

Company Info

Sales questions
Need a walkthrough, custom chain, or enterprise SLA? Reach out—we’ll tailor a plan.