# 감사

디파이 앱은 디파이 앱의 기능과 보안에 대한 독립적인 검토를 권장하고 이를 용이하게 합니다. 다양한 감사(감사 기관) 그룹이 작성한 보고서를 다음에서 읽어보세요. [디파이 앱 감사](https://github.com/defi-app/defi-app-audits) GitHub 저장소.

***

## $HOME 토큰 MiCAR 준수

*디파이 앱, 2025년 6월*

디파이 App이 게시한 MiCAR[^1]$HOME 토큰에 대한 규정 준수 백서로, 거버넌스 중심의 설계와 유럽연합(EU) 거래소 상장 계획을 설명합니다. 이 문서는 해당 토큰에 금융적 권리가 없으며, Ethereum 및 Base 네트워크를 사용하고, 일반적인 암호화폐 표준을 준수함을 확인합니다. 또한 거래, 프로토콜 운영, 기술 인프라 전반의 위험을 식별하고, 이러한 위험에 대한 완화 전략을 설명합니다. 아울러 에너지 소비가 환경 기준에 부합함을 확인합니다.

[보고서를 읽어보세요](https://github.com/defi-app/defi-app-audits/blob/main/TOKEN.WHITEPAPER.MiCAR-2025-06-05.pdf) GitHub에서.

***

## 스마트 계약 보안

*Cantina, 2025년 3월*

[Cantina](https://cantina.xyz/welcome) 디파이 앱의 스마트 계약에 대한 보안 검토를 수행했으며, 접근 제어, 스테이킹 로직의 일관성, 보상 분배 보호 장치를 개선해 가스 악용, 회계 오류, 무단 행위에 더 잘 대응할 수 있는 여지를 발견했습니다.

[보고서를 읽어보세요](https://github.com/defi-app/defi-app-audits/blob/main/SC.CANTINA-2025-03-27.pdf) GitHub에서.

{% hint style="success" %}
모든 이슈는 해결되었습니다.
{% endhint %}

***

## 웹 앱 보안

*Halborn, 2025년 2월*

[Halborn](https://www.halborn.com/) 디파이 앱의 웹 애플리케이션에 대한 보안 검토를 수행했으며, 세션 처리, 보안 헤더 적용, 환경 격리, 그리고 웹 애플리케이션 스택 전반의 비밀 정보 관리 관행을 개선할 수 있는 여지를 발견했습니다.

[보고서를 읽어보세요](https://github.com/defi-app/defi-app-audits/blob/main/WEBAPP.HALBORN-2025.06.03.pdf) GitHub에서.

{% hint style="success" %}
모든 중대한 이슈는 조치가 완료되었으며, 남은 이슈는 향후 릴리스에서 개선될 예정입니다.
{% endhint %}

***

## 에어드랍 스마트 컨트랙트 보안

*Pashov Audit Group, 2025년 4월*

[Pashov Audit Group](https://www.pashov.net/) 는 디파이 App의 에어드랍 스마트 컨트랙트에 대한 보안 검토를 수행했으며, 클레임 로직의 일관성과 복원력을 개선하고, 시간 관련 파라미터에 대한 검증을 강화하며, 관리 제어와 관련된 규칙을 더욱 엄격하게 적용할 수 있는 여지를 발견했습니다.&#x20;

[보고서를 읽어보세요](https://github.com/defi-app/defi-app-audits/blob/main/AIRDROP.PASHOV-2025.04.09.pdf) GitHub에서.

{% hint style="success" %}
모든 이슈는 해결되었습니다.
{% endhint %}

***

## 인프라 모범 사례

*Sela, 2025년 1월*

[Sela](https://selacloud.com/support/architecture-review) 는 디파이 App의 인프라에 대한 포괄적인 검토를 수행했으며, 워크로드 분리, IAM 거버넌스, 비용 최적화 관행, 배포 신뢰성을 개선할 수 있는 여지를 발견했습니다.

[보고서를 읽어보세요](https://github.com/defi-app/defi-app-audits/blob/main/INFRA.SELA-2025.01.15.pdf) GitHub에서.

{% hint style="success" %}
모든 중대한 이슈는 조치가 완료되었으며, 남은 이슈는 향후 릴리스에서 개선될 예정입니다.
{% endhint %}

[^1]: 암호자산 시장 규정


---

# 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/reference/audits.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.
