vearn.finance #136
fede-rodes
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hey @fede-rodes thats a great courage and motivation to actually build something out yourself. Trust anyone that is chanced would look into your protocol and give feedback as needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I'm building a dApp on VeChain and would love your feedback! Both from the UX perspective and smart contract implementation. The app is called Vearn and it's deployed on testnet at https://vearn.finance/.
Context
VeChain operates as an EVM-compatible network with a unique two-token model:
Idea:
The protocol aims to automate the exchange of generated VTHO tokens for additional VET tokens by employing a mathematical approach to determine the "optimal" timing for the swap. This optimized timing is calculated off-chain. When determined, a call to the Trader smart contract (outlined below) is made to initiate the token swap via a decentralized exchange (DEX).
You can find the full source code of the contract here: https://github.com/vearnfi/contracts/blob/main/contracts/Trader.sol
Or view it displayed in a nice format here: https://carbon.now.sh/Ua4EVQLrmTjd46tqD58q
Thanks so much for your time and also to all the Cyfrin team for providing all the amazing content! 🙌
Beta Was this translation helpful? Give feedback.
All reactions