# Automatic recharge of agent account
# Product Introduction
# 1. Functional Description
- The automatic recharge function enables the authorized account/second-generation account to replenish the amount of the sub-account in time when the balance is insufficient, avoiding problems such as insufficient balance and suspension of investment caused by the failure to recharge the sub-account in time.
- Scope of application: authorized account/second-generation account
# 2. Specific usage
# 2.1. Introduction to automatic recharge logic:
- Scan every 10 minutes to trigger the automatic recharge threshold: the sub-account balance is less than 300
- When the core agent account/secondary agent account sets automatic recharge for the secondary agent account/AA account:
- When the balance of the secondary agent account/AA account is less than 300 and the balance of the core agent account/secondary agent account is greater than the set automatic recharge amount: recharge the secondary agent account/AA account to the set automatic recharge amount
- When the balance of the secondary agent account/AA account is less than 300 and the balance of the core agent account/secondary agent account is less than the set automatic recharge amount: all balances in the core agent account/secondary agent account are transferred to the sub-account
# 2.2. Functional Description:
# 2.2.1. Create a new sub-account page, add whether to enable the automatic recharge function (for new users)
# 2.2.2. Transfer module, new automatic recharge setting module (for existing sub-accounts)
- Support batch settings for sub-accounts
- Support synchronization of values set when creating an account
# 2.2.3. Financial management, view records and automatic recharge records
Operator recorded as: Automatic recharge