# Ecosystem Structure

The Trend0x ecosystem is designed as a non-custodial execution framework that connects users, AI-driven trading logic, and external trading venues without taking control over user funds.

Trend0x operates as an execution and intelligence layer — not as a broker, custodian, or asset manager.

***

### 👥 Core Participants

The ecosystem consists of three primary participants:

* Users (capital owners)
* Trend0x (execution intelligence)
* Trading Venues (liquidity providers)

Each participant operates independently, connected through transparent execution flows.

```
┌───────────────────────────────────────────┐
│                 USERS                     │
│                                           │
│ • Own capital                             │
│ • Choose strategy                         │
│ • Enter / Exit anytime                    │
│                                           │
└───────────────────────┬───────────────────┘
                        │
                        │ Strategy subscription
                        │ (no custody)
                        ▼
┌───────────────────────────────────────────┐
│            TREND0x EXECUTION LAYER        │
│                                           │
│ • Market analysis                         │
│ • Strategy selection                      │
│ • Risk & exposure control                 │
│ • Trade execution logic                   │
│                                           │
│ Trend0x NEVER holds funds                 │
│ Trend0x NEVER controls withdrawals        │
└───────────────────────┬───────────────────┘
                        │
                        │ Orders & execution signals
                        ▼
┌───────────────────────────────────────────┐
│              TRADING VENUES               │
│                                           │
│  ┌──────────────┐     ┌──────────────┐    │
│  │     CEX      │     │     DEX      │    │
│  │ (Off-chain)  │     │ (On-chain)   │    │
│  └──────────────┘     └──────────────┘    │
│                                           │
│ • Asset custody                           │
│ • Trade settlement                        │
│ • Liquidity & order books                 │
└───────────────────────────────────────────┘
```

***

### 👤 Users

Users are the sole owners of capital.

They:

* Deposit funds directly on supported trading venues
* Subscribe to Trend0x-managed strategies
* Can enter or exit at any time

Trend0x never holds, pools, or rebalances user funds.

***

### ⚙️ Trend0x Execution Layer

Trend0x functions as an autonomous execution system.

It:

* Analyzes market conditions
* Selects execution strategies
* Manages exposure and risk states
* Executes trades within predefined limits

Trend0x does not custody assets and does not have withdrawal permissions.

***

### 🏦 Trading Venues

All trades are executed directly on external venues.

Supported venue types include:

* Centralized Exchanges (CEX)
* Decentralized Exchanges (DEX)

Trend0x adapts its execution logic to venue-specific mechanics, while preserving a unified strategy framework.

***

### 🔐 Separation of Responsibilities

| Component     | Responsibility                    |
| ------------- | --------------------------------- |
| User          | Capital ownership                 |
| Trading Venue | Asset custody & settlement        |
| Trend0x       | Strategy execution & risk control |

This separation removes custodial risk and ensures full transparency of performance.


---

# 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://trend0x.gitbook.io/trend0x-docs/execution/ecosystem-structure.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.
