veilnebula
./veilnebula

veilnebula

A non-custodial wallet and a crypto payment gateway on one set of rails. Your keys never leave your device. No identity check to hold funds, and none to start accepting them.

  1. 1/.v31l
  2. 2/.n3bul4
  3. 3/.w4ll3t
veilnebu.la
Start accepting crypto →About the wallet
14Networks
0.10%Lowest tier fee
5 minWebhook replay window
0Identity checks
scroll to explore
./product

Two halves, one set of rails.

Hold your own crypto, or take payments in it. The wallet never asks who you are because it never holds anything for you. The gateway never asks because it does not need to.

WalletShipping soon
Your keys, your device.

A 12- or 24-word seed generated on your phone, encrypted behind the Secure Enclave, unlocked by your face or a PIN. Nothing about it reaches a server — which is exactly why there is nobody to verify your identity to.

  • Send, receive and hold across 14 networks
  • Seed phrase never transmitted, never backed up to a cloud
  • iOS and Android, one binary with the merchant tools built in
Gateway
Take crypto in 30 seconds.

Hosted checkout or a REST call. Signed webhooks, idempotent mutations, double-entry ledger, tamper-evident audit trail. Basis points on settled value and nothing else.

  • Invoices, payment links, subscriptions, donations
  • Payouts, refunds and mass payouts with dual approval
  • Plugins for WooCommerce, Shopify, Magento, WHMCS, Tilda
Get started →
./no-kyc

No documents. No selfie. No waiting.

Most gateways gate you behind an onboarding queue before you can see a single line of the API. Here you get a session token and a working key immediately, and you can create a merchant account with no email and no password at all.

  • Anonymous accounts — the session token is the only credential
  • Self-custody on both sides: nobody is holding your funds for you
  • Sandbox first, so you can integrate before you decide anything

Not an anonymity or mixing service. You remain responsible for the law that applies where you operate — see the terms.

What we never ask for
  • Passport or ID scan
  • Proof of address
  • Selfie or liveness check
  • Source-of-funds statement
  • Company registration papers
./assets

Every chain your customers actually use.

Adding an asset is one row in the unit registry. Adding a chain is one provider file. No vendor lock-in, and no chain you cannot read the adapter for.

T
USDT
$
USDC
B
BTC
ETH
SOL
TON
BNB
TRX
X
XRP
Ł
LTC
Ð
DOGE
M
XMR
Roadmap
./developer

Read the source. Ship the integration in 30 s.

REST and GraphQL. Signed webhooks — HMAC v1 plus Ed25519 v2. Idempotency on every mutation. A Telegram ops bot. An append-only audit log with a daily signed anchor.

  • curl-able OpenAPI · Postman bundle
  • Webhook delivery log + DLQ admin view
  • AES-256-GCM at rest for every secret
  • Per-merchant fee tier + risk policy
  • Mass payouts with dual approval
  • Donations, referrals and subscriptions
# create an invoice
$ curl -X POST https://api.veilnebu.la/v1/payments \
    -H "x-api-key: ncp_live_..." \
    -H "content-type: application/json" \
    -d '{
      "amount": "100.00",
      "currencyCode": "USD",
      "settlementAssetCode": "USDT"
    }'

# response
{
  "id": "inv_01HZ...",
  "status": "PENDING",
  "checkoutUrl": "https://app.veilnebu.la/checkout/inv_01HZ...",
  "totalFeeMinor": "85",
  "quoteExpiresAt": "2026-06-16T16:00:00.000Z"
}
./fees

One number. Lower than the incumbents.

Basis points on settled value. No hidden network mark-up, no FX skim. Every account starts on Bronze; ask us to move you and we will.

Default
Bronze
0.40%
Where every account starts.
By arrangement
Silver
0.30%
Lower margin as you scale.
By arrangement
Gold
0.20%
Best for SaaS + marketplaces.
By arrangement
Platinum
0.10%
Beats every gateway we know.

Summary only. The binding schedule — including the network-fee reserve, the conversion spread and the small-payment floor — is the fee schedule, and it governs where the two differ.

./security

Hardened, end to end.

Self-custody
Wallet keys are generated and stay on the device. The server can read chains and relay a signed transaction — it can never sign one.
Tamper-evident
Append-only audit log with a SHA-256 hash chain and a signed daily anchor.
WebAuthn + TOTP
Passkeys, recovery codes, encrypted at rest. Hardware-key friendly.
Signed images
Cosign keyless OIDC. A Kyverno admission policy rejects anything unsigned.
Replay-proof
Webhook signatures v1 and v2 with a five-minute replay window and SSRF-guarded delivery.
STRIDE model
The full threat model lives in the repository. No black boxes.

Ship the integration today.

Provision a merchant in thirty seconds — no email required. Pull the OpenAPI spec, or go straight to the dashboard.

Get started →Read the docs
VeilNebula — Non-custodial wallet + no-KYC crypto gateway