Firedancer Setup Guide

This guide outlines how to configure Firedancer specifically for integration with Jito. For general setup instructions and detailed configuration steps, refer to the official Firedancer documentation below:

Jito Configuration

After completing the Firedancer setup, you must add the following configuration parameters to enable compatibility with Jito. Include these settings within your Firedancer configuration file:

[tiles.bundle]
    enabled = true
    url = "https://mainnet.block-engine.jito.wtf"
    tip_distribution_program_addr = "4R3gSG8BpU4t19KYj8CfnbtRpnT8gtk4dvTHxVRwc2r7"
    tip_payment_program_addr = "T1pyyaTNZsKv2WcRAB8oVnk93mLJw2XzjtVYqCsaHqt"
    tip_distribution_authority = "8F4jGUmxF36vQ6yabnsxX6AQVXdKBhs8kGSUuRKSg8Xt"
    commission_bps = 300
[tiles.bundle]
    enabled = true
    url = "https://testnet.block-engine.jito.wtf"
    tip_distribution_program_addr = "DzvGET57TAgEDxvm3ERUM4GNcsAJdqjDLCne9sdfY4wf"
    tip_payment_program_addr = "GJHtFqM9agxPmkeKjHny6qiRKrXZALvvFGiKf11QE7hy"
    tip_distribution_authority = "7T4inmPmtNBX3MhLwJ9hFsSMnGJYYkKioVABSNTWVRuS"
    commission_bps = 300

Please see our testnet example: Firedancer Testnet Jito Example.

Next Steps

Once you've applied these configurations, continue following the Firedancer documentation to ensure your environment is correctly setup with Jito's Block Engine.

Last updated