> 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/blockchain-development/decenomy-standard-wallet.md).

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