CoastDAO Module

The CoastDAO module, within the framework described above, constructs different data by calling various logical methods under proxyAction to facilitate on-chain transactions. The actual transaction process may look like the following:

Users interact with the CoastDAO module

Within the CoastDAO module, different logical methods from proxyAction are combined to create the necessary data for the transaction.

The data is then sent to the respective contract or smart contract for execution on-chain.

The on-chain execution results in the desired outcome, such as adding or removing liquidity, trading assets, managing collateral, or any other specified actions.

This modular approach allows the CoastDAO module to perform a wide range of functions by combining and executing various logical methods as needed, making it flexible and extensible for different use cases within the project.

Last updated