# Integration Guide

### Protocol Goals&#x20;

RARA is a social curation protocol open to anyone wishing to curate NFTs with others. The objectives of the protocol are: Reward discovery and curation of NFTs; Enable personal expression through NFT-backed reactions; and Create public, composable curation data.

Curation is the act of adding context and, in the case of RARA, social context. Protocol users add social context to NFTs by burning NFT-based reactions on NFTs. The media of the curated NFT and the media of each Reaction create a media graph of society’s most loved NFTs.&#x20;

### Protocol Summary&#x20;

NFTs owners can register their NFTs to be sold as Reactions. Reactions are purchased and burned in order to curate and comment on NFT’s. The USDC value of the reaction is deposited in a bonding curve; each curated NFT has a separate bonding curve. When a reaction is burned the user receives Curator Tokens which represent shares of the bonding curve. Curator Tokens can be redeemed for USDC


---

# 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.rara.social/integration/integration-guide.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.
