# Glossary of Terms

The protocol uses specific terms to refer to different concepts.  Below are some of the terms you should become acquainted with.

#### Reaction

This is the core primitive of the RARA protocol. Reactions are one-time use ERC-1155 tokens that power curation in RARA.

#### Maker

A maker is the address that owns an NFT that is [registered](/protocol-features/register.md) as a reaction in the protocol.&#x20;

#### Creator

A creator is the address that minted and created an NFT.&#x20;

#### Curator

A curator is the address that [reacts](/protocol-features/react.md) to curate NFTs into the protocol. Spending a reaction on an NFT is the act of "Curating".

#### Taker

A taker is the address that owns an NFT that curated with Reactions.&#x20;

#### Referrer

Any application can integrate the RARA protocol as a referrer as further detailed in [Optional Curation Incentives](/protocol-features/optional-curation-incentives.md).


---

# 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/major-concepts/glossary-of-terms.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.
