Monaco is a DCA protocol for solana built on top of Serum and compatible with any program that implements or extends the instruction interface from the standard spl token-lending program.
The protocol itself is made up of 4 parts:
- The smart contract (or program, whatever you like to call it)
- An offchain scheduling server that performs the DCA purchases at the specified intervals
- A CPI library for anchor:
anchor-lending
. You can find this on my Github profile with a simple search - A frontend website to interact with the protocol
Monaco is simple. It takes in deposits and uses them to provide liquidity on whichever lending protocol is chosen. On the specified intervals, it will extract ONLY the profits made on the liquidity deposit and will use it to fund a purchase of a specified token on Serum.
The idea here is for there to be a seamless way to stack up on the tokens you want to build up a position on over time but without having to supply more money again and again.
With the Monaco way, the base capital is left untouched while the interest earned over time is used to size up your positions.
No. As of the time I'm writing this, I have only finished the initial smart contract, the anchor-lending
CPI library, and have begun preliminary work on the offchain scheduling server. After completing that, I will also need to build out the frontend.
Yes, it will be supported and taken care of long after as well but I doubt I'll be adding in more features. Probably just maintaining the ones I'm building out right now
No. I don't want to shove in a token unless there is a really good reason to and I don't think there is one.
Yes, here it is. Try and take it with a grain of salt though. This is very early stages and things might change :)
Feel free to dm me on twitter if you have any questions about what I'm doing or if you want to help out somehow :)