Skip to content

Commit

Permalink
(instance): added title comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roleengineer committed Jan 19, 2025
1 parent 42e141a commit 1250baf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/CirclesBacking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import {IFactory} from "src/interfaces/IFactory.sol";
import {ILBP} from "src/interfaces/ILBP.sol";
import {IVault} from "src/interfaces/IVault.sol";

/**
* @title Circles Backing Instance.
* @notice Instance holds USDC and stable CRC, initiates Cowswap order to swap USDC into backing asset.
* During Cowswap order execution posthook creates Liquidity Bootstraping Pool with stable CRC
* and backing asset as underlying tokens. Instance holds Balancer Pool Tokens one year until
* they are released by backer.
*/
contract CirclesBacking {
// Errors
/// Method is allowed to be called only by Factory.
Expand Down

0 comments on commit 1250baf

Please sign in to comment.