Jul 29•4 min read
The autonomous Friedger Pool (AFP) is a project that tries to automate the operation of a Stacking Pool as much as possible. The Proof of Transfer contract (pox) allows users to join a pool via simple smart contract calls. However, they have to trust pool operators that these manage the users' stacking rewards correctly.
Using smart contracts, the experience for pool members can be improved by
For cycle #13, Friedger Pool runs a test to help building better stacking pools.
Goal of this test is to verify that a stacking pool has received a certain amount of bitcoin rewards for a given stacking cycle.
The btc address 33WSGLeVoEpuZDjB54HKZ1y5YsERELoVNq is the reward address for Friedger Pool on mainnet. For cycle #13, we expect 135 reward slots. The should be more than 100 Bitcoin transactions for this address during cycle #13. These transactions should be reported to a smart contract that wraps these rewards into tokens on the Stacks chain. When the tokens are minted the current BTC/STX price retrieved from the oracle-v1 is also recorded.
Task submit the btc reward payments via the smart contract fprw-v02:
Each stacking rewards can be found in any bitcoin explorer. Copy the transaction id.
At Friedger Pool's member area, there is a section about submitting reward transactions. Paste the btc transaction id, click verify.
Finally click submit and confirm the transaction using the Stacks Wallet browser extension.
Done. The rewards have been reported and the new "Friedger Pool Wrapped Rewards" ($FPWR-v02) have been minted and deposited into the FPWR depot. Later on, pool members can claim their rewards.
BTW, these tokens do not have any value because the stacking rewards will be paid out as usual in Stacks.
At the end of each cycle, pool admins determines how much rewards each pool member should receive. Ideally the amount is proportional to the member's stacked amount. Currently, it is not possible to
Nevertheless, we can test the payout process, if the pool admin provides the missing information in a manual process at the end of the cycle. In the future, this step would be automated via the smart contract.
Only members that have stacked in cycle #13 can participate. Do this after cycle #13 has completed.
At Friedger Pool's member area, there is a section to claim your stacking rewards. Click the button and confirm the transaction of the Stacks Wallet extension.
Once the transaction was confirmed, you will see the received reward amount in your wallet as FPWR-v02 tokens.
1- Is everyone eligible for join the Friedger Pool automation testing?
Yes.
2- How do I join the Friedger Pool automation testing?
Join the discord server (https://discord.gg/AFXMDjwA).
3- Should I install any tool for joining the testing
You need the Stacks Wallet for Web and you need to participate in Friedger Pool for cycle #13. You should have some unlocked stacks tokens (less than 1 STX required).
4- What steps should I follow for the test?
Follow the instructions above and provide feedback via https://shrl.ink/v13i
5- What is the "Value for Friedger Pool" in reported Bitcoin transactions?
The reported bitcoin transactions contain the value of the rewards. The rewards are minted as wrapped reward tokens. Users can immediately see how much rewards have been received, at what Stacks price. Smart contracts can use these information to further automate the pool administration process.