# Gluon Stablecoin Protocol

Gluon is a novel family of cryptocurrency stabilization protocols inspired by nuclear physics that, instead of issuing new tokens, breaks a pre-existing token into stable components and unstable components, similarly to how an atomic nucleus can be broken into neutrons and protons.  We call these components *tokeons*, a portmanteau of "token" and "nucleon", to emphasize that the protocol is not issuing new tokens, but rather splitting a pre-existing token into its tokeons.

It enjoys the following properties:

* **reversibility**: it is always possible to fusion neutrons and protons back into the original asset.
* **autonomy**: once deployed to a blockchain, the protocol can run by itself, with no need to be operated by a third party. As a consequence, a Gluon deployment can also be:
  * **zero-governance**: it does not need to be governed by anyone.
  * **immutable**: a deployment and its parameters can remain unchanged, non-updatable, thus guaranteeing that no one will ever be able to update the contract's logic, in ways that could be undesirable or even malicious for those who hold funds in the contract.
  * **rent-seeking free**: since there is no need for a third party to operate the deployment, there is also no need for any third party to extract abusive fees from the deployment. The deployments can become free and public infra-structure on the underlying blockchains.

Formal verification of this protocol is currently ongoing.

## To Know More

* Watch a [12-min video](https://t.co/WIWN86qR0k).


---

# 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.stability.nexus/stablecoins/gluon-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.
