Features How It Works Pricing Roadmap API Docs
Free Crypto Payments — Zero Fees

The Payment Platform
Built for Crypto

Send, receive, and accept cryptocurrency payments without fees, without complexity, and without middlemen. Create a link, share it, get paid.

0% Platform Fees
Multi-Chain EVM + UTXO
Instant Internal Transfers

Everything You Need
to Accept Crypto

From payment links to API integrations, Cygnus Pay provides a complete toolkit for merchants, creators, and developers.

Payment Links

Create shareable links for one-time payments or open donations. No coding required.

Instant Transfers

Send crypto to any Cygnus Pay user by username. Zero fees, instant settlement.

Multi-Chain

Accept BTC, ETH, USDT, USDC, and dozens more from a single dashboard.

QR Code Payments

Every payment link gets an auto-generated QR code for easy scanning.

Enterprise Security

bcrypt hashing, TOTP 2FA, encrypted backups, and full audit logging.

Developer API

Full REST API with session auth, payment creation, and real-time polling.

Multi-Asset Wallet

Hold all your crypto in one unified wallet. Deposit, withdraw, and track history.

Real-Time Notifications

Get notified instantly when payments arrive. Never miss a transaction.

API Keys

Generate keys for programmatic access. Integrate with any backend or service.

Three Steps to Get Paid

From sign-up to your first payment in under a minute.

01

Create Your Account

Sign up at app.cygnuspay.org in seconds. Enable 2FA for maximum security.

02

Create a Payment Link

Set the amount, currency, and title. One-time invoice or open donation — your choice.

03

Share & Get Paid

Send the link to customers. They pay on-chain or with their Cygnus balance — done.

For Customers

Two simple ways to pay any Cygnus Pay link.

Pay with Cygnus Balance

Instant, zero fees, no blockchain interaction. Just log in and confirm.

Instant
OR

Pay from External Wallet

Scan the QR code or copy the address. Send from MetaMask, Trust Wallet, Ledger, etc.

On-Chain

Built for Developers

Simple REST API. Authenticate, create links, poll status. Full docs at docs.cygnuspay.org.

# 1. Authenticate
curl -X POST https://api.cygnuspay.org/api/login \
  -H "Content-Type: application/json" \
  -d '{"username":"merchant","password":"pass"}' \
  -c cookies.txt

# 2. Create a payment link
curl -X POST https://api.cygnuspay.org/pay/create \
  -b cookies.txt \
  -d "type=onetime&title=Order 1234&amount=49.99¤cy=USDT"

# 3. Poll for payment status
curl https://api.cygnuspay.org/pay/check/abc123?initial_balance=0
# Python integration example
import requests

session = requests.Session()
session.post("https://api.cygnuspay.org/api/login", json={
    "username": "merchant",
    "password": "password",
    "otp": "123456"
})

# Create a payment link
session.post("https://api.cygnuspay.org/pay/create", data={
    "type": "onetime",
    "title": "Premium Plan",
    "amount": 99.99,
    "currency": "USDT"
})

# Check payment status
resp = session.get("https://api.cygnuspay.org/pay/check/abc123")
if resp.json().get("confirmed"):
    print("Payment received!")
<!-- Drop this button onto any website -->
<a href="https://app.cygnuspay.org/pay/@yourusername/your_link"
   target="_blank"
   style="display:inline-flex; align-items:center; gap:8px;
          background:#111; color:#fff; padding:14px 28px;
          border-radius:12px; font-weight:700;
          text-decoration:none; font-family:system-ui;">
    Pay with Crypto
</a>

Transparent. Simple. Free.

No hidden costs. Merchants keep 100% of what customers pay.

Internal Transfers

$0/transfer
  • Send to any user
  • Instant settlement
  • No blockchain fees
  • No platform fees
  • No limits

Withdrawals

Low fixed fee
  • Transparent fee per chain
  • Shown before confirming
  • Includes network gas
  • Withdraw to any wallet
  • Fee deducted from amount

Where We're Going

Built in phases. Shipping fast. Always improving.

Phase 1 — Foundation

Multi-chain wallet, deposits, withdrawals, user management

Phase 2 — Payments

Payment links, QR codes, donation pages, internal transfers

Phase 3 — Operations

Sweep engine, vault management, profit tracking, backup system

Phase 4 — API & Integration

REST API, API keys, embeddable payment buttons, full documentation

Phase 5 — Scaling

Webhook callbacks, invoice system, multi-currency checkout

Phase 6 — Ecosystem

Merchant SDK, WordPress plugin, Shopify integration

Phase 7 — Advanced

Recurring payments, subscription billing, payout splitting

Born from a Problem.
Built by the Community.

Cygnus Pay was created by Mr Hat, the founder of Cygnus Coin. While building the Cygnus ecosystem, Mr Hat saw firsthand how difficult it was for normal merchants and everyday internet users to start accepting crypto payments.

Existing payment gateways were expensive, overly complex, and made the process even harder instead of easier. The tools that were supposed to help were actually creating more barriers.

With the support and encouragement of early supporters in the Cygnus Community, Mr Hat designed and coded the entire platform from the ground up — building the payment infrastructure that the crypto space actually needed.

The name Cygnus comes from the constellation — one of the most prominent in the northern sky. Just as the Swan has guided navigators for millennia, Cygnus Pay aims to guide the world into a future where crypto payments are the default.

Free — Always

Zero platform fees on payment links. Merchants keep 100%.

Simple — For Everyone

Create a link in 30 seconds. No coding, no contracts.

Multi-Chain — One Platform

All chains, all tokens, one dashboard.

Ready to Accept Crypto?

Join Cygnus Pay and start receiving payments in minutes. No fees. No complexity.