> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/trade-and-earn/trade-perpetuals/faqs.md).

# 자주 묻는 질문

#### 1. **퍼페추얼은 어떻게 작동하나요?**

퍼페추얼 선물(또는 “perps”)은 자산 가격에 대해 무기한으로 포지션을 잡을 수 있게 해주는 파생 계약입니다. 만기일이 없기 때문에 충분한 마진이 있는 한 어떤 포지션이든 계속 보유할 수 있습니다.

계약 가격을 자산의 실제(현물) 가격에 맞추기 위해 perps는 다음과 같은 메커니즘을 사용합니다. **펀딩 비율**이며, 트레이더들 사이에서 정기적으로 주고받는 지급입니다:

* 퍼페추얼 가격이 현물 가격보다 높으면 롱 포지션이 숏 포지션에 지급합니다.
* 반대로 낮으면 숏 포지션이 롱 포지션에 지급합니다.

디파이 앱은 8시간마다 펀딩 트랜잭션을 수행합니다.

***

#### 2. **디파이 앱에서 무기한 선물은 어떻게 구현되나요?**

***

#### 3. **오라클 소스란 무엇인가요?**

오라클은 온체인 시스템과 오프체인 데이터(특히 가격 피드) 사이를 잇는 다리입니다. 스마트 계약은 외부 데이터를 스스로 가져올 수 없기 때문에, 오라클은 신뢰할 수 있고 변조에 강한 가격 정보를 제공해 프로토콜이 파생상품, 청산, 평가를 처리할 수 있게 합니다.

***

#### 4. **디파이 앱은 어떤 오라클 소스를 사용하나요?**


---

# 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://docs.defi.app/knowledge-base/ko/trade-and-earn/trade-perpetuals/faqs.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.
