> For the complete documentation index, see [llms.txt](https://dan-6.gitbook.io/dandex/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dan-6.gitbook.io/dandex/payment-gateway.md).

# Payment gateway

![](https://docs.dannycoin.io/~gitbook/image?url=https%3A%2F%2Fabacus.finance%2Fwp-content%2Fuploads%2F2023%2F10%2Fftc-payment.fw_-3-400x334.png\&width=768\&dpr=4\&quality=100\&sign=2a672947\&sv=1)![](https://docs.dannycoin.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2Fd7LPiN84KaGapw0l1JRM%2Fblobs%2Fcxeh5L8SNXgoLoNq8k4t%2FPayment-GATEWAY-Integrations.png\&width=768\&dpr=4\&quality=100\&sign=8351b28d\&sv=1)

All transactions on the DannyCoin platform use DAN Coin asa payment gateway. Every transaction is verifiable. We have Partners participating in many DAN projects such as Defi, Staking, NFTs.

### <mark style="color:yellow;">Easy to use</mark> <a href="#easy-to-use" id="easy-to-use"></a>

1. <mark style="color:yellow;">Go to marketplace platform</mark>
2. <mark style="color:yellow;">Select product add to cart</mark>
3. <mark style="color:yellow;">Press buy now</mark>
4. <mark style="color:yellow;">Proceed to checkout</mark>
5. <mark style="color:yellow;">Select pay by DannyCoin</mark>
6. <mark style="color:yellow;">Connect Wallet</mark>
7. <mark style="color:yellow;">Confirm and Pay</mark>
8. <mark style="color:yellow;">Delivery status</mark>
9. <mark style="color:yellow;">Receive</mark>
10. <mark style="color:yellow;">Enjoy</mark>

### Step use DannyCoin on marketplace <a href="#step-use-dannycoin-on-marketplace" id="step-use-dannycoin-on-marketplace"></a>

**STEP 1** : G*o to the marketplace* select the desired product category. choose a product to buy

**STEP 2 :** *Select product on marketplace and add product to cart*

![](https://docs.dannycoin.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2Fd7LPiN84KaGapw0l1JRM%2Fblobs%2FT8ALBnHT87MtFy4kMSQ3%2Fasastocart-mms.fw.png\&width=768\&dpr=4\&quality=100\&sign=2739c702\&sv=1)

<mark style="color:yellow;">**STEP 3 :**</mark> <mark style="color:yellow;"></mark>*<mark style="color:yellow;">Connect Wallet & Pay. after adding the product to the cart member must prepare DAN Coin wallet. Can trade wallet in exchange</mark>*

![](https://docs.dannycoin.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2Fd7LPiN84KaGapw0l1JRM%2Fblobs%2FLdWtL7Jg9H8LPLrV70wU%2Fconnect-wallet.fw.png\&width=768\&dpr=4\&quality=100\&sign=adc61d49\&sv=1)

**STEP 4 :** Complete

### <mark style="color:yellow;">What Is a Transaction (TX)?</mark> <a href="#what-is-a-transaction-tx" id="what-is-a-transaction-tx"></a>

Every transaction is recorded on the distributed ledger technology. Cryptography is the name of the process by which transaction data and the ledger are encrypted. Crypto transactions are decentralized — meaning that, unlike with fiat money, no central bank or authority regulates or controls the transaction. Peers engage in transactions with one another by using crypto wallets. The individual who starts the transaction transfers the funds from the public address to another account

![](https://docs.dannycoin.io/~gitbook/image?url=https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2Fd7LPiN84KaGapw0l1JRM%2Fblobs%2FjBIjrt3uIaGHRrdKB78P%2FTRANSACTION.fw.png\&width=768\&dpr=4\&quality=100\&sign=44529f52\&sv=1)

For the transaction to successfully take place, the private key is required. The transactions made are encrypted before they are broadcasted on the distributed ledger.

The amount of the transaction can be publicly viewed but the identity of the sender remains anonymous. Multiple transactions can be added at once to the blockchain using blocks.


---

# 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://dan-6.gitbook.io/dandex/payment-gateway.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.
