LogoLogo
HomeGet TezBuild on Tezos
English
English
  • Getting Started
  • Quick Start
    • Where To Get Tez (XTZ)
      • Exchanges & Swaps
        • Safety Tips
      • Faucets
    • How To Choose A Baker
    • How To Setup A Wallet
    • How To Stake Your Tez
    • FAQ
      • How To Check Baking Rewards
      • How To Check Transactions
  • Learn
    • What is Tezos?
      • Proof -of-Stake
      • Governance
    • Documentation
    • Courses
      • Nomadic Labs
      • Blockmatics
    • Community
    • Network History
      • Alphanet
      • Genesis (Betanet)
      • Mainnet
      • Athens Amendment
      • Babylonet
      • Babylon Amendment
      • Carthagenet
      • Carthage 2.0 Amendment
      • Dalphanet
      • Test network
  • Built on Tezos
    • Digital Assets
    • Gaming
    • Infrastructure
    • Issuance Platforms
    • Securities
    • Use Cases
  • Resources
    • For Users
      • CLI Wallet Basics
    • For Bakers
      • By Operating System
      • Baking FAQ
      • Snapshots
      • Node Building: Kiln GUI
        • Kiln Node: Upgrade to Full Mode from Snapshot
      • Node Building: Docker
      • Node Building: GitLab Source
      • Build Nodes Fast with TezTool
    • For Developers
      • By Language
      • By Library
      • Development Environment
      • Developer Tools
      • Tutorials
  • Resource Groups
    • Analytics
    • Bots
    • Core Teams
    • Explorers
    • Media
    • Profiles
    • Research
    • Wallets
  • About
    • Tezos Agora
Powered by GitBook
On this page
  • How do I become a baker?
  • How can I see the number of Tezos bakers?
  • How long does baking a block last?
  • Does my node need to be online 24/7?
  • How would I know when I need to be online?

Was this helpful?

Export as PDF
  1. Resources
  2. For Bakers

Baking FAQ

PreviousBy Operating SystemNextSnapshots

Last updated 4 years ago

Was this helpful?

How do I become a baker?

To become a baker you need a minimum of one roll which is currently 8,000 Tez. You can register your account as a baker <TODO>

How can I see the number of Tezos bakers?

How long does baking a block last?

Blocks are formed every minute (60 seconds) on average.

<script async src="https://telegram.org/js/telegram-widget.js?9" data-telegram-post="tezosplatform/268317" data-width="20%"></script>

Does my node need to be online 24/7?

No. Technically bakers only need to be available when it is their turn to bake or endorse a block.

How would I know when I need to be online?

Bakers are assigned rights in advance for the blocks they need to bake and endorse. These are determined by randomized snapshots taken during the cycle. Each cycle one of the several snapshots is selected and baking rights are distributed based on weigh (amount staking). This data can be called through the node RPC or through an API call like this:

curl "https://api.tzstats.com/tables/rights?address=tz1aqcYgG6NuViML5vdWhohHJBYxcDVLNUsE&cycle=250&limit=100"

This is the API used if you are curious: https://tzstats.com/docs/api/index.html#rights-table

Baking Bad
Tezos Nodes
My Tezos Baker