epusdt is a free, open source e-commerce platforms project written in Go and released under GPL-3.0. It has 3,822 GitHub stars, 1,035 forks and 42 open issues, and was last pushed 2 months ago. On this registry it ranks #19 of 30 tracked projects in E-commerce Platforms, with 5 head-to-head comparisons available. It gained 10 stars over the last 3 tracked days.

What is epusdt?

What it is

Epusdt, also called GM Pay, formerly EPUSDT, is an open-source payment gateway built in Go. It supports private deployment and accepts cryptocurrency payments across multiple blockchain networks and token types. It lives in the open-source e-commerce and crypto payment ecosystem, where businesses, API services, card systems, and self-hosted platforms need a payment layer that connects to their own wallets.

The problem it solves is that many sites want to receive USDT and other crypto payments without a third-party processor taking custody or fees. Epusdt provides an HTTP API, a panel, a checkout, and wallet monitoring so a merchant can assign address and amount combinations, watch on-chain transfers, and confirm payments. Funds go to wallets controlled by the deployer, while the gateway handles matching, callbacks, and merchant-facing interfaces.

Key capabilities

  • It supports TRC20, ERC20, Solana, BEP20, Polygon, and Aptos, with USDT, TRX, USDC, ETH, and BNB.
  • It runs privately, so the operator connects its own wallet addresses and receives customer transfers directly, not through a third-party processor.
  • It can start as a single binary for low-concurrency use, without MySQL or Redis, while supporting an asynchronous queue and multi-wallet polling for higher throughput.
  • It supports x86 and ARM systems on Windows, Linux, and Mac, so it can run on servers and desktops.
  • It exposes a standardized HTTP API and an Epay-compatible interface, allowing systems to create orders, receive callbacks, and integrate checkout pages.
  • It includes a Telegram Bot for payment notifications and quick management or monitoring.

Who uses it and how

  • AI distribution platforms such as Sub2API and NewAPI can use it as a crypto payment layer.
  • Card issuing systems such as Dujiaoka and Acg Faka can connect it to accept crypto payments for digital goods.
  • Proxy panels such as V2Board, XBoard, xiaoV2board, and SSPanel can use it to accept crypto payments for user plans or renewals.
  • WordPress, WHMCS, and custom applications can integrate it through payment interfaces or the HTTP API, while the gateway monitors address and amount combinations and sends callbacks.

Getting started

Typical install methods include Docker deployment, the epctl script for Linux binary install, upgrade, status, and initialization, aaPanel deployment, and manual deployment. Integration documentation is at epusdt.com.

When to use it — and when not to

Use it when a project needs self-hosted, multi-chain crypto payment intake and can operate blockchain RPC or API access, wallet management, callbacks, and optional MySQL or Redis. Avoid it when the team wants a fully managed payment provider or does not want to run chain monitoring and merchant infrastructure. The 42 open issues and missing contributor count mean deployers must check maturity and compliance.

project readme (upstream, from github) — read inline

Epusdt — Easy Payment USDT

Epusdt Logo - Multi-chain Crypto Payment Gateway

开源多链多币种 Crypto 支付网关 · 实际采用率 Top 1

English | 简体中文

Official Docs Telegram Channel Telegram Group

GitHub Stars 3000+ GPLv3 License Go 1.16+ Latest Release


Edge 系列

  • GMPay Edge
    基于 Cloudflare Workers 的多链、多币种支付网关,提供商户 API、聚合收银台、支付管理与 Webhook 投递

  • GMShop Edge
    基于 Cloudflare Workers 的数字商品商城,支持卡密、私有下载、自动化商品及自动交付

What is Epusdt?

Epusdt (Easy Payment USDT) 是一个基于 Go 构建、支持私有化部署的 多链多币种 Crypto 支付网关。它从最初的 TRC20 单链方案逐步演进为完整的 多链收款平台,让任意网站或应用都能快速接入多条链、多种代币的加密支付能力。没有第三方托管,没有平台抽成,资金直接进入你的钱包。

GitHub Star 3000+ · 已支持站点解决方案 10+ · Crypto 支付工具实际采用率 Top 1

私有部署,按 HTTP API 接入,几分钟内就可以开始接收 Crypto Payments

已支持网络与代币

网络 代币
TRC20 (Tron) USDT、TRX
ERC20 (Ethereum) USDT、USDC、ETH
Solana USDT、USDC
BEP20 (BSC) USDT、USDC、BNB
Polygon USDT、USDC
Aptos USDC、USDT
更多 持续扩展中…

具体支持的链与代币以 最新版本官方文档 为准。


安全审计

Epusdt 已完成第三方安全审计。 查看安全审计报告


广泛兼容,即插即用

无论你运营的是哪类系统,Epusdt 均可基于现有接口方案,无需重构业务逻辑,快速接入,立即获得 Crypto 收款能力,低成本扩展全球支付场景:

领域 已支持系统
AI 分发 Sub2APINewAPI
发卡系统 独角数卡(Dujiaoka)异次元发卡
代理面板 V2BoardXBoardxiaoV2boardSSPanel
建站生态 WordPressWHMCS
Epay 兼容 兼容各类支持 Epay 易支付接口的平台
更多 简易 HTTP API,10 分钟内接入

