diff --git a/apps/portal/src/app/payments/faq/page.mdx b/apps/portal/src/app/payments/faq/page.mdx
index 349524ffc40..540b55aac8a 100644
--- a/apps/portal/src/app/payments/faq/page.mdx
+++ b/apps/portal/src/app/payments/faq/page.mdx
@@ -23,6 +23,17 @@ health, price, and speed to guarantee the best path every time.
Yes, Payments is designed to be agnostic to wallet infrastructure. You can use it with any wallet service.
+
+You can use the thirdweb [Split contract](https://thirdweb.com/thirdweb.eth/Split) to handle this.
+
+- Deploy the Split contract with the set of beneficiary addresses. (These are immutable and fixed at deploy time.)
+- Set the Split contract address as the sale recipient in your configuration.
+- Distribute the funds at any time by calling the distribute() function on the contract.
+
+This will automatically split payments according to the allocation you defined during deployment.
+
+
+
### Fees