🦆 duckpools update 🦆
🦆 duckpools update 🦆
Released a primitive version of duckpools.io for public testing, feedback has been positive so far. Test version is still live at: https://www.duckpools.io/
In preparation for the release:
- Numerous UI improvements were made (borrow page face-lift, tooltips, loading time improvements)
- Off-chain bot for processing borrow and lending orders made fully autonomous
- Working on a Github Repository to store smart contracts and documentation
Next step for duckpools is to get in touch with someone at Spectrum.fi for some guidance on setting up automated liquidations through the DEX.

16 Replies
it is not displaying the erg i have deposited
wait the public testing started ?
It takes a couple of blocks for you to receive your LP tokens, how long has it been since depositing?
Yep, same for me
Does the first tx send funds to some proxy script?
https://explorer.ergoplatform.com/en/transactions/4b4dfde006bff8d00affa4527b77fce163987b88ac5e3b07f0f3861ac3519379
The output is not spent yet
i actually think the amount i had in the pool was just too small to display. After fees it only ended up as 0.001 erg in the pool, and then it was even too small amount for me to withdraw
Thanks for checking it out. I’ll let Kras know about this
everything worked fine for me

testing borrowing now
The page doesn’t refresh the data automatically, working on that rn. I know it’s a stupid question but did you try refreshing after receiving the LP tokens
Our discord btw: https://discord.gg/T5uWavwyNE
@quokka getting an error on the borrow screen, asked me to refresh and said could not get info from explorer. Refreshing page does not fix, not displaying active loans
Did you borrow yet? The explorer is our biggest bottleneck as it fails to load data sometimes, we will have our own instance for this eventually
Is the issue that you borrowed and it can’t get the loan data or are you not able to borrow
i borrowed and it isnt displaying it
so probably just not loading data
but problematic as i am not able to pay my loan if its not displayed
Yeah sounds right. Borrowing also takes a couple of blocks to receive so you’ll have to wait for that, but most likely it will work if refreshed at the right time lol. Knew the explorer would be a pain in our ass
Great work tho, bugs will get ironed out in time
Yes, the off-chain bot naively scans the proxy every 3 blocks atm, mainly because we are using oracle box atm (which is often unconfirmed) rather than the DEX box to evaluate if loans have enough collateral value.