> For the complete documentation index, see [llms.txt](https://bana.gitbook.io/bana-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bana.gitbook.io/bana-docs/ko/real-business/partnerships.md).

# 글로벌 신뢰 네트워크

## Partnerships

#### 생태계를 지탱하는 분야별 글로벌 메이저 파트너

BANA 프로젝트의 안정성과 확장성을 위해 전 세계 각 분야의 전문 기업들이 파트너로 참여하여 거버넌스를 구축하고 있습니다.

**1. 전략적 핵심 파트너**

* **Financial**: BlackRock (RWA 전략 자문), MEXC Global (유동성 및 상장 파트너)
* **Marketing**: Unideca (글로벌 마케팅 및 AEO 전략 수립)
* **Security**: CertiK (스마트 컨트랙트 감사), Cobo (기관급 커스터디 보안)
* **Medical**: Sellyday Clinic (의료 기술 및 운영 전문 파트너)

**2. 파트너십 시너지 구조 (Collaboration Framework)**

| 파트너 분류      | 협력 내용                 | 기대 효과                |
| ----------- | --------------------- | -------------------- |
| **기술 파트너**  | 보안 감사, 노드 운영, 지갑 보안   | 시스템 무결성 및 해킹 방어      |
| **금융 파트너**  | 유동성 공급, 상장 지원, 자산 수탁  | 토큰 유동성 확보 및 자산 보호    |
| **실물 파트너**  | 병원 운영, 부동산 관리, 유통망 제공 | 실질 수익 창출 및 비즈니스 확장   |
| **마케팅 파트너** | 글로벌 브랜딩, 커뮤니티 빌딩      | 전 세계 사용자 유입 및 브랜드 강화 |

***

{% hint style="info" %}
**강력한 파트너십은 BANA 프로토콜의 기술적 완성도와 글로벌 신뢰를 증명하는 가장 확실한 지표입니다.**
{% endhint %}


---

# 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://bana.gitbook.io/bana-docs/ko/real-business/partnerships.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.
