
Gasless crowdsale platform on BSC Β· x402 powered
Monthly buybacks & burns reduce supply over time
 USD1
USD1 USDCSoon
USDCSoon DAISoon
DAISoonLive on BSC! Gasless crowdsale using EIP-2612 Permit with USD1 token.
 BNB Chainβ Live
BNB Chainβ Live Ethereum@ Launch Day
Ethereum@ Launch Day Polygon@ Launch Day
Polygon@ Launch Day Avalanche@ Launch Day
Avalanche@ Launch Day Arbitrum@ Launch Day
Arbitrum@ Launch Day Optimism@ Launch Day
Optimism@ Launch Day Solana@ Launch Day
Solana@ Launch DayDemocratizing fundraising for real-world projects:
Example: $50k raise = $1k platform fee
vs traditional 7.9-10.9% total fees
Free: 100 txs/mo
Pro: $99/mo - 10k txs
Enterprise: Custom
+ $500-$5k/mo SaaS
White-label solutions
BNB Chain (BSC) powered with x402-permit protocol for gasless transactions using USD1.








Integrate SynqSale's gasless payment infrastructure into your application. Accept stablecoin contributions with zero gas fees using our simple REST API.
/sale/{project-token}/{amount}Initiate a gasless contribution. Returns EIP-2612 signature challenge.
POST /sale/synqx402/1
Content-Type: application/json
{
  "from": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb0",
  "token": "USDC"
}HTTP/1.1 402 Payment Required
WWW-Authenticate: x402 realm="SynqSale Crowdsale", protocol="x402-permit"
X-Payment-Network: bsc
X-Payment-Token: USD1
{
  "domain": {
    "name": "World Liberty Financial USD",
    "version": "1",
    "chainId": 56,
    "verifyingContract": "0x8d0D000Ee44948FC98c9B98A4FA4921476f08B0d"
  },
  "types": {
    "Permit": [
      { "name": "owner", "type": "address" },
      { "name": "spender", "type": "address" },
      { "name": "value", "type": "uint256" },
      { "name": "nonce", "type": "uint256" },
      { "name": "deadline", "type": "uint256" }
    ]
  },
  "primaryType": "Permit",
  "values": {
    "owner": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb0",
    "spender": "0x...",
    "value": "1000000000000000000",
    "nonce": "0",
    "deadline": "1761900000"
  }
}/sale/{project-token}/{amount}/settleSubmit signed authorization to complete the contribution.
POST /sale/synqx402/1/settle
Content-Type: application/json
{
  "owner": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb0",
  "spender": "0x...",
  "value": "1000000000000000000",
  "nonce": "0",
  "deadline": "1761900000",
  "v": 27,
  "r": "0x1234...abcd",
  "s": "0x5678...ef01",
  "token": "USD1"
}{
  "success": true,
  "txHash": "0x1234...abcd",
  "allocationSYNQ": 100,
  "contributionUSD": 1
}/x402-infoMachine-readable endpoint for AI agents and payment processors to discover payment capabilities. Returns comprehensive information about supported tokens, networks, and payment tiers.
{
  "version": "1.0.0",
  "protocol": "x402-permit",
  "network": {
    "chainId": 56,
    "name": "bsc"
  },
  "capabilities": {
    "gasless": true,
    "multiToken": true,
    "instantSettlement": true
  },
  "tiers": [
    {
      "name": "Shrimp",
      "amount": 1,
      "allocation": 100,
      "endpoint": "/sale/synqx402/1"
    },
    ...
  ]
}/.well-known/x402Standard auto-discovery endpoint following RFC 8615. AI agents can automatically find this endpoint to discover payment capabilities without prior knowledge of the API structure.
/crowdsale/statusGet current crowdsale status including raised amount, contributors, and time remaining.
All responses include x402 protocol headers for automatic payment discovery:
X-Accept-Payment: x402 X-Payment-Protocol: x402-permit X-Payment-Network: bsc X-Payment-Tokens: USD1 Link: </x402-info>; rel="payment-capabilities" Link: </sale/synqx402/1>; rel="payment"; title="$1 Tier" WWW-Authenticate: x402 realm="SYNQ Crowdsale"
For AI Agents: Parse the Link headers to discover available payment endpoints and capabilities. The X-Payment-* headers provide quick access to supported payment methods.



/.well-known/x402 or /x402-info for automatic capability discovery. All endpoints include Link headers for navigation.Β© 2024 SYNQx402 Β· Built on BNB Chain Β· Powered by x402 Protocol