-
Notifications
You must be signed in to change notification settings - Fork 10
docs: update crypto wallet beneficiary documentation for Travel Rule #839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1820,9 +1820,12 @@ curl -X POST 'https://api.lightspark.com/grid/2025-10-13/customers/external-acco | |
| }' | ||
| ``` | ||
| <Note> | ||
| Crypto wallets don't require beneficiary information. Send only assets on the | ||
| named network — EVM addresses look identical across Ethereum, Base, Polygon and | ||
| Plasma, and funds sent on the wrong network are unrecoverable. | ||
| First-party crypto wallets (customer's own self-custody) don't require beneficiary | ||
| information—Grid uses the customer's verified identity. Third-party wallets on | ||
| platforms with Travel Rule requirements (e.g. EU) must include a `beneficiary` | ||
| object with `beneficiaryType`, `fullName`, and `countryOfResidence`. Send only | ||
|
Comment on lines
+1825
to
+1826
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When the third-party beneficiary is a business, this guidance prescribes the individual-only Prompt To Fix With AIThis is a comment left during a code review.
Path: mintlify/snippets/external-accounts.mdx
Line: 1825-1826
Comment:
**Business beneficiary fields are wrong**
When the third-party beneficiary is a business, this guidance prescribes the individual-only `fullName` and `countryOfResidence` fields instead of the required `legalName`, causing customers following the documentation to submit an invalid beneficiary object.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly. |
||
| assets on the named network—EVM addresses look identical across Ethereum, Base, | ||
| Polygon, and Plasma, and funds sent on the wrong network are unrecoverable. | ||
| </Note> | ||
| </Tab> | ||
| </Tabs> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This general on-ramp summary describes beneficiary information as optional without the third-party Travel Rule exception included earlier on the page, leaving readers who use this section as a quick reference with incomplete compliance guidance.
Knowledge Base Used: Mintlify Documentation Site
Prompt To Fix With AI
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!