LogoLogo
LogoLogo
  • F.A.Q.
  • KOGE Token
    • LitePaper
    • Supply API
  • Governance
    • Voting
    • 48er NFT
    • Committee
  • 48 Soul Point
    • Entry Member
    • Gold Member
      • AirDrop
    • Platinum Member
      • Exclusive Chat
      • Domain Email
      • Free VPN
  • 48 Validators
    • For MEV Builders
  • Puissant Builder
    • Auction Transaction Feed
      • Code Example
    • Send Bundle
    • Send PrivateTransaction
    • 48 SoulPoint Benefits
    • Bundle Submission and On-Chain Status Query
    • Private Transaction Status Query
    • For Validators
  • Privacy RPC
    • 0Gas (membership required)
    • 0Gas sponsorship
    • Cash Back
  • BSC Snapshots
  • Trouble Shooting
  • RoadMap
  • Partnership
  • Terms of Use
Powered by GitBook
On this page
  • API for Wallets
  • Rules
  • White List
  1. Privacy RPC

0Gas sponsorship

Last updated 2 months ago

Stable-coin transferring could be accepted with as low as 0 gwei gas price across ALL 48 RPC

Contact rpc@48.club for your stable-coin being listed

API for Wallets

We implements the pm_isSponsorable method 100% compatible with BEP-414, please check api definition in the link above. The general idea is:

  1. Query pm_isSponsorable endpoint before packing an end-user transaction.

  2. Apply 0 gwei to actually pack and broadcast this transaction if the result is true.

Rules

To be sponsorable ,a tx must meet rules below:

  1. It's an interaction to a contract address in following white list.

  2. Gas limit required is not greater than 300,000.

  3. Regarding potential exploition, token amount must not be less than 48e16 if the method called is one of transfer/transferFrom/increaseAllowance/decreaseAllowance/burn/burnFrom

White List

USDT 0x55d398326f99059fF775485246999027B3197955
USDC 0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d
FDUSD 0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409
LisUSD 0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5
BEPs/BEPs/BEP-414.md at master · bnb-chain/BEPsGitHub
Logo