# How It Works

Collar hedges collateral upfront instead of waiting for the price to drop. This allows borrowers to be shielded from any liquidation risk for months at a time.

Collar's Offchain Intent Platform helps borrowers and marketmakers communicate with one another in order to arrive at acceptable terms. Once this is achieved, marketmakers create an onchain offer and the borrower accepts, with each party posting collateral only when necessary.

We call this "just-in-time liquidity provision".

Below, we’ve put together a simple diagram, video, and cashflow tracking spreadsheet which explains in detail how Collar works.

Cashflow Tracking Sheet

Video (under construction)

Flow of Funds Diagram

# Coordination Phase - Offchain

First, borrowers request quotes for a cap (maximum return) from whitelisted marketmakers (solvers) via the Offchain Intent Platform. Once marketmakers show pricing, borrowers accept the best quote or reject the quotes and try another trade. Borrowers can also accept existing Offers "off the shelf" from marketmakers, creating a more one-click experience.

The Offchain Intent Platform, similar to the sequencers of many top rollups like Arbitrum, Optimism, and more, will be progressively decentralized over time via Onchain Auctions and other mechanisms, the same way other DeFi protocols advanced in complexity, decentralization, and performance over time.

# Settlement Phase - Onchain

If the user accepts, a marketmaker receives a notification and promptly creates an offer, posting the USDC or cash asset required to guarantee the user's upside exposure.

Finally, the user accepts the Offer and provides their collateral. Once this transaction confirms onchain, the marketmaker now benefits from a decline in price. Marketmakers prefer to remain delta-neutral, so they would likely hedge this out using perps, onchain, or other offchain tools.

Upon acceptance by both parties, the protocol takes the user's collateral (stETH) and swaps it for the liability token (USDC) via Uniswap v3, removing price risk. The proceeds of the swap are then multiplied by the LTV percentage and sent to the user, with the remainder staying as collateral that can be won by the marketmaker. This incentivizes marketmakers to facilitate collars.

Collar allows for loan renegotiations or "rolls", where borrowers can "re-strike" higher. This is akin to a climber putting a new spike in the ice as they make progress. If they fall, they get caught by the higher spike.

Over the life of the trade, borrowers are offered terms to extend or "roll" their loan, extending the maturity and updating the floor and cap in line with the market. This coordination is facilitated via the Offchain Intent Platform.

If a roll offer is accepted, the loan is extended, and the floor and cap are updated. Depending on the performance of the asset, the user either posts or receives collateral in order to extend.

The Collar Team is also developing "auto-roll" functionality in order to make it extremely easy for users to roll as assets are increasing in value.

Since Collar positions are tracked as NFTs that are tradeable by the user and the marketmaker, the marketmaker can purchase the borrower's half of the position and retire the NFTs early in order to close out and reclaim the locked collateral inside. This allows for "novations" which remove an inactive marketmaker as well as "unwinds" which allow a user to exit a trade early for some price.

Once the blockchain's native timestamp exceeds the vault's maturity timestamp, the Position is able to be matured. Borrowers can wait to repay their loan, but they are fully exposed to any changes in price of the asset (i.e. if the asset appreciates after maturity and the borrower has not repaid their loan, they miss out on gains). This grace period is limited to 5 days, changeable at the configuration level of the protocol.

Upon being matured, Position collateral is divided between the marketmaker and borrower based on the final price of the asset, which is obtained via a Uniswap TWAP oracle, and the terms of the trade agreed upon upfront. Any liability token awarded to the borrower is combined with the borrower's repaid tokens and sent to Uniswap v3 to repurchase the user's original collateral, which is then returned to them, closing out the trade.