> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/announcement/zh-cn/mar-2025/cregis-geng-xin-tong-zhi-ban-ben-v3.0.0.md).

# Cregis更新通知 - 版本 \[V3.0.0]

尊敬的Cregis用户，\
您好！我们将于2025年3月30日 07:00 - 09:00（UTC+8）推出Cregis的最新版本V3.0.0，此次更新为强制更新。系统维护期间，登录、转账、API接入、收单等功能都会受到影响，充值可能延迟到账，收单结算将在维护结束后进行。我们非常抱歉给您带来不便，请您提前安排业务，并在维护结束后及时升级版本及调整相关权限。\
本次更新内容如下：

1. 基础版团队权益调整（不影响商业版、企业版）：
   1. 新增每月发送额度限制（超出部分将收取一定比例的超额手续费）；
   2. 成员数量、API地址数量、API付款笔数减少（如果目前已经超出，仍可正常使用，但不可新增）；
2. 新增支付引擎模块（仅支持PC端）；
   1. 新增支付记录、结算记录导出功能；
   2. 新增支付引擎模块权限设置；
3. 新增3条公链：SUI、Bitcoin Cash、opBNB；
4. 新增43种代币；
5. 自动化权限与策略权限剥离（仅支持PC端）；
6. UI优化及问题修复。

\
感谢您一直以来对Cregis的支持！如有任何疑问，请随时联系我们。\
Cregis团队 2025-03-27


---

# 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://support.cregis.com/announcement/zh-cn/mar-2025/cregis-geng-xin-tong-zhi-ban-ben-v3.0.0.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.