核心特性

  • 多链多币种 — 支持 TRC20、ERC20、BEP20、Polygon、Aptos 等主流网络
  • 私有化部署 — 资金完全自主掌控
  • 零依赖运行 — 单个二进制即可启动,低并发场景无需 MySQL + Redis
  • 跨平台 — 支持 x86 / ARM 架构的 Windows / Linux / Mac
  • 多钱包轮询 — 自动轮换收款地址,提高并发处理能力
  • 异步队列 — 高性能消息回调,适配高并发场景
  • HTTP API — 标准化接口,任何语言 / 框架都能快速集成
  • Telegram Bot — 实时支付通知,快捷管理与监控

文档与教程

完整文档请访问:epusdt.com

快速入门:

教程 说明
仓库内:epctl 安装脚本 Linux 二进制安装、升级、状态查看与 Docker 验收脚本
Docker 部署 推荐方式,一键启动
宝塔面板部署 适合宝塔用户
手动部署 完全手动控制
开发者 API 文档 接口集成指南

仓库内还提供顶层脚本:

  • ./epctl 用于 Linux 二进制安装、升级、查看配置、状态和初始化密码
  • ./epctl-docker-test.sh 用于在本机 Docker 里跑 Ubuntu + systemd 的真实安装验收

项目结构

Epusdt
├── epctl       Linux 二进制安装与运维脚本
├── src/        项目核心代码
└── wiki/       文档与知识库

程序截图


管理面板首页

管理面板

收银台

支付页面

实现原理

Epusdt 通过监听多条区块链网络(TRC20、ERC20、BEP20、Polygon 等)的 API 或 RPC 节点,实时捕获钱包地址的代币入账事件,利用金额差异时效性精确匹配交易归属:

工作流程:
1. 客户发起支付,需支付 20.05 USDT
2. 系统在哈希表中查找可用的钱包地址 + 金额组合
3. 若 address_1:20.05 未被占用 -> 锁定该组合(有效期 10 分钟),返回给客户
4. 若已被占用 -> 自动累加 0.0001 尝试下一个金额组合(最多 100 次)
5. 后台线程持续监听所有钱包的入账事件,金额匹配则确认支付成功

Epusdt 支付流程图


社区与支持

遇到问题? 请优先在 GitHub 提交 Issue,我们会优先处理反馈。

渠道 链接
Epusdt 频道 https://t.me/epusdt
Epusdt 交流群 https://t.me/epusdt_group
官方文档站 https://epusdt.com

Star History

Star History Chart

开源协议

Epusdt 遵守 GPLv3 开源协议。


免责声明及使用条款

EPusdt 由 Good Morning Technology, LLC 以免费、开源、非盈利及非托管性质开发和披露,仅供学习、研究与技术交流使用。项目本身不构成投资、金融、法律、税务、合规或任何其他专业建议,也不应被视为对任何资产、交易结果、收益、资金安全、技术可用性或特定用途作出任何保证。

Good Morning Technology, LLC 为依据美国法律设立的主体,并将在适用法律法规范围内履行相应合规义务。就美国监管框架而言,虚拟货币、数字资产及相关技术服务是否构成 money transmission、money services business(MSB)或其他受监管活动,通常取决于具体业务模式,包括项目方是否接收、持有、控制或传输资金或价值,是否代表用户托管资产,以及是否从事兑换、支付、清算、结算或其他中介性金融服务。

作为免费、开源、非盈利、非托管的软件项目,EPusdt 的代码披露、文档说明、技术交流及相关开发活动,本身不应被理解为 Good Morning Technology, LLC 或其贡献者对任何用户后续使用、修改、部署、集成、分发或二次开发行为的授权、背书、控制、参与、保证或承诺。

用户对本项目的实际使用方式、使用目的及后续行为由其自行决定,Good Morning Technology, LLC 及其贡献者无法控制、审查或限制该等行为。用户应自行确保其使用、修改、部署、集成、分发或二次开发行为符合所在地适用法律法规、监管要求、制裁规则及第三方权利,并独立承担由此产生的全部风险、责任与后果。

加密资产属于高风险新兴资产类别,包括稳定币在内的数字资产均可能发生剧烈波动、脱锚、流动性不足、技术故障、监管变化或价值归零等风险。本项目所有代码、文档及相关材料均按“现状”和“可用状态”提供。除适用法律另有强制规定外,Good Morning Technology, LLC 及其贡献者不因用户使用、无法使用、错误使用、违法使用、修改、部署、集成、分发、二次开发或依赖本项目而产生的任何直接或间接损失承担责任。


Keywords: USDT Payment Gateway · Crypto Payment · Multi-chain Payment · TRC20 Payment · ERC20 Payment · BEP20 Payment · Self-hosted Crypto Gateway · OneAPI Payment · NewAPI Payment · 独角数卡支付 · 异次元发卡支付方式 · V2Board Payment · XBoard Payment · SSPanel 支付接口 · WordPress Crypto Payment · WHMCS USDT Payment · Polygon USDT · Epusdt · Easy Payment USDT · Open Source Payment Gateway · 多链收款

Frequently asked questions

Is epusdt free to use?

epusdt is open source under the GPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does epusdt do?

开源优雅的跨平台收款网关 GM Pay(formerly known as EPUSDT)

What is epusdt written in?

epusdt is primarily written in Go. Its source is publicly available at https://github.com/GMWalletApp/epusdt, and it has 3,822 GitHub stars.