Is there any built in nostr "verification" method?
I'm imagining something like a bip-32 label that would indicate a user completed some form of verification, which applications can use as an anti-spam measure. The specific form of verification is irrelevant, and many providers could exist, they'd publish an event to indicate the result:
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "captcha-verified", "verification"],
],
...
}
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "captcha-verified"],
["l": "email-verified", "verification"],
],
...
}
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "phone-verified", "verification"],
],
...
}
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "payment-verified", "verification"],
],
...
}
"payment-verified" might include the amount paid
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "fidelity-bonded", "verification"],
],
...
}
"fidelity-bonded" might include a UTXO and BIP-127 proof
{
"tags": [
["p": "verifiedpubkey...", ...],
["L": "verification"],
["l": "twitter-verified", "verification"],
],
...
}
"twitter-verified" might include the URL of a tweet committing to the verifiedpubkey (and something from the verifiedpubkey committing to the twitter account?)
I'm not sure if the extra information might warrant a different kind than normal labels.
Ademan
npub19jes...pt7r
Neanderthal hacking on Bitcoin stuff. LNHANCE please!
Craig Wright is officially rekt!
"Why are you wasting energy on this clown?" It's been quite a soap opera to watch, but I'm glad it's over. I suppose there's the potential criminal prosecution though...
Courts and Tribunals Judiciary
COPA -v- Wright - Courts and Tribunals Judiciary
Neutral Citation Number: [2024] EWHC 1198 (Ch)Claim Nos. Il-2021-000019; Il-2022-000069 In the High Court of JusticeBusiness and Property Courts of...
Am I crazy or is nip-56 a special case of nip-32? Why both and why a different kind?
@Guy Swann Hey are you going to Chillderburg this year?
Does nostr have a standard nsfw/content warning tag like the fediverse does?