Originator: Sender's Data Type
Beneficiary: Recipient's Data Type
'Legal to Legal' Deposit/Withdraw Guide
To do when withdraw
- Acquire needed information
- The originator information is populated using the data stored in our database, which was obtained during the KYB process.
- The 'dateOfBirth' field under the 'naturalPerson' of the originator entity is not required. The recipient information is obtained from the customer.
- The 'dateOfBirth' field under the recipient entity's 'naturalPerson' is not required.
- Required data may differ by the counterparty VASP's policy. Check their policy before sending legal entity Travel Rule information.
- Check for counterparty VASP's policy
- Transfers involving legal entity may differ by country regulations and each VASP's internal policy.
- e.g) Korean regulation: Beneficiary CEO('naturalPerson') info under 'legalPerson' of Beneficiary is also required
- e.g) VASP policy: Some VASPs allow transfers between 1st-party only.
- e.g) VASP policy: Some VASPs may require all information of CEO for multi-CEO entity
To do when deposit
- Save sender account data
- Please store it to comply with the Travel Rule.
- Make sure it is properly mapped to data such as TxID or Transfer ID.
- Legal entity check
- Verify if 'legalPerson' exists in the originator or beneficiary data.
- Query user data
- Based on the accountNumber (recipient wallet address), retrieve from our legal entity customer database.
- The data obtained through KYB during the customer's onboarding process must be stored in advance.
- Check internal policy
- Verify whether our policy allows deposits for the 'legal to legal ' type.
- Review which data fields must match (entity info, representative info, or both).
- If multiple representatives exist, check whether all or at least one must match.
- Verify beneficiary data and our user data
- Representative information of a legal entity is often obtained during the KYB process rather than through a separate KYC procedure.
- Text mismatches may occur due to naming format differences
'Legal to Natural' Deposit/Withdraw Guide
To do when withdraw
- Acquire needed information
- The originator information is populated using the data stored in our database, which was obtained during the KYB process.
- The 'dateOfBirth' field under the 'naturalPerson' of the originator entity is not required.
The recipient information is obtained from the customer.
- The 'dateOfBirth' field under the recipient entity's 'naturalPerson' is not required.
- Check for counterparty VASP's policy
- Check if the counterparty accepts deposits from legal entities or only allows first-party transfers.
To do when deposit
- Save sender account data
- Please store it to comply with the Travel Rule.
- Make sure it is properly mapped to data such as TxID or Transfer ID.
- Legal entity check
- Verify if 'legalPerson' exists in the originator or beneficiary data.
- Query user data
- Based on the accountNumber (recipient wallet address), retrieve from our legal entity customer database.
- Check internal policy
- Verify whether our policy allows deposits for the 'legal to natural ' type.
- Verify beneficiary data and our user data
- Verify if the Travel Rule recipient data matches our customer's KYC data.
- Adding a name-order switching logic (first ↔ last) can increase match accuracy.
'Natural to Legal' Deposit/Withdraw Guide
To do when withdraw
- Acquire needed information
- The originator information is populated using the data stored in our database, which was obtained during the KYB process.
- The 'dateOfBirth' field under the 'naturalPerson' of the originator entity is not required. The recipient information is obtained from the customer.
- The 'dateOfBirth' field under the recipient entity's 'naturalPerson' is not required.
- Required data may differ by the counterparty VASP's policy. Check their policy before sending legal entity Travel Rule information.
- Check for counterparty VASP's policy
- Transfers involving legal entity may differ by country regulations and each VASP's internal policy.
- e.g) Korean regulation: Beneficiary CEO('naturalPerson') info under 'legalPerson' of Beneficiary is also required
- e.g)VASP policy: Some VASPs allow transfers between 1st-party only.
- e.g)VASP policy: Some VASPs may require all information of CEO for multi-CEO entity
Tips
'naturalPerson' Data Source
When the Originator is a 'naturlaPerson'
- The 'naturlaPerson' information comes from the KYC database
When the Originator is a 'legalPerson'
- The 'naturlaPerson' information comes from the KYB database
- When processing and saving the data:
- Collect both local and English names.
- Store first name and last name separately.
- Design a refined fallback process for name verification.
When the Beneficiary is a 'naturlaPerson'
- The 'naturlaPerson' information comes from the origin VASP's withdrawal UI
- It was entered by the user.
When the Beneficiary is a 'legalPerson'
- The 'naturlaPerson' information comes from the origin VASP's withdrawal UI
- May require multiple name input fields
'naturalPerson' Date of Birth