#
Getting Started
The most common integration use-cases for Avvy Domains are:
- Forward Resolution, where we take a
.avaxname and get a value like an0xaddress. This can be useful for scenarios like improving the UX for transferring funds between wallets. - Reverse Resolution, where we take a value like an
0xaddress and find the associated.avaxname. This can be useful for adding identity to applications, making it easier for users to read information.
In most cases integrators will want to use our Resolution Utils contract to perform these operations.