Skip to content

Commit 702e7c7

Browse files
authored
Update page.mdx
Signed-off-by: samina <[email protected]>
1 parent 8665e8f commit 702e7c7

File tree

1 file changed

+11
-0
lines changed
  • apps/portal/src/app/payments/faq

1 file changed

+11
-0
lines changed

apps/portal/src/app/payments/faq/page.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ health, price, and speed to guarantee the best path every time.
2323
Yes, Payments is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
2424
</Details>
2525

26+
<Details summary="How can I split the payment between multiple destination wallet addresses?">
27+
You can use the thirdweb [Split contract](https://thirdweb.com/thirdweb.eth/Split) to handle this.
28+
29+
- Deploy the Split contract with the set of beneficiary addresses. (These are immutable and fixed at deploy time.
30+
- Set the Split contract address as the sale recipient in your configuration.
31+
- Distribute the funds at any time by calling the distribute() function on the contract.
32+
33+
This will automatically split payments according to the allocation you defined during deployment.
34+
35+
</Details>
36+
2637
### Fees
2738

2839
<Details summary="What are the fees for Buy With Fiat?">

0 commit comments

Comments
 (0)