Frequently Asked Questions
Last updated
Last updated
Yes, please see the for details about the OBOL Token and our for details about the community airdrop that took place in January 2025. The official token contract address is 0x0B010000b7624eb9B3DfBC279673C76E9D29D5F7.
Have you checked out our and yet? Maybe join our too.
[kharon] is the Ancient Greek Ferryman of the Dead. He was tasked with bringing people across the Acheron river to the underworld. His fee was one Obol coin, placed in the mouth of the deceased. This tradition of placing a coin or Obol in the mouth of the deceased continues to this day across the Greek world.
Charon alone uses negligible disk space of not more than a few MBs. However, if you are running your consensus client and execution client on the same server as Charon, then you will typically need the same hardware as running a full Ethereum node:
CPU*
1
2
RAM
2
16
Storage
100 MB
2 TB
Internet Bandwidth
10 Mb/s
10 Mb/s
*if using vCPU, aim for 2x the above amounts
A node is a single instance of Ethereum EL+CL clients that can communicate with other nodes to maintain the Ethereum blockchain.
A validator is a node that participates in the consensus process by verifying transactions and creating new blocks. Multiple validators can run from the same node.
A cluster is a group of nodes that act together as one or several validators which allows for a more efficient use of resources, reduces operational costs, and provides better reliability and fault tolerance.
It is possible to migrate your Charon node to another machine running the same config by moving the .charon
folder with its contents to your new machine. Make sure the EL and CL on the new machine are synced before proceeding to the move to minimize downtime.
Currently, the minimum is 4 operators with a threshold of 3.
Obol Splits refers to a collection of composable smart contracts that enable the splitting of validator rewards and/or principal in a non-custodial, trust-minimised manner. Obol Splits contains integrations to enable DVs within Lido, Eigenlayer, and in future a number of other LSPs.
No. Any address can trigger the contracts to move the funds, they do not need to be a member of the Split either. You can set your cold wallet/custodian address as the recipient of the principal and rewards, and use any hot wallet to pay the gas fees to push the ether into the recipient address.
The most important decision is to be aware of whether or not the Split contract you are using has been set up with editability. If a splitter is editable, you should understand what the address that can edit the split does. Is the editor an EOA? Who controls that address? How secure is their seed phrase? Is it a smart contract? What can that contract do? Can the controller contract be upgraded? etc. Generally, the safest thing in Obol's perspective is not to have an editable splitter, and if in future you are unhappy with the configuration, that you exit the validator and create a fresh cluster with new settings that fit your needs.
You can check if the containers on your node are outputting errors by running docker compose logs
on a machine with a running cluster.
For more hardware considerations, check out the which explores various setups and trade-offs, such as running the node locally or in the cloud.
For now, Geth, Teku & Lighthouse clients are packaged within the docker compose file provided in the , so you don't have to install anything else to run a cluster. Just make sure you give them some time to sync once you start running your node.
The threshold (aka quorum) corresponds to the minimum numbers of operators that need to be active for the validator(s) to be able to perform its duties. It is defined by the following formula n-(ceil(n/3)-1)
. We strongly recommend using this default threshold in your DKG as it maximises liveness while maintaining BFT safety. Setting a 4 out of 4 cluster for example, would make your validator more vulnerable to going offline instead of less vulnerable. You can check the recommended threshold values for a cluster .
Yes. Unless you were to decide to , Obol Splits are immutable, non-upgradeable, non-custodial, and oracle-free.
Generally Obol Splits are deployed in an immutable fashion, meaning you cannot edit the percentages after deployment. However, if you were to choose to deploy a controllable splitter contract when creating your Split, then yes, the address you select as controller can update the split percentages arbitrarily. A common pattern for this use case is to use a Gnosis SAFE as the controller address for the split, giving a group of entities (usually the operators and principal provider) the ability to update the percentages if need be. A well known example of this pattern is the .
You can read more about how Obol Splits work .
Yes, Obol Splits are licensed under GPLv3 and the source code is available .
The Obol Splits contracts have been audited, though further development has continued on the contracts since. Consult the audit results .
Yes, you can view the verified contracts on Etherscan. A list of the contract deployments can be found .
Another aspect to be aware of is how the splitting of principal from rewards works using the Optimistic Withdrawal Recipient contract. There are edge cases relating to not calling the contracts periodically or ahead of a withdrawal, activating more validators than the contract was configured for, and a worst case mass slashing on the network. Consult the documentation on the contract , its audit , and follow up with the core team if you have further questions.
Diagnose some common errors and view their resolutions .