# 12. Resources & References

## Project Resources

| Resource    | URL                                 |
| ----------- | ----------------------------------- |
| Website     | <https://aivive.ai>                 |
| X (Twitter) | <https://x.com/AIVIVEHQ>            |
| Telegram    | <https://t.me/AIVIVEHQ>             |
| YouTube     | <https://www.youtube.com/@AIVIVEHQ> |
| Medium      | <https://medium.com/@aivive>        |
| Link3       | <https://link3.to/aivive>           |
| Email       | <contact@aivive.ai>                 |

## Technical References

* **Solana SPL Token** — <https://spl.solana.com/token>
* **Circle CCTP (Cross-Chain Transfer Protocol)** — <https://www.circle.com/cross-chain-transfer-protocol>
* **Jupiter Aggregator** — <https://jup.ag>
* **Squads Protocol** — <https://squads.so>
* **Safe (Gnosis Safe)** — <https://safe.global>
* **CertiK** — <https://www.certik.com>

## Glossary

| Term                            | Meaning                                                                                                                                                                                                                |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **RAP (Recursive AI Protocol)** | A new category of on-chain economic system in which each act of consuming an AI product recursively reduces the supply of the protocol's native asset, automatically and verifiably on-chain. Aivive is the first RAP. |
| **AVV**                         | The native SPL token of the Aivive economy. Total supply 10B. Deflationary by design.                                                                                                                                  |
| **Aivive**                      | The first Recursive AI Protocol. Spans Solana and Base.                                                                                                                                                                |
| **aivive.ai**                   | The flagship AI image generation feed, the primary consumer surface of Aivive.                                                                                                                                         |
| **CCTP**                        | Circle's Cross-Chain Transfer Protocol. The native, audited primitive for moving USDC across chains.                                                                                                                   |
| **Burn cycle**                  | The weekly automated process by which platform revenue is converted into permanent *AVV* destruction.                                                                                                                  |
| **Credit ledger**               | The append-only off-chain record of every credit issuance and consumption on the platform.                                                                                                                             |
| **Privy**                       | The authentication and embedded-wallet infrastructure used by aivive.ai. Provides email/social login plus dual-chain wallets.                                                                                          |
| **Squads**                      | Solana-native multi-signature program controlling the Solana treasury and burn authorization.                                                                                                                          |
| **Safe**                        | EVM multi-signature contract controlling the Base treasury.                                                                                                                                                            |
| **FDV**                         | Fully Diluted Valuation. Total Supply × Token Price.                                                                                                                                                                   |

***

For comments, partnership inquiries, or media requests, write to **<contact@aivive.ai>**.

***

[← Risk Disclosures](/aivive-docs/appendix/11-risks.md) · [Cover →](/aivive-docs/readme.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://aivive.gitbook.io/aivive-docs/appendix/12-resources.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.
