> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/faq/trading/assets-and-chains.md).

# 자산 및 체인

**Minara는 어떤 자산과 체인을 지원하나요?** 지원되는 체인: Solana, Ethereum, Base, BSC, Arbitrum, Optimism. 추가 체인도 예정되어 있습니다.

Hyperliquid에서의 무기한 거래를 위해 Minara는 암호화폐 무기한 계약, 토큰화된 주식, 상품을 지원합니다.

**Minara는 크로스체인 거래를 지원하나요?** 네. 한 체인의 자산(예: Ethereum의 USDC)을 사용해 다른 체인의 토큰을 구매할 수 있습니다. Minara가 크로스체인 전송을 자동으로 처리하므로 수동 브리징이 필요하지 않습니다.

**Minara는 어떤 거래 유형을 지원하나요?** 현재:

* 현물 거래(시장가 및 스톱 마켓 주문)
* Hyperliquid의 무기한 선물(Copilot 및 Autopilot을 통해)
* Workflow를 통한 맞춤 전략 거래(카피 트레이딩, 분할 진입/청산 등)

예정: 선물 거래, 자동 차익거래, DeFi 통합.


---

# 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://minara.ai/docs/support/ko/faq/trading/assets-and-chains.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.
