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://ny.mainnet.block-engine.jito.wtf"
tip_distribution_program_addr = "4R3gSG8BpU4t19KYj8CfnbtRpnT8gtk4dvTHxVRwc2r7"
tip_payment_program_addr = "T1pyyaTNZsKv2WcRAB8oVnk93mLJw2XzjtVYqCsaHqt"
tip_distribution_authority = "GZctHpWXmsZC1YHACTGGcHhYxjdRqQvTpYkb9LMvxDib"
commission_bps = 3[tiles.bundle]
enabled = true
url = "https://ny.testnet.block-engine.jito.wtf"
tip_distribution_program_addr = "F2Zu7QZiTYUhPd7u9ukRVwxh7B71oA3NMJcHuCHc29P2"
tip_payment_program_addr = "GJHtFqM9agxPmkeKjHny6qiRKrXZALvvFGiKf11QE7hy"
tip_distribution_authority = "7heQNXEtxSv3wV8sNbuQsDN5xNGbbpLvHGiyXuJxEf7n"
commission_bps = 3Please 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