Biconomy Gasless SDK (EOA)
DashboardMediumWebsite
  • 🚀Getting Started
  • Introduction
    • 🤘Why Biconomy?
    • 🙂How we simplify transactions
  • Products
    • 💸Gasless Transactions
      • Choose An Approach to Enable Gasless
        • Standard EIP 2771 Approach
          • 1. Register Artifacts on the Dashboard
          • 2. Code Changes
            • Using SDK
            • Using API
        • Custom Implementation Approach
          • 1. Register Artifacts on the Dashboard
          • 2. Code Changes
            • Using SDK
            • Using API
        • Smart Contract Wallet Approach
          • Gnosis
        • Network Agnostic Transactions
          • EIP-2771 Approach
          • Custom Approach
      • Conditional Whitelisting
      • Gasless SDK (EOA) 3
      • Networks Supported
    • ↔️Hyphen - Instant Cross-Chain Transfers
      • SDK
        • DepositManager
        • TransferManager
        • TokenManager
      • APIs
      • Helper Methods
      • Migrating from Hyphen V1
      • Contract Addresses
      • Hyphen Widget
  • Guides
    • 💻Dashboard
      • DApp Statistics
    • ⛽Gas Tank Deposits
      • Via Dashboard
      • Via Smart Contract
  • api
    • 🔧Native Meta Transaction
      • Get Retried Hashes
    • 🌎Dashboard APIs
    • ⚪Whitelist API
      • Whitelist Destination Address
      • Whitelist Proxy Contracts
    • 〰️ Check Limits
    • 💿Biconomy Data API
      • 👨‍🚀Unique User Data
      • 🧑‍🔧Per User Limits Data
      • ⛽Gas Tank Balance Data
  • SDK
    • 📙Gasless SDK (EOA)
      • Configuration
  • Tutorials
    • 🔰Native Meta Transactions
      • How To Build Your First DApp
        • Write Your First Smart Contract
        • Initialize Web3 on Client Side
        • Executing First Blockchain Transaction
      • Enable Native Meta Transactions
        • Smart Contract
          • Describe Your Structs
          • Declare Your Variables
          • Modify Respective Function
        • Client Side
          • Design Your JSON structure
          • Design Your Domain Separator
          • Design Data Types
          • Define Data To Sign
          • Generate Signatures
      • Integrate Biconomy
        • Register On Dashboard
        • Integrate Gasless SDK (EOA)
      • Summary
  • BICO Staking
    • 🪁Safety Module
  • Get in touch
    • 👥Contact Us
  • Misc
    • 🧩Projects on Biconomy
    • 🌐Supported Networks
    • 📫Contract Addresses
    • ✔︎ Smart Contracts Audit
    • ❓FAQs
Powered by GitBook
On this page

Was this helpful?

  1. Introduction

How we simplify transactions

Enable a simple blockchain transaction experience by leveraging our scalable relayer infrastructure.

PreviousWhy Biconomy?NextGasless Transactions

Last updated 2 years ago

Was this helpful?

By understanding the pain points for both developers and their end-users, crypto savvy or otherwise, our aim is to simplify transactions by handling blockchain-related complexities under the hood. Through Biconomy's infrastructure, your users can:

  • Onboard without paying gas through gasless transactions

  • Avoid blockchain complexities such as changing network

  • Enjoy lightning-fast confirmed transactions

Moreover, our infrastructure takes care of gas optimization and transaction management. We deal with gas price fluctuations to reduce gas costs by as much as 40% so that you can focus on building your project. We also make sure that your transactions are never pending or stuck for long.

How do we do it?

This is possible using the concept of meta transactions where the user is able to do a transaction on the blockchain with zero balance account and any third party can pay for the transaction fees for the user. We enable this at scale by providing a non-custodial and gas-efficient relayer infrastructure network.

To dig deeper into meta transactions, you can read .

Check out the next section 'Dashboard' to register your dApp. Then you can start reading our guide ‘’ to know how to use our plug-n-play solution to easily integrate meta transactions to your application.

🙂
our detailed piece on meta transactions
Enable Gasless Transactions