> ## Documentation Index
> Fetch the complete documentation index at: https://developer-cn.cregis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 提币付款

## 使用方案

企业转账或提币，要求从Cregis企业钱包中操作，因为企业钱包对资金有严格管理，可确保资金使用流程可靠安全，具体措施包括：

1. 严格放款流程审批
2. 基于MPC技术保证的多方签名出金

<p align="center">
  <img src="https://mintcdn.com/cg/UQq624DegtbTXkkX/images/intro05.png?fit=max&auto=format&n=UQq624DegtbTXkkX&q=85&s=c0b17107cd57105ed6cce16d9ccca639" alt="withdrawal or payment scenario" width="1200" height="auto" data-path="images/intro05.png" />
</p>

## 使用流程

如上所述，企业出金围绕企业钱包进行，有着严格的流程，具体流程如下：

<p align="center">
  <img alt="Withdrawal or Payment Process" src="https://mintcdn.com/cg/UQq624DegtbTXkkX/images/intro06.png?fit=max&auto=format&n=UQq624DegtbTXkkX&q=85&s=c74feaf24a751a2ce79a935adb417d8a" alt="" width="600" height="auto" data-path="images/intro06.png" />
</p>

1. [确定是否支持目标币种](/api-reference/request-apis/currency-query)
   * 如果不支持，则无法生成提币订单
2. 验证目标地址有效性
   * 确定目标地址在目标链上[是否为有效地址](/api-reference/request-apis/validation-address-legality)
3. 发起提币/支付
   * 发起[提币申请](/api-reference/request-apis/payout-create) 提交给企业钱包
4. 提币查询/监听
   * 用户发起提现后，通知回调地址会收到提现状态通知。
   * 用户通过 [查询订单](/api-reference/request-apis/payout-query) 获取订单信息
