Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dlc oracle fraud detection #468

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

infografx
Copy link
Contributor

@infografx infografx commented Nov 6, 2019

From the DLC whitepaper.

  1. If Olivia attempts to publicly report two different prices (in order to assume the role of a counterparty in a contract and “win” the bet regardless of the true outcome), she will reveal her permanent private key, as well as the k value for the particular contract she attempted to double-report:

"checkoraclefraud 1"

  1. Check for possible ofracle fraud. If Olivia herself is a counterparty to a contract (e.g. Alice is Olivia), she can cause it to execute in an arbitrary fashion withouth revealing her private key.
    This is detectable, and the defrauded party Bob can provide a compact proof of the fraud so that all other users can stop using Olivia’s commitments and signatures:

"publishedTX = lit2.rpc.GetLatestTx(CIdx=1)"
"msg = lit2.rpc.GetMessageFromTx(CIdx=1, Tx=str(publishedTX["Tx"]))"

"proofOfMsg = lit2.rpc.CompactProofOfMsg(
OracleValue=msg["OracleValue"],
ValueOurs=msg["ValueOurs"],
ValueTheirs=msg["ValueTheirs"],
OracleA=msg["OracleA"],
OracleR=msg["OracleR"],
TheirPayoutBase=msg["TheirPayoutBase"],
OurPayoutBase=msg["OurPayoutBase"], Tx=publishedTX["Tx"])
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant