Inspiration
Deploy on-chain strategies, automate risk triggers. All in one DeFi automation through building beautiful flowcharts to wire actions.
Inspired by Sequence.io for their cash flow automation software that uses a flowchart UI, and other DeFi trading platforms where we wanted to combine the two together.
What it does
Create comprehensive flowcharts that utilizes Programmable Transaction Blocks (PTBs) that work on the Sui network. Create a new account via Google which also created web3 credentials for you, including a Sui wallet address on the mainnet.
In "Flows", while the main feature is creating those flowcharts, you can manually run them, OR you can run them offline because we use trigger.dev which act as cron jobs on the cloud that are running 24/7 so you can have triggers along with actions.
For example, you can do swap action with PTB, using a trigger where the price goes above or below a target price you've set, or if you want you can send from a coin to another coin on the Sui network using a trigger where you can schedule those times.
How we built it
We used Next.js for the frontend and Hono.js for the backend, all written with Typescript. We used a lot of technology from the Sui stack. We used the Mysten lab's Sui typescript SDK. We used Zklogin with Shinami as our mainnet prover to turn web2 credentials to create web3 credentials all while detaching both and creating proof signatures so we can use the powerful Programmable Transaction Blocks (PTB) that the Sui stack offers so we can enact multple-swaps or multiple-sends with lower gas fees. We also used external market data for the Sui network via Blockberry and Birdeye.
Challenges we ran into
We ran into trouble trying to run the ZkLogin authentication on the mainnet, but we discovered that shinami was offering a prover service for mainnet applications for around 50 requests for the month.
Accomplishments that we're proud of
Successfully developing with the Sui stack for the first time. Especially making the PTB's actually work to send and swap coins. Implementing the ZkLogin on the mainnet, and having seamless connectivity and information to generate Zk proof signatures so we can validate the PTBs.
What we learned
We learned various implementations on building with the Sui Stack, looking into their kits on building DeFi apps, using Programmable Transaction Blocks for executing numerous actions at the same time to reduce fees like no other technology.
What's next for Vero
- Add AI integration to also automate creating these flowcharts for you based on trends, social media, and various other technical analysis.
- Add bunch more triggers for more customizability.
Built With
- azure
- birdeye
- blockberry
- hono.js
- mysten-labs
- next.js
- postgresql
- prisma
- shinami
- sui
- tailwind
- trigger.dev
- typescript

Log in or sign up for Devpost to join the conversation.