# Get Started

### Introduction

The X-Cash Turbo TX allows users to send Layer 1 zero confirmation transactions from any wallet. Tx can be verified a few seconds after sending using our [dedicated website](/turbotx/get-started.md) or by running their own local version of the tool. This does not replace instant payments as that will be a true instant send on the layer 2, but adds additional functionallity to our layer 1, that is unique to coins that have a unspent tx system, plus a DBFT block consensus algorithm.

### Getting Started

| What are you looking for?                   | Description                                                                              |
| ------------------------------------------- | ---------------------------------------------------------------------------------------- |
| **I want to learn more about turbo tx**     | Please review the [introduction](https://docs.xcash.foundation/turbotx/introduction)     |
| **I want to send a turbo tx**               | Please review the [send](https://docs.xcash.foundation/turbotx/send) documentation       |
| **I want to receive and verify a turbo tx** | Please review the [receive](https://docs.xcash.foundation/turbotx/receive) documentation |
|                                             |                                                                                          |

### Key features <a href="#key-features" id="key-features"></a>

**Characteristics**

* Send Layer 1 instant tx.
* Send from any wallet, CLI, RPC, GUI, mobile
* Useful for merchants
* Easy to use tool to verify
* Powered by the DPOPS Layer 2

### Useful Links <a href="#key-features" id="key-features"></a>

* \*\*\*\*[**GitHub**](https://github.com/X-CASH-official/xcash-dpops) - Source code of the DPoPS and namespace program.


---

# 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.xcash.foundation/turbotx/get-started.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.
