Now verified! I am not even paying $8.
Discussion
How do you verify?
Publish a /.well-known/nostr.json in the domain you want with:
{
"names": {
"_": "
}
}
Then load http://nostr.rocks, hit Settings, and insert your domain in the NIP-05 Identifier field (e.g.: vitorpamplona.com)
Example:
1. https://vitorpamplona.com/.well-known/nostr.json
2. 
Spec: https://github.com/nostr-protocol/nips/blob/master/05.md
tried this, doesn’t work for me
Hey Vitor, are you sure you have your configuration correct? It seems your names object has '_' as the name, not your actual name.
It's correct. The spec allows "_" to avoid redundancy of names. In my case, to avoid vitor@vitorpamplona.com
so some clients will avoid name redundancy and some won’t?
Yep, client consistency is not a strength of nostr yet 😅