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

# Fortress Documentation

## Introduction

**Fortress is the universal agentic execution layer for Web3.**

You speak or type any financial intent, "put 50% in Ondo and 50% in Morpho" or "Swap 100 USDC to WETH, supply it as collateral on Morpho, borrow against it, and loop that five times at 40% LTV.", and autonomous agents execute it end-to-end, with **one signature**.

No more juggling 4–7 apps. No more signing 15–21 separate transactions for a real strategy. No more manual unwinding when you want out.

#### What Fortress Actually Delivers

* **Universal intent layer**: Text or voice becomes real on-chain actions across yield, swaps, lending, prediction markets, perpetuals, bridging, and staking.
* **Three-tier experience**: Power users write complex strategies in natural language. Novices use simple guided flows. Copy users subscribe to verified on-chain strategies.
* **Strategy marketplace**: On-chain social layer where creators earn fees from followers with fully verifiable performance.
* **Safe execution**: Simulation before signing, scoped permissions, human confirmation gates, and hallucination guardrails.
* **One-click strategy**: Any multi-step strategy (even 21+ steps) collapses into a single signature with **automatic exits** and real-time unified dashboard.

#### Current Status (Q3 2026)

Phase 1 is in active development. Core focus right now:

* Text-to-execution for yield, swaps, lending, and bridging on **Base**
* Full simulation engine
* Single-signature strategy vaults with automatic exit conditions
* Novice guided mode with pre-vetted templates
* Human confirmation gates and emergency pause

#### Why This Matters

DeFi execution is still hostile for most people. Complex strategies require too many steps, too many signatures, and too much context switching. AI agents that just "suggest" things destroy the value. Copy trading is either centralized, opaque, or lacks real verification.

Fortress fixes the full stack: intent → safe execution → automatic behavior → social layer for strategies.

We are building this because the components finally exist to do it right. The research shows voice reduces execution latency dramatically. Single-signature execution with automatic exits is achievable with the right contract design.


---

# 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://0xfortress.gitbook.io/fortress/fortress-documentation.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.
