# Overview

## Introduction

**Rocky** is the native stablecoins protocol of Sei, acting as a decentralized, modular stablecoins protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Rocky” which are worth distinguishing.

* **Rocky Protocol**:\
  A decentralized, non-custodial stablecoins protocol implemented for the Ethereum Virtual Machine & deployed on Sei.
* **Rocky Interfaces**:\
  Multiple web interfaces allowing easy interaction with the Rocky Protocol. Those interfaces are ways to interact with the Rocky Protocol.

## Rocky

Rocky is a capital-efficient, modular stablecoins protocol native to the Sei blockchain that allows the creation of over-collateralized, decentralized stablecoins. The protocol feeds the Sei ecosystem with a sticky TVL thanks to invested assets backing the stablecoin, making it possible to bootstrap and maintain a TVL over time throughout the entire ecosystem.

The protocol comes with EVM smart contracts which facilitate interactions and integrations.

### Overview

Rocky is a stablecoins protocol allowing the creation of decentralized, capital-efficient and over-collateralized stablecoins built using a modular & upgradable architecture. The protocol consists of several different modules, which can be added or removed over time, from which stablecoins can be issued or minted. Any type of stablecoin can be deployed on Rocky, for instance: USD, EUR, CHF, ETH, BTC, etc..

Rocky is licensed under [BUSL-1.1](https://github.com/rocky-protocol/rocky-rocketizer/blob/main/Parallel_x_Angle___Licensing_agreement_redacted.pdf) & [MIT](https://github.com/rocky-protocol/rocky-core/blob/master/LICENSE.md). Once deployed, Rocky will function in perpetuity, provided by the existence of the blockchain and their dependencies.

### Key Concepts

Stablecoins in Rocky involves:

* **Collateralization**: Stablecoins are backed by an overcollateralized basket of correlated assets.
* **Depeg Protection**: The protocol automatically adjusts fees and penalties when an asset deviates from its target value.
* **Modularity:** The protocol operates through independent minting modules that can be activated or modified over time.
* **Open Participation**: Anyone can mint or burn stablecoins through the protocol.


---

# 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.rocky.cash/introduction/overview.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.
