> For the complete documentation index, see [llms.txt](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/5.-architecture-of-the-eosi-finance-ecosystem/5.3-multi-asset-trading-infrastructure.md).

# 5.3 Multi‑Asset Trading Infrastructure

While many prop firms focus on a single asset class, <mark style="color:$primary;">EOSI Finance</mark> aims to offer access to a broad range of on‑chain assets, including::

* **Spot and derivatives pairs:** major coins (e.g., BTC, ETH, MATIC), stablecoins (USDT, USDC, DAI) and altcoins. Traders can access on‑chain derivatives like perpetual swaps and options via integrated DEXs such as Uniswap, GMX and Hyperliquid.
* **Synthetic Stocks, Commodities and Real‑World Assets (RWA):** tokenised commodities (PAXG, TXAU, VRO for gold), tokenised treasury bills and bonds (USTB, TBILL, USDY, EUTBL, XEVT), tokenised equities (NVDAx, SPYx, TSLAx) and on‑chain mutual funds or ETFs (e.g., DeFi indices). These assets are accessed through third party partners and are subject to liquidity and regulatory constraints.
* **DeFi Instruments:** yield tokens, liquidity provider tokens, lending protocols and structured products. <mark style="color:$primary;">EOSI Finance</mark> plans to integrate advanced DeFi strategies such as leveraged yield farming, delta‑neutral positions and basis trading.
* **NFTs and Gaming:** integration with NFT marketplaces enables tokenisation of trading achievements, tournament awards and rights to AI agent usage.

This multi‑asset capability allows traders to diversify across sectors, hedge positions and capture opportunities that may not exist on centralised exchanges.

Traders will execute trades directly on these DEXs via our smart contracts. The platform aggregates pricing, risk metrics and execution routing but never holds user funds. This design mirrors DeFi protocols like HyperLiquid and Uniswap that function purely as on‑chain exchange infrastructure.


---

# 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://eosi-finance-1.gitbook.io/eosi-finance-documentations/eosi-finance/5.-architecture-of-the-eosi-finance-ecosystem/5.3-multi-asset-trading-infrastructure.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.
