Short Private Credit
Borrow tokenized private credit tokens using USDC collateral via Morpho Blue. Profit if NAV declines due to defaults or redemption pressure.
High-risk strategy. Read before trading.
Private credit NAV accrues interest continuously. Short positions lose money if NAV rises faster than borrow costs. These markets are illiquid — redemption can take up to 90 days.
1. Deposit USDC
Post USDC as collateral on Morpho Blue. No lock-up — withdraw anytime above health threshold.
2. Borrow nToken
Borrow the private credit token. The amount you borrow represents your notional short exposure.
3. Sell & Close
Sell via DEX (nCREDIT) or queue redemption via Teller. When NAV drops, buy back cheaper and repay.
Available Markets
Enabling a Market
Each market requires two one-time steps before going live:
- Deploy
MorphoBoringVaultOraclewith the token's accountant address - Create the Morpho Blue market:
loanToken=nToken, collateralToken=USDC, oracle=above, lltv=0.77e18
Oracle contract is at src/MorphoBoringVaultOracle.sol. No admin keys needed after deploy.