Chainlink VRF
Last updated
Was this helpful?
Last updated
Was this helpful?
A verifiable random function is a pseudo-random function whose output is unique and can be publicly verified.
ChainLink has implemented their VRF using public key cryptography. It works like so:
The user creates a “seed” value
A ChainLink operator, who has publicly committed to a keypair, uses their secret to sign the seed value.
The user is able to verify that the operator has signed the seed value, and consume the signature as the “random number”.
ChainLink VRF Documentation:
This approach has some benefits in that the operator cannot “lie”: they must sign the seed using the secret they have committed to. The algorithm is also instantaneous: there is no delay or waiting period to get the answer.
This approach also has some drawbacks. Given a seed value, the operator will know ahead of time what the random number will be. The operator may also *withhold* the answer if they don’t like it. We mitigate the operator's foreknowledge by locking the Tickets; even if the operator knows the answer they are unable to manipulate the Ticket structure. If the operator withholds the answer, we can simply switch operators.
A prize strategy can be created with a RNG service. However, the RNGChainlink service requires LINK tokens as payment.
LINK tokens must be supplied to the prize strategy to pay for the RNG service charges