You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/ca/faq.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,14 @@ arcana:
129
129
130
130
??? an-faq "Can I use `transfer` function to move chain abstracted unified balance funds to a smart contract?"
131
131
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
+
134
134
{% include "./text-snippets/ca/transfer_note.md" %}
135
135
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?"
136
137
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