Web3 Developer Evangelist, Smart Contract engineer @tetu_io
Helping engineers to step into the Web3 world
The Crypto Anarchist Manifesto
by Timothy C. May
We need to know the roots.
#Yasai #CryptoAnarchy
My tools for building #dApps at #Etherium-based blockchains (battle-tested at @tetu_io )
IDE - @pycharm + solidity plugin. (as a #Python dev). But any IDE from @jetbrains works perfectly.
@HardhatHQ + various plugins (will describe details later)
@typescript + ethers.js for testing and deployment scripts
slither for automated security checks
@TenderlyApp for debugging the deployed smart contracts and transaction simulation.
@graphprotocol - data layer
@vercel for Front End hosting
@github + @GitHubActions for code management and CI pipelines.
Thanks for reading this short #thread hope it is helpful. Feel free to share your favorite tools and ask any questions. Happy building #web3
Despite current market conditions I am super proud of what we achieved
#12 at #Polygon with 26.7mln TVL in a company of great protocols like
@toucanprotocol.lens, @Meshswap_Fi, and @SushiSwap
Thanks to @belbix and the whole @tetu_io team for this opportunity. It is just the beginning!
Capital efficiency problem in AMMs.
Liquidity provided to AMM is used inefficiently because during the swap operations only a small % of liquidity is needed. The rest tokens idle in the pool.
Balancer pool example:
TVL 3,300,000 $
Average trade size: 400$ ( 0.012%)
Basically, 99.9% of funds are just idling. We as a TETU team believe that there is a better way.
We propose to use so-called Asset Managers and invest part of the capital in protocols such as AAVE, TETU, or any other reliable source of income for the single tokens.
The reference implementation is open source at github.com/tetu-io/tetu-balancer-asset-manager
Code covered with tests (100%).
I know there are a lot of great DeFi engineers here. What to know your thoughts about this problem?
P.S. I am still trying to figure out how to use the protocol, so I configured small rewards for the collect.
#Balancer #AAVE #TETU
I have a hackathon idea and need your feedback.
Main idea: Reward the conference speaker.
User story: As a conference speaker I want to receive feedback regarding my context and earn some rewards from the participants.
Flow: In the end of the deck speaker shares QR code and participants are able to 'collect' slides or other materials for the small amount of crypto (e.g 1 MATIC).
Benefits:
For the speaker - feedback and rewards.
For the participants - collectable deck in a form of NFT.
Stack: Lens protocol, JavaScript library which is used by hackmd for slide view.
As a part of tetu.io, we've created a stable pool at #balancer. It was pretty interesting from a technical POW with some caveats.
Steps:
Also, I want to thank the balancer team for their support.
What I've learned today today post:
#Hatdhat has an interesting tools called network-helpers those tools are useful for time manipulation, impersonate and some other cases in contract testing. Check it out at hardhat.org/network-helpers