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

# "고정(pinning)"은 무엇을 의미하나요?

PINK를 통해 IPFS 노드에 데이터를 '고정(pinning)'하면 해당 데이터가 중요하므로 노드에 해당 데이터를 저장하고 유지하도록 지시하는 것입니다. \
PINK에서 노드란 사용자를 IPFS 네트워크에 연결하고 파일을 저장할 수 있게 해주는 프로그램을 의미합니다.

데이터를 고정하면 중요한 콘텐츠가 노드에서 삭제되지 않도록 할 수 있습니다. 또한 고정 프로세스를 독점적으로 제어할 수 있으므로 IPFS 네트워크의 다른 노드가 사용자를 대신하여 콘텐츠를 고정하도록 강요할 수 없습니다. 따라서 콘텐츠가 계속 고정되도록 하려면 직접 IPFS 노드를 운영해야 합니다.

PINK를 통해 파일을 IPFS에 고정하면 파일을 공유, 배포, 수익 창출 및 활용하는 방법을 완전히 제어할 수 있습니다. 고정된 콘텐츠에 대한 액세스 및 사용 정책을 자유롭게 결정할 수 있습니다.

IPFS 고정 서비스의 개념에 대해 더 자세히 알아보려면 다음 리소스를 참조하세요:

IPFS 고정 서비스란 무엇인가요? IPFS 네트워크에서 콘텐츠의 고정 및 지속성을 촉진하는 IPFS 고정 서비스의 역할에 대해 자세히 알아보세요.

PINK를 활용하면 IPFS 노드에서 중요한 데이터의 고정을 관리하여 콘텐츠에 대한 제어권을 유지하고 공유, 배포, 수익 창출을 위한 잠재력을 최대한 활용할 수 있습니다.


---

# 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://koneksi.gitbook.io/koneksi-docs/undefined/pink/pinning.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.
