Gateway Documentation
  • πŸŽ“Documentation
  • Overview
    • πŸ’‘What is Presto?
    • ✨How-To Guides
      • How to Create a Rollup
      • How to Deploy a gasless rollup
      • How To Delete A Rollup
      • How To Deploy Mainnet
      • How To Add a Prover
      • Can I Change The Name of My Rollup?
      • How To Use Metamask with Presto
      • How to use a Faucet
      • How to Access the Block Explorer
      • How to Use a Bridge
      • Inactivity Period (for Trial)
    • πŸ’»Features for Developers
      • What Is RPC
      • How To Deploy A Smart Contract
      • How to use HardHat with Presto
      • How To Use Presto with web3.js
      • How To Use Presto with ethers.js
      • How to use Presto with ethers.py
      • How To Use Presto with viem.sh
      • How to use Presto with web3.py
    • πŸ“ŠPresto UI/Dashboards
      • Presto L2 Dashboard
      • Presto List Of Projects
    • ☎️Where To Get Support
    • πŸ›ŸFAQ Presto
    • πŸ›ŸFAQ CDK Erigon
    • πŸ›ŸCDK Erigon RPC Methods
    • πŸ›ŸFAQ Arbitrum
  • πŸ›ŸFAQ Optimism (OP)
  • Fundamentals
    • πŸ› οΈGetting set up
Powered by GitBook
On this page
  1. Overview
  2. How-To Guides

How to Deploy a gasless rollup

PreviousHow to Create a RollupNextHow To Delete A Rollup

Last updated 10 months ago

What is a Gasless Rollup?

In a gasless rollup, users can opt-out to set up gas price to 0. That way they don’t have to even have tokens to be able to transact on the gasless blockchain.

Gas fees are covered by the user then.

Downsides of this approach is opening up to spamming the network.

  1. Deploying a gasless rollup follows the same process as How to , except you select "Configure" before deployment as seen in the screenshot below.

  1. In there select "Gas fees" then "Gasless" and click "Save".

✨
Create a Rollup