ord
ord copied to clipboard
Sacrifices
Allow burning/sacrificing inscriptions as an offering to another inscription.
I can think of two ways to do this:
- Generate a burn address specific to the inscription using the inscription ID, and send sacrificial inscriptions there
- Spend sacrificial inscription to
op_return
and include inscription ID in the data. This was what Raph/Casey suggested on the discord coding club.
This, combined with recursive endpoints for fetching sacrifices, will allow for permission-less state updates and open up other possibilities.
This could be a good start for getting this feature mid-term.