# README

BlockATM 是全球首个基于区块链智能合约技术的去中心化支付协议，为企业提供安全、自托管的加密货币支付解决方案。

## 核心价值

{% hint style="info" %}
**去中心化自托管**：您的资产由您完全控制。资金存储在区块链上的智能合约中，只有您指定的签名地址才能提取资产。BlockATM 无法访问或控制您的资金。
{% endhint %}

| 特性          | 说明                                                |
| ----------- | ------------------------------------------------- |
| 🔐 **自主托管** | 智能合约归企业所有，资产完全自管                                  |
| 🔗 **无需许可** | 资金提取无金额限制、无时间限制、无需授权                              |
| 🌐 **多链支持** | 支持 TRON (TRC20)、Ethereum (ERC20)、Arbitrum (ARB20) |
| 💰 **透明费率** | 费用固定，无隐藏收费                                        |

## 产品服务

### 收币 (Safepay)

用户通过连接钱包或扫描二维码向您的智能合约付款，资金直接转入您的合约地址。

[了解收币产品 →](https://docs-cn.blockatm.net/shou-bi/safepay)

### 付币 (Batch Payout)

批量向用户支付加密货币，支持余额支付和授权支付两种模式。

[了解付币产品 →](https://docs-cn.blockatm.net/fu-bi/batch-payout)

## 快速接入

| 接入方式           | 适合场景      | 接入时间   |
| -------------- | --------- | ------ |
| **Widget SDK** | 快速集成收银台   | 30 分钟  |
| **Open API**   | 深度定制，功能完整 | 2-4 小时 |
| **Webhook**    | 接收支付事件通知  | 1 小时   |

[查看集成方式 →](https://docs-cn.blockatm.net/widget-sdk/widget-sdk)

## 费用说明

| 类型       | 费用        |
| -------- | --------- |
| 创建智能合约   | 200 USD/个 |
| 收币（连接钱包） | 2 USD/笔   |
| 收币（扫描支付） | 0.4%/笔    |
| 付币       | 1 USD/笔   |

[查看详细费用 →](https://docs-cn.blockatm.net/shou-bi/fees)

## 更新日志

| 版本     | 日期         | 说明                  |
| ------ | ---------- | ------------------- |
| V2.3.0 | 2026-01-13 | 上线授权管理模式            |
| V2.2.0 | 2025-10-15 | 支持 Ethereum/Tron 提现 |
| V2.1.0 | 2025-06-10 | 初始版本                |

[查看完整更新日志 →](https://docs-cn.blockatm.net/geng-xin-ri-zhi/changelog)

***

## 需要帮助？

* 💬 Telegram：Passto\_john
* 📧 邮箱：<john.feng@chixi88.com>
* 📖 [常见问题](https://docs-cn.blockatm.net/chang-jian-wen-ti/faq)
* 🔧 [集成指南](https://docs-cn.blockatm.net/ji-cheng-zhi-nan/collect-guide)


---

# 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-cn.blockatm.net/readme.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.
