From f0447127cffc0566c8df1ae6f36d4bdad1751c3d Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 27 Jun 2022 15:27:58 -0700 Subject: [PATCH 1/2] Fix docs HTML --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 24b97223ef..ca2f0dfa24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@

THERE WILL ONLY EVER BE 2,099,999,997,690,000 ORDINALS

Check out the bounties for a little ordinal treasure hunt.

-

A slide deck with mostly the same content as this page is available here.

+

A slide deck with mostly the same content as this page is available here.

What are ordinals?

From a2cebf3b39fbb88a15773186d8a0684760e3cc49 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 27 Jun 2022 15:38:11 -0700 Subject: [PATCH 2/2] tweak --- deck/index.md | 18 ++++++++++++++++-- docs/deck/index.html | 20 ++++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/deck/index.md b/deck/index.md index dbc2660bf6..22dd35c4a8 100644 --- a/deck/index.md +++ b/deck/index.md @@ -170,6 +170,20 @@ the UTXO that contains the ordinal is the current owner of the token. --- -# DISCLAIMER +# Ordinal NFT Upgrades: Issued by ordinal owner -[thicccc transaction](https://mempool.space/tx/c3a7786e164bbc7620a90601a1f284cff1a5e93c59978f566a9c7104bc33975a) +- Currently, anyone can assign an NFT to an ordinal. +- This strikes some people as weird, like digital graffiti. +- In the future, may want to give some special status, like "self-issued" if the NFT is signed with a public key that held the ordinal. + +# Ordinal NFT Upgrades: Timestamping + +- Age is of great interest to NFT collectors +- Including a timestamp in an NFT is an easy way to prove the age of an NFT + +# Ordinal NFT Upgrades: Publicity + +- Timestamps prove that an NFT was created before a particular time +- Timestamps *don't* prove that there wasn't anything that was created earlier +- It might be desirable to add a public issuance method, i.e. one where the chain can be scanned for such issuences, and a total ordering to be established over them +- Very reluctant to do this, since this kind of embedding of public data in the Bitcoin blockchain is not very aesthetically pleasing or culturally acceptable to bitcoiners diff --git a/docs/deck/index.html b/docs/deck/index.html index 21f563b608..26090844e4 100644 --- a/docs/deck/index.html +++ b/docs/deck/index.html @@ -178,7 +178,23 @@

Today’s Agenda

  • Anyone who has access to the NFT will know the secret, hidden meaning of the ordinal.
  • -

    DISCLAIMER

    -

    thicccc transaction

    +

    Ordinal NFT Upgrades: Issued by ordinal owner

    +
      +
    • Currently, anyone can assign an NFT to an ordinal.
    • +
    • This strikes some people as weird, like digital graffiti.
    • +
    • In the future, may want to give some special status, like “self-issued” if the NFT is signed with a public key that held the ordinal.
    • +
    +

    Ordinal NFT Upgrades: Timestamping

    +
      +
    • Age is of great interest to NFT collectors
    • +
    • Including a timestamp in an NFT is an easy way to prove the age of an NFT
    • +
    +

    Ordinal NFT Upgrades: Publicity

    +
      +
    • Timestamps prove that an NFT was created before a particular time
    • +
    • Timestamps don’t prove that there wasn’t anything that was created earlier
    • +
    • It might be desirable to add a public issuance method, i.e. one where the chain can be scanned for such issuences, and a total ordering to be established over them
    • +
    • Very reluctant to do this, since this kind of embedding of public data in the Bitcoin blockchain is not very aesthetically pleasing or culturally acceptable to bitcoiners
    • +