# 자주 묻는 질문

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

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

계약의 가격을 자산의 실제(현물) 가격과 일치시키기 위해, 퍼프스는 다음과 같은 메커니즘을 사용합니다. **펀딩 레이트**로, 트레이더들 사이에서 정기적으로 주고받는 결제입니다:

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

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

***

#### 2. **디파이 앱에서는 퍼프스를 어떻게 구현하나요?**

***

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

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

***

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


---

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