Skip to content

Commit d73beb7

Browse files
committed
Fix: #AR-9490 faq update
1 parent 4499137 commit d73beb7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/faq/ca/faq.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,14 @@ arcana:
129129

130130
??? an-faq "Can I use `transfer` function to move chain abstracted unified balance funds to a smart contract?"
131131

132-
No. Use `request` and issue `sendTransaction` operation to deposit funds into a smart contract. [[web-ca-usage-guide#transfer|Learn more...]]
133-
132+
No. Use [[web-ca-usage-guide#request|`request` and issue `sendTransaction`]] operation to deposit funds into a smart contract.
133+
134134
{% include "./text-snippets/ca/transfer_note.md" %}
135135

136+
??? an-faq "Sending 0.1 USDC from 0.3 USDC balance uses funds from other chains. Why isn't this a normal transaction since sufficient balance exists locally?"
136137

138+
The transaction uses chain abstraction because you need both sufficient tokens AND gas fees for a normal transaction.
139+
140+
Even though 0.1 USDC < 0.3 USDC balance, the remaining 0.2 USDC may not cover the gas fees.
141+
142+
When local funds can't cover transaction amount + gas fees, the system pulls from other chains' allowances to make up the difference, making it a chain-abstracted transaction instead of normal.

0 commit comments

Comments
 (0)