All Collections
FAQs
General FAQs
Why haven't my gas credits reflected yet?
Why haven't my gas credits reflected yet?
Instadapp avatar
Written by Instadapp
Updated over a week ago

When you top up your USDC from any blockchain, it may take some time for the credits to be reflected in your account. This delay is due to the additional security measures we have implemented to protect our users against reorgs on the blockchain.

The "Pending Confirmation" status on the gas modal indicates that the transaction is in progress and has been broadcasted to the network.

It typically takes 1-3 minutes for the credits to be reflected in your account, depending on the blockchain network's current traffic and congestion.

To ensure that your USDC top-up is processed securely and accurately, we take into account the following block confirmations:

const blockConfirmations = {  
“mainnet”: 16,
“polygon”: 64,
“optimism”: 96,
“arbitrum”: 96,
“avalanche”: 16,
“gnosis”: 100,
“bsc”: 16
};

These confirmations are required to confirm the transaction and ensure that the funds are received and credited to your account without any issues.

Did this answer your question?