> For the complete documentation index, see [llms.txt](https://fija.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fija.gitbook.io/docs/overview/fija-strategies/usdc-yield-master.md).

# USDC Yield Master

#### Overview

The fija **USDC Yield Master** utilizes **US-Dollar based stablecoins** to provide liquidity on the decentralized exchange **Curve** and further uses the yield optimizer **Convex** to boost profitability. Additionally, the strategy incorporates automated rebalancing and safety mechanisms to ensure optimized yields and maximum security of the investment.

* Blockchain: **Ethereum Mainnet**
* Deposit Currency: **USDC**
* Tokens used: **USDC, crvUSD, USDT**
* Protocols used: **Curve, Convex**
* fija Safety Score: **7.8/10**

#### Strategy Description <a href="#strategy_desc_title" id="strategy_desc_title"></a>

The fija USDC Yield Master is a strategy is based on stablecoins that track the value of the US-Dollar.

**Liquidity providing on Curve:**

This strategy provides liquidity in the form of USDC on the decentralized exchange Curve. On Curve, crypto owners can exchange their coins for other currencies. To enable the exchange, Curve holds liquidity on both sides of a currency pair. This liquidity is provided by users as a liquidity position. This is also the case with the „fija USDC Yield Master“: Liquidity positions are formed with the contributed USDC, thus enabling trading on Curve. As proof of the deposit, the strategy contract receives so-called "liquidity pool tokens" (LP tokens).\
For providing liquidity, the strategy contract receives a share of the trading fees earned on the platform. In addition, the Curve platform issues its own tokens (CRV tokens) as an\
incentive. The strategy builds two liquidity positions. One with the USD stablecoin pair crvUSD - USDT and the other in a pool crvUSD - USDC.

**Used Tokens:**

**USDC**: USD stablecoin of the Circle platform. USDC is backed 1:1 by US-Dollar denominated assets in Circle’s reserves. USDT: USD stablecoin of the Tether platform. USDT is backed 1:1 by US-Dollar denominated assets in the Tether’s reserves&#x20;

**crvUSD**: USD stablecoin of the Curve Protocol. crvUSD is an “over-collateralized” stablecoin for which at least 100% of the value in cryptocurrencies (e.g. BTC or ETH) must be deposited for each crvUSD.

**LP staking on Convex:**

To further increase profitability, the LP tokens received are staked on the platform\
Convex. For staking on Convex, the strategy contract receives CVX tokens as rewards. The\
CVX and CRV tokens received are reinvested into the initial USD stablecoin position upon\
receipt.

**Risk Management & Optimization**

The strategy has a rebalancing mechanism that adjusts the allocation between the liquidity\
positions every 90 days to optimize the return. The strategy also utilizes two safety mechanisms that trigger an exit of the strategy once activated. The first mechanism triggers once one of the USD stablecoins loses its peg by more than 2% & the second triggers once the exposure in each of the pools rises above 15% of the respective total pool TVL.

[Vault Address](https://etherscan.io/address/0x73741f1882766E6Ab92a0d61E06b421dDA3aAcFB)

[Strategy Address](https://etherscan.io/address/0x3CCD117866bc109b9eb6874031A19E9025527992)

[Audit Report](https://drive.google.com/file/d/1FYZ_8cKbpCLX6Jt8H4sf-ycQfNOQfGw9/view)

[Safety Score](https://drive.google.com/file/d/1SmdvQjJEJZ1gvn_7KRt6lfhUSDOD28Re/view)

[Strategy KPIs](https://drive.google.com/file/d/1Cg52diqaMagoiJVV1yGZcKbTUXS4dwgx/view)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://fija.gitbook.io/docs/overview/fija-strategies/usdc-yield-master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
