> 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/tutorials/decenomy-masternodes/masternode-hosting-with-flits-wallet-app.md).

# Masternode Hosting With Flits Wallet App

The [Flits Wallet App](https://flitswallet.app/) offers users the ability to deploy Decenomy masternodes at a very low cost. Below, we will look at the steps required to deploy masternodes within the wallet.

### Choose a Project

Before proceeding with masternode deployment in the Flits Wallet App, it is crucial to carefully select your desired project and familiarize yourself with its specific masternode requirements.&#x20;

This includes understanding the collateral amount needed, reward structure, coin specifications, and network rules. Find the list of coins supported in the Flits Wallet App here: [Coins](/coins.md)

### Secure Your Wallet

To ensure the safety of your wallet, it's necessary to enable an extra layer of security by [setting up a passcode and/or biometric](/tutorials/flits-wallet-app/settings-overview.md#authentication) login. This will help to keep your wallet secure and your investments safe.

### Fund Your Wallet

You'll need to have the required amount of coins in your wallet to meet the collateral requirement for the masternode. &#x20;

Refer to [How to receive funds in the Flits Wallet App](/tutorials/flits-wallet-app/wallet-operations-send-receive-transaction-history.md#receiving-coins) and [How to buy Decenomy coins on Birake Exchange](/tutorials/exchange/how-to-buy-decenomy-coins-on-birake.md)

### Deploy Your Masternode

The process usually involves [topping up fee credits](/tutorials/flits-wallet-app/how-to-top-up-fee-credits.md) and then deploying your node(s). Follow the guide on how to deploy a node: [How to deploy masternodes in the Flits Wallet App](/tutorials/flits-wallet-app/how-to-deploy-masternodes-in-the-flits-wallet-app.md).&#x20;

After successfully deploying your masternodes, it is important to regularly monitor their performance. Keep an eye on factors such as uptime, rewards, and any potential issues that may arise. If you encounter any problems or have concerns about your masternodes, don't hesitate to reach out to the [Flits Support ](/tutorials/flits-wallet-app/flits-wallet-in-app-support.md)Team.&#x20;


---

# 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/tutorials/decenomy-masternodes/masternode-hosting-with-flits-wallet-app.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.
