Questions of Varying Frequency
What's the difference between a duck?
One leg is both the same.
What is Revealer exactly?
Revealer is a decentralized application that allows you to reveal a secret to the world via a commit-and-reveal scheme.
It is built on top of Threshold Network, and a few of the contributors to Revealer are also long-time contributors to Threshold.
At the cryptological layer, there's nothing about Revealer that is specific to the arts. However, when it became obvious that conditionally revealing a committed-to secret was possible because of advances at Threshold, it seemed that Creative Commons-licensed art was the first obvious use case.
It's fairly simple: using Threshold Access Control, a symmetric key is encrypted. A smart contract is deployed such that a boolean flag is flipped to true once a 'threshold' of contributions are made. The nodes on the Threshold Network watch for the flipping of this flag, and only then participate in their typical multi-party computation to reveal the symmetric key.
At that moment, whatever the artist has encrypted with that key (in this case, a bluegrass record) becomes public.
What is an Artifact?
Revealer Artifacts are ERC-721 tokens that are minted after contributions are closed, and awarded to everyone who contributed. They are serialized, with lower numbers going to higher contributors (ie, top contributor gets #1, then #2, etc). We plan to mint them on Gnosis chain for Revealer 1, within a few weeks of the reveal.
Everyone who contributes above the 0.1eth minimum will receive an Artifact, sent to the address from which they contributed.
The top 10 contributors will have their Artifact bound to one of the paintings by Nashville artist Sophie Clark.
Part of the medium-term vision of Threshold Network is to use NFTs to unlock access to content, and these Artifacts are intended to be used for that purpose.
So does that mean there are no royalties for Revealer projects?
Certainly we hope for the concept of royalties to evolve beyond what it has become.
We want the moment of listening to music to be free, permissionless, and unencumbered by industry interests.
On the other hand, for Revealer 1 (this project - the Vowel Sounds record), we imagine Artifact royalties as follows:
- The initial canonical owner of an Artifact is the address from which the respective contribution was made.
- If an Artifact is transfered to another address, the canonical owner remains the initial address.
- In order to transfer canonical ownership status, a royalty-ish instrument (we don't have a name for this yet) will be paid to the initial contract.
- Whatever benefits Justin decides to confer to holders of the Artifacts, whether in-person or online, will be conferred only to canonical owners.
This way, Artifacts can still be backed up on hardware wallets, bought and sold in open markets, etc., but the artist will still receive some of the market value of any transaction of the Artifact (the long-term value of which will presumably be driven in part by the artist's commitment to Artifact hodlers).
That's all fine, but what if I release my record on Revealer, and then once Revealed, I (or anyone) puts it on a streaming platform - can I get paid?
The short answer is "yes", but the long answer is that we'll need to develop a new license for this. Hopefully our friends at archive.org or the EFF can help.
Why is there a minimum contribution amount to bid for an Artifact? Can I contribute less?
You can contribute less, but you won't receive an Artifact. The primary reason to establish a minimum contribution amount is to prevent spamming of small contributions in order to farm Artifacts. The Artifacts are intended to be special, and part of the long-term ecosystem of Justin's music.
However, if you want to contribute and don't care about getting an Artifact, you can simply send ETH straight to the contract address (which is what happens if you enter less than the minimum in the 'contribute' modal above). This will count toward unlocking the record, but won't be recorded as an official contribution on the leaderboard, etc.
What is the time period for contributions?
Until 10eth are raised, or 14 days have elapsed, or 24 hours after the last contribution - whichever of those happens last.
In other words, if, at any time, there are less than 24 hours remaining, any contribution will cause the clock to be set to 24 hours from that moment.
The record will be released when contributions reach 10ETH, regardless of whether the 14 days have passed. Conversely, the contribution window will be open for at least 14 days, regardless of whether 10ETH are raised.
The contract was deployed on September 1.
The 14-day window and 24-hour extension are parameterized - future Revealers can have different values.