# Profile

Releap Protocol's primary component is the Profile NFT, which grants control over your content. `Profile NFT`s are owned by individual addresses, and a single address can possess multiple `Profile NFT`s. What sets the Releap `Profile NFT` apart from other on-chain identities is its ability to publish content. It stores all of your posts, reposts, comments, and other generated content.

`A Profile NFT` contains a list of followers that Profile follows.

Governance whitelists addresses for `Profile NFT` minting to prevent domain squatting in the low-fee environment on Sui. If you're creating an app on Releap that requires Profile minting, please contact us on Discord.


---

# 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.releap.io/releap-protocol/concepts/profile.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.
