Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
897aacd
rfp: add RFP-018 TWAP oracle and price feed infrastructure
fryorcraken Apr 7, 2026
046379f
Add appendix
fryorcraken Apr 8, 2026
88bc83e
add link
fryorcraken Apr 8, 2026
1cadb83
RFP-019: address PR #37 review comments and fact-check findings
fryorcraken Apr 28, 2026
e19ee64
appendix: add Privacy-Asset Feed Availability section
fryorcraken Apr 28, 2026
bf90795
RFP-019 + RFP-020: split TWAP and external oracle work into two RFPs
fryorcraken Apr 28, 2026
2494553
RFP-019 + RFP-020: align with live RFP format
fryorcraken Apr 28, 2026
8f3f5dc
RFP-019 + RFP-020: humanize prose
fryorcraken Apr 28, 2026
c0f9ff2
RFP-020 + appendix: align verification path with LEZ runtime
fryorcraken May 1, 2026
f3f2a23
RFP-019 + RFP-020 + appendix: production-record framing, fact-check f…
fryorcraken May 1, 2026
3f00eaa
appendix + RFP-020: document LEZ-specific freshness pattern and consu…
fryorcraken May 1, 2026
c19a05f
RFP-020 + appendix: tighten D1 cost framing with lez-ecdsa prototype …
fryorcraken May 4, 2026
a9915d9
appendix + RFP-020: link lez-ecdsa prototype to its GitHub repo
fryorcraken May 4, 2026
b33f5be
RFP-020: drop RLN scope-note parenthetical
fryorcraken May 4, 2026
4fd17e0
RFP-020: drop "Logos's thesis" framing in Why This Matters
fryorcraken May 4, 2026
63e233c
RFP-020: name the TWAP-only weakness in Why This Matters
fryorcraken May 4, 2026
3b4f090
RFP-020: soften "Production security is a business decision" subsection
fryorcraken May 4, 2026
b95562f
RFP-020: rename "not a production-grade design" subsection
fryorcraken May 4, 2026
3ba3e55
appendix + RFP-020: clarify how consumer-pays push differs from journ…
fryorcraken May 4, 2026
63f50d7
RFP-020: replace stray "D1" reference with self-contained label
fryorcraken May 4, 2026
a01fea2
Add some TODOs
fryorcraken May 4, 2026
2d6ca09
RFP-020: address review TODOs, add Scope subsection, link appendix
fryorcraken May 4, 2026
5e61036
RFP-020: reframe fee subsection for push-aggregator design
fryorcraken May 4, 2026
0c70476
RFP-020: note possible follow-on for private-mode-friendly signature …
fryorcraken May 5, 2026
c43b08b
RFP-020: clarify private-execution pull demand is unconfirmed
fryorcraken May 5, 2026
265287f
appendix: add RFP-019 + RFP-020 slide deck and fact-check
fryorcraken May 5, 2026
d4ef9e0
appendix: rename slide files to oracle-ift-research-slides
fryorcraken May 5, 2026
40a8346
appendix: remove slide fact-check (addressed)
fryorcraken May 5, 2026
6818a29
appendix: incorporate measured numbers from lez-signature-bench
fryorcraken May 5, 2026
d709425
appendix: correct framing of bench numbers vs public-mode cost
fryorcraken May 5, 2026
141611f
RFP-020 + appendix + slides: clarify Schnorr-exposure benefit is publ…
fryorcraken May 5, 2026
bf40d63
appendix + slides: reframe Shape B as FROST tx-signing (push-only)
fryorcraken May 5, 2026
72f5e50
TODO day 1 feeds
fryorcraken May 6, 2026
624239a
slide pass
fryorcraken May 6, 2026
1f0e133
other chains and events
fryorcraken May 6, 2026
f6c3aa2
clarifying frost
fryorcraken May 6, 2026
4d666c1
uniswap v4
fryorcraken May 8, 2026
d0ecc0d
add infra to appendix
fryorcraken May 13, 2026
da7b339
security mechanisms
fryorcraken May 13, 2026
438db83
latest edits
fryorcraken May 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Click an RFP to view details. Use the Submit Proposal button to apply.
| RFP-015 | [Token Launchpad: Bonding Curve](RFPs/RFP-015-bonding-curve-launchpad.md) | L | $XXXXX | open | Applications & Integrations | [Submit Proposal](https://github.com/logos-co/rfp/issues/new?template=proposal.yml) |
| RFP-016 | [Token Launchpad: LBP](RFPs/RFP-016-lbp-launchpad.md) | XL | $XXXXX | open | Applications & Integrations | [Submit Proposal](https://github.com/logos-co/rfp/issues/new?template=proposal.yml) |
| RFP-017 | [Privacy-Preserving Token Vesting](RFPs/RFP-017-token-vesting.md) | L | $XXXXX | open | Applications & Integrations | [Submit Proposal](https://github.com/logos-co/rfp/issues/new?template=proposal.yml) |
| RFP-019 | [On-Chain TWAP Oracle](RFPs/RFP-019-twap-oracle.md) | L | $XXXXX | open | Developer Tooling & Infrastructure | [Submit Proposal](https://github.com/logos-co/rfp/issues/new?template=proposal.yml) |
| RFP-020 | [RedStone Off-Chain Oracle Adaptor for LEZ](RFPs/RFP-020-redstone-oracle-adaptor.md) | M | $XXXXX | open | Developer Tooling & Infrastructure | [Submit Proposal](https://github.com/logos-co/rfp/issues/new?template=proposal.yml) |
<!-- RFP_TABLE_END -->

## Terms & Conditions
Expand Down
Loading