Experimental syntax
We’ll announce more operations as we specify and test. Inscribing ordinals is not cheap so we want to ensure we’re sharing usable syntax. At the very least we expect to have syntax updating names.
You’re welcome to include more name data in your ordinal. We’ll likely officially adopt more parameters like these in the future but need to do more exploration and testing before we can recommend for everyone. Our indexer may or may not parse these and other indexers and clients may ignore them indefinitely. Include at your own risk.
Key | Required? | Description |
---|---|---|
lnurl | No | LNURL (Lightning network address) |
npub | No | npub (Nostr public key) |
btc | No | Public Bitcoin receiving address. Formats: • SegWit address: P2WPKH • Script address: P2SH • Legacy address: P2PKH |
Here is a registration example with extra syntax:
{
"p": "sns",
"op": "reg",
"name": "satoshi.sats",
"lnurl": "LNURL1DP68GURN8GHJ7CTSDYHXCMNSV9UJUCM09AMRZTMHV9KXCET59AMKZH60WPHXUDRTGA85WSJDDENYXNZXTP68X3RWDF2XYTMVDE6HYMPDWPEX7CM9WDEN7MM5WS7NYUZGG34N2SESFCUYS3PXDE6K6HMNV96X7UMGD9EN6VCY8TWN5",
"npub": "npub1sg6plzptd64u62a878hep2kev88swjh3tw00gjsfl8f237lmu63q0uf63m"
"btc": "3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy"
}
a
Last modified 7d ago