> For the complete documentation index, see [llms.txt](https://yuzu-money.gitbook.io/yuzu-money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yuzu-money.gitbook.io/yuzu-money/security-infrastructure/fordefi-mpc.md).

# Fordefi MPC

<div data-with-frame="true"><figure><img src="/files/MVKLuWqVp0G29mxpxBVq" alt=""><figcaption></figcaption></figure></div>

> *Fordefi is a SOC 2 Type II certified (Ernst & Young) wallet infrastructure provider, and has undergone penetration testing security assessments by both Skylight Cyber and NCC Group. Fordefi is also insured through Munich Re, a global leader in reinsurance.*

Yuzu Money uses [**Fordefi**](https://fordefi.com/) as our MPC wallet provider to safeguard and manage all protocol funds with institutional-grade security, access control, and seamless DeFi integration. Fordefi enables us to execute strategies efficiently, automate key operations, and maintain a complete, verifiable audit trail.

#### Key Features

**MPC Technology:** Fordefi's MPC technology eliminates single points of failure by distributing private key shares across multiple parties, combined with isolated hardware and biometric controls. This architecture ensures secure, non-custodial control over assets, significantly reducing the risk of key compromise.

**Customizable DeFi Access Controls:** We can whitelist specific DeFi protocols, smart contracts, and destination addresses. Transaction policies, approvals, and permissions are fully customizable per user, wallet, or strategy — allowing for granular, role-based access.

**Institutional-Grade Workflows:** Fordefi supports audit trails, transaction simulation, and policy enforcement — enabling us to maintain oversight, compliance, and operational rigor while interacting with complex DeFi strategies. The platform guarantees 99.9% uptime.

**Automated Execution:** Through Fordefi’s robust API, we can programmatically trigger redemptions, rebalance portfolios, and respond to market events or security incidents in real-time, minimizing operational friction.


---

# 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://yuzu-money.gitbook.io/yuzu-money/security-infrastructure/fordefi-mpc.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.
