Welcome to view information about LynkCoDAO

Modular architecture design

Drawing on the modularization idea of Olympus V3 Default Framework, the system is divided into four independent modules: "collateral module, clearing module, governance module, and reward module", each module interacts through a standardized interface:

LynkCoDAO's stablecoin USO works in tandem with the main coin LNK, relying on the algorithmic stablecoin 3.0 technology system to achieve a "balance of stability and elasticity". Its core technologies include:

Collateral module: responsible for managing USO's collateral (cryptocurrency, fiat stablecoin, RWA), and supports dynamic addition/removal of collateral types (community voting required);

Liquidation module: When the value of the collateral is lower than the liquidation threshold, the on-chain auction is automatically started (the collateral is exchanged for USO and destroyed) to avoid insolvent;

Governance module: handles community proposal, voting and execution logic, and interacts with other modules through smart contract calls.

Reward module: Calculate and issue various rewards such as pledges, governance, and promotion, and support dynamic adjustment of reward proportions (in response to market supply and demand).

The advantage of this design is that a single module upgrade does not affect the overall system, which facilitates rapid iteration and cross-chain expansion, and solves the upgrade problem of traditional protocols that "affect the whole body".

Last updated