# DECENOMY Standard Wallet

The DECENOMY Standard Wallet (DSW) acts as the core codebase for all DECENOMY blockchains, streamlining the process of implementing updates and bug fixes. This setup not only facilitates efficient maintenance but also fosters open-source contributions from the community.\
\
Continuous efforts on the DSW are consolidated through its GitHub repository, accessible at [**https://github.com/decenomy/DSW**](https://github.com/decenomy/DSW), where it can also be found various branches at [**https://github.com/decenomy/DSW/branches**](https://github.com/decenomy/DSW/branches). \
These branches are dedicated to different stages of development, including new releases and specific branches for each blockchain. This allows the code to be efficiently transferred from DSW to the individual blockchain codes.

Updates, including new functionalities and/or enhancements, are periodically integrated into each DECENOMY blockchain's repository through a process known as "rollouts," once a notable volume of improvements has been gathered. Moreover, when a bug is detected in any blockchain, the correction is first applied to the specific blockchain and subsequently integrated into the DSW framework.

It is important to note that the DSW is not intended to function as an independent wallet or cryptocurrency. Rather, it is designed to provide a robust framework for development within the DECENOMY ecosystem.

The open-source model of the DSW invites and supports community engagement in the project. \
This includes the addition of new features, fixes, or the reporting of bugs through the creation of issues or pull requests on the DSW GitHub repository.


---

# 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.decenomy.net/blockchain-development/decenomy-standard-wallet.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.
