> For the complete documentation index, see [llms.txt](https://dev.simplepay.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.simplepay.ai/docs/api-documentation/apps/dev-mode.md).

# Dev Mode

Development mode will help you test all the steps, webhooks, APIs without spending $ on gas and waiting for real transactions to complete on blockchains.

To go to Dev Mode, create new App in [Console](https://console.simplepay.ai/) and switch Development Mode on:

<div><figure><img src="/files/3BGtdAzO2Qw3f9frJTzu" alt=""><figcaption></figcaption></figure> <figure><img src="/files/EtcG6tlpNDTNwjb2TGu7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/DFdjgqa9dDoKg4x1FuPr" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qAaaIkzh2l8bBhe1e5sR" alt=""><figcaption></figcaption></figure></div>

If dev mode is on, use these wallet addresses in the FROM fields:

**For Success statuses**

* "0x0000000000000000000000000000000000000000", // EVM chains: Ethereum, Binance Smart Chain
* "TSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Tron
* "1SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Bitcoin
* "LSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS", // Litecoin

**For Rejected**

* "0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", // EVM chains: Ethereum, Binance Smart Chain
* "TRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Tron
* "1RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Bitcoin
* "LRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", // Litecoin


---

# 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:

```
GET https://dev.simplepay.ai/docs/api-documentation/apps/dev-mode.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.
