Proof Of Donation
Total genesis allocation for Presale, TDF and Blockchain Virus amounts to 308,804,813.69 TZL. During betanet this allocation is delegated to bakers who support development by donating XTZ.
TzLibre bakers can donate any amount of XTZ to a trustless KYC-Tezos smart contract designed to track XTZ donations and deployed at address KT1LGscYq8SwwbXXg1Z6ctDrHjMGnfEkjB8X on KYC-Tezos instantiation.
The amount of 308,804,813.69 TZL will be delegated to donors proportionally to their overall support over time (e.g., a baker who donated 10% of all XTZ raised by the smart contract over time, will have a 30.8M TZL delegation).
Every three cycles delegations will be updated according to new donations.
Example
Here follows an example of how delegations are computed proportionally to donations.
How to interact with PoD contract
You can use tezos-client or you can use TzLibre PoD dashboard.
How to donate using tezos-client
tezos-client transfer {AMOUNT} from {FROM_ADDRESS} to KT1LGscYq8SwwbXXg1Z6ctDrHjMGnfEkjB8X --burn-cap 0.1 --arg 'Left (Pair "{ADDRESS_DONOR}" "{ADDRESS_DELEGATION_BENEFITER}")'
{FROM_ADDRESS}: address of transaction signer.
{ADDRESS_DONOR}: address of donor (most of time it coincides with FROM_ADDRESS)
{ADDRESS_DELEGATION_BENEFITER}: address of the one that will receive the delegate (most of time it coincides with FROM_ADDRESS)
How to change delegation benefiter using tezos-client
Execute a transaction with amount 0, rewriting the {ADDRESS_DELEGATION_BENEFITER} field.
tezos-client transfer 0.1 from {FROM_ADDRESS} to KT1LGscYq8SwwbXXg1Z6ctDrHjMGnfEkjB8X --burn-cap 0.1 --arg 'Left (Pair "{ADDRESS_DONOR}" "{ADDRESS_DELEGATION_BENEFITER}")'
PRO tip
If you don't want to sync a tezos-node, use this alias:
alias tezos-client="docker run -e TEZOS_CLIENT_UNSAFE_DISABLE_DISCLAIMER=Y -v ~/.tezos-client:/var/run/tezos/client -it tezos/tezos:mainnet tezos-client --tls --addr teznode.letzbake.com --port 443"
How to check my delegation share?
Go to pod.tzlibre.io and paste your address.
Last updated
Was this helpful?