> For the complete documentation index, see [llms.txt](https://docs.decenomy.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decenomy.net/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins.md).

# Coins

DECENOMY coins are based on a central blockchain coin development known as the DECENOMY Standard Wallet (DSW). The work for DSW is done and collected in a main repository at [<mark style="color:blue;">https://github.com/decenomy/DSW</mark>](https://github.com/decenomy/DSW)\
\
In a process referred to as rollouts, a code merge is delivered to each DECENOMY coin repository once a certain amount of new features and/or improvements have been collected. Additionally, in the event of a bug being discovered on one of the blockchains, the fix is introduced to the corresponding blockchain and then delivered to the DSW main code.

It is important to note that DSW is not intended for use as a wallet or coin but rather serves as a base code that can be utilized for programming purposes. As the code is open source, the DECENOMY team encourages contributions from the community, including new features, fixes, or bug reports, through the creation of an issue or pull request on the DSW Github repository.\
\
Details of each coin can be found in the following list <br>

* [<mark style="color:blue;">Azzure (AZR)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/aezora-azr.md)
* [<mark style="color:blue;">Beacon (BECN)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/beacon-becn.md)
* [<mark style="color:blue;">Birake (BIR)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/birake-bir.md)
* [<mark style="color:blue;">Cryptoflow (CFL)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/cryptoflow-cfl.md)
* [<mark style="color:blue;">Cryptosaga (SAGA)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/cryptosaga-saga.md)
* [<mark style="color:blue;">Dash Diamond (DASHD)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/dash-diamond-dashd.md)
* [<mark style="color:blue;">Eskacoin (ESK)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/eskacoin-esk.md)
* [<mark style="color:blue;">Flits (FLS)</mark> ](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/flits-fls.md)
* [<mark style="color:blue;">Jackpot (777)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/jackpot-777.md)
* [<mark style="color:blue;">Kyanite (KYAN)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/kyanite-kyan.md)
* [<mark style="color:blue;">Mobility Coin (MOBIC)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/mobility-coin-mobic.md)
* [<mark style="color:blue;">Monk (MONK)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/monk-monk.md)
* [<mark style="color:blue;">One World (OWO)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/one-world-owo.md)
* [<mark style="color:blue;">Peony (PNY)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/peony-pny.md)
* [<mark style="color:blue;">Sapphire (SAPP)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/sapphire-sapp.md)
* [<mark style="color:blue;">Suvereno (SUV)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/suvereno-suv.md)
* [<mark style="color:blue;">Ultra Clear (UCR)</mark>](/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins/ultra-clear-ucr.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decenomy.net/~/changes/w0WCdKBHBZqhwJ4m8ogA/coins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
