From 1250bafc6882ccf372ed46c16e3dd2a0ec33cd35 Mon Sep 17 00:00:00 2001 From: roleengineer Date: Sun, 19 Jan 2025 22:34:23 +0100 Subject: [PATCH] (instance): added title comment --- src/CirclesBacking.sol | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/CirclesBacking.sol b/src/CirclesBacking.sol index 3b4e33b..fd1ced2 100644 --- a/src/CirclesBacking.sol +++ b/src/CirclesBacking.sol @@ -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.