Verified Partners
A "Verified Partner" must follow these Best Practices:
- If a $handle is used to resolve an address:
- The $handle NFT image must be displayed to the user to verify it resolved as expected, before a transaction is submitted.
- Don't use "autocomplete" to resolve a $handle. This often resolves to incorrect handles if the user doesn't type fast enough. Wait for a user submit action like typing "Enter" or click a submit button.
- Perform a double-check before transaction submission, just to ensure the user didn't type something after $handle resolution already took place. Check that the resolution still matches. If not, send an error back to the user.