solana-program-library/binary-oracle-pair
Jon Cinque 34b57d62fe
docs: Clarify audit status of all programs, no S word (#4046)
2023-02-13 22:05:49 +00:00
..
program chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
README.md docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +00:00

README.md

Simple Oracle Pair Token

  1. pick a deposit token
  2. pick the decider's pubkey
  3. pick the mint term end slot
  4. pick the decide term end slot, must be after 3

Each deposit token can mint one Pass and one Fail token up to the mint term end slot. After the decide term end slot the Pass token converts 1:1 with the deposit token if and only if the decider had set pass before the end of the decide term, otherwise the Fail token converts 1:1 with the deposit token.

Audit

The repository README contains information about program audits.