# Why not just “Do DeFi yourself”?

At first glance, DeFi can look straightforward: deposit assets, earn yield.

But every DeFi position carries layered exposure.

If you deposit stablecoins into a lending protocol, you are exposed to multiple layers of risk.

These include:

* The underlying blockchain network\
  The protocol operates on a specific blockchain, and any issues at the network level — such as congestion, validator failures, or chain-specific vulnerabilities — can affect execution and fund accessibility.
* Smart contract risk\
  The lending protocol is governed by smart contracts. Any vulnerabilities in the code — whether undiscovered bugs, flawed logic, or risks introduced through upgrades — may lead to loss of funds or unintended behavior.
* Lending model and liquidation mechanics\
  The protocol relies on overcollateralized borrowing. If collateral values drop or liquidation mechanisms fail to function as expected (for example, due to low liquidity or oracle issues), this can create systemic stress and impact lenders.
* Governance risk\
  Protocol parameters — such as collateral factors, supported assets, or risk thresholds — can be modified through governance. Changes may introduce new risks or alter the protocol’s behavior over time.
* Stablecoin-specific risk\
  The deposited asset itself carries risk. This includes the stability of its peg, the quality of its backing (fiat, crypto, or algorithmic), and the reliability of its redemption mechanism.
* Liquidity risk at exit\
  The ability to withdraw depends on available liquidity in the protocol. In stressed conditions, high utilization or market imbalances may delay or limit withdrawals.

Now multiply that across several protocols, multiple chains, and different asset types.

Managing this independently means continuously asking:

* Has liquidity changed?
* Has a governance proposal altered risk?
* Has an oracle feed shifted?
* Has a vulnerability been disclosed?
* Has yield decayed enough to justify reallocating?

In DeFi, risk unfolds in minutes, not quarters.

Shift replaces reactive, fragmented management with a structured, system-driven approach:

* Institutional-grade due diligence before any capital is deployed.
* Diversified portfolio construction across assets, protocols, and blockchain networks.
* Independent risk ratings assigned to each component.
* Continuous, block-by-block monitoring of all active positions.
* Predefined emergency exit plans for adverse scenarios.
* Ongoing portfolio reshuffling based on changing risk–return conditions.
* Coverage across major blockchains and protocols, allowing capital to be allocated where conditions are most efficient within defined risk limits.

You retain custody.\
Shift manages the structure.


---

# Agent Instructions: 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:

```
GET https://docs.shiftdefi.com/user-docs/start-here/why-not-just-do-defi-yourself.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
