Spectrum Finance Updates: Almost Done With YF and TGE soon
Hey! We have some great updates this week to share with you. Work on the SPF token is almost complete. The Token Generation Event (TGE) will take place very soon (most likely next week).
We are also almost done with Yield Farming on the Ergo side. We will share some images of it soon on our twitter for you guys!
In addition to the above, we are getting closer to launching our DEX on the Cardano mainnet. There is still work to do, but everything is gradually approaching the final stage.
🌐 Spectrum Network
- EntityRepo, ChainCache implementation for Redis;
- EntityRepo, ChainCache implementation for Rocksdb (WIP).
🪙 SPF Token
- Airdrop v2 (WIP).
🔁 Spectrum Finance
🛠 Backend
- Spectrum Yield Farming SDK (TS): Spectrum YF validators added to SDK (https://github.com/spectrum-finance/ergo-dex-sdk-js/pull/33);
- Prepared Yield Farming Protocol (Ergo) for on-chain testing;
- Minor Yield Farming Protocol (Ergo) improvements for new backend requirements (WIP);
- Yield Farming (Cardano backend) (WIP).
🤖 Off-chain bots (Ergo):
- MempoolSync — a service allowing to get real-time updates from mempool (https://github.com/spectrum-finance/spectrum-offchain-ergo/blob/box-resolver-dev-529/ergo-mempool-sync/src/lib.rs).
- Spectrum-Offchain — a framework for building off-chain bots for any protocol that involves some kind of pool and orders (e.g AMM Pool + Swap|Deposit|Redeem, LM Pool + Deposit|Redeem, Stablecoin Bank + Buy|Deposit|Redeem). The framework includes OrderBacklog, PoolResolver, OrderExecutor, DataSource, DataSink implementations. User only has to implement specific data models for his particular protocol, parsers and execution logic (https://github.com/spectrum-finance/spectrum-offchain-ergo/tree/box-resolver-dev-529/spectrum-offchain/src).
- Spectrum-Offchain-LM — implementation of bots for Spectrum Liquidity Mining protocol on top of Spectrum-Offchain. (WIP: https://github.com/spectrum-finance/spectrum-offchain-ergo/tree/ergo-lm-instances-dev-560/spectrum-offchain-lm/src).
🎨 Frontend
- Yield Farming (WIP);
- SPF token page on the website.
Right now, all attention is focused on the soon-to-be-launched SPF token. In order to not miss the latest news about it, we recommend you join us on our socials.
🙋♂️Socials
Twitter, Telegram, Telegram Community, Reddit, Discord, Medium
- Try DEX
- Go to the Website
- GitHub — study best practices and collaborate