Tezos Reward Distributor (TRD)¶
DISCLAIMER : TEZOS REWARD DISTRIBUTOR IS PROVIDED AS IS. IT IS UNDER CONSTANT DEVELOPMENT. EVENT THOUGH IT IS WELL TESTED, PLEASE USE IT WITH CARE. ALWAYS MAKE A PRE-RUN IN DRY MODE BEFORE MAKING ACTUAL PAYMENTS. IF YOU WANT TO RUN IN SERVICE MODE DO IT AFTER YOU ARE CONFIDENT WITH THE APPLICATION. IN SERVICE MODE ONLY UPDATE IF NEEDED.
PRIVACY : TEZOS REWARD DISTRIBUTOR COLLECTS ANONYMOUS STATISTICS. PLEASE READ OUR STATISTICS POLICY FOR MORE INFORMATION.
What’s TRD?¶
TRD is an open-source software for distributing staking rewards from bakers to delegators introduced in detail in this Medium article. This is not a python script but a full scale application which can continuously run in the background as a Linux service. However it does not have to be used as a service, but it can also be used interactively. The tool convinces with its simplicity and yet leaves no configuration wish unfulfilled. Whether minimum delegation threshold, or special fees for some delegators - the TRD covers just about all possible constellations. Furthermore, the tool supports complex payments, pays in batches. It uses TzKT API as backend. TRD is developed and tested extensively by the community and the source code which can be found in the following Github repo.
Tezos offers two kind of rewards: delegating rewards and staking rewards. TRD pays out delegation rewards. Staking rewards are paid by the protocol, and TRD does not concern itself with them.
Who needs TRD?¶
The TRD is needed by bakers. There are a few payout tools available in the Tezos ecosystem. However, the TRD is probably the most used open source payout tool by bakers. It ranges from small bakers with a couple of delegators to large bakers with more than thousand delegators. The maintainers strive to keep up with the growing Tezos ecosystem. This in turn enables TRD users to participate in the exploration of new business areas like baking for liquidity pools or DAOs.
What else do you need for TRD?¶
There are currently the following options to run TRD:
If you want to inject your own transactions, at least a Tezos rolling node is needed.
If you don’t want to inject your own transactions, only the Tezos signer is needed.
However, for all options the Tezos signer is needed.
Provider notes:
TzKT¶
The backend of the Tezos Reward Distributor is Powered by TzKT API under the following terms:
TzKT API is free for everyone and for both commercial and non-commercial usage.
If your application or service uses the TzKT API in any forms: directly on frontend or indirectly on backend, you should mention that fact on your website or application by placing the label “Powered by TzKT API” with a direct link to tzkt.io.
Funding¶
TRD is an open source, GPL licensed project. It is maintained by various community members.
TRD Art Work¶
This Github Repo contains logo images. If you are using TRD and want to let everybody know about it, feel free to place them in your website.
- How to get and install TRD?
- How to configure TRD?
- Payment Address
- How to use the Tezos Signer
- How to run TRD
- How to run TRD in Docker
- Payout timing
- Plugins
- Run as Linux Service (WIP)
- TRD State Machines
- For Developers
- Managing Contribution Payouts
- Tests
- Anonymous Statistics
- Contributor Covenant Code of Conduct