For the complete documentation index, see llms.txt. This page is also available as Markdown.

The Fund Module

As currently designed, allows users to enter the contract with CUSD and does not handle collateral data. If you need to record collateral data, a separate recording contract should be set up. Here are the specific functionalities that need to be implemented within the Fund module:

Deposit CUSD into the liquidity provision: Users should be able to deposit CUSD into the Fund module

Withdraw CUSD from the liquidity provision: Users should be able to withdraw their CUSD balance from the Fund module

Check CUSD Balance: Users should have the ability to check their CUSD balance within the Fund Module.

Creating new perpetual pair: Users should be able to create new perpetual pair or adding more liquidity on the existing perpetual pair.

Last updated