webb-tools / tangle

Modular restaking infrastructure for developers, restakers, and operators.

Home Page:https://www.tangle.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TASK] Add an oracle role leveraging TSS under-the-hodd

drewstone opened this issue · comments

Overview

We want to build an OaaS (oracle-as-a-service) product since it should be fairly straightforward to build it on top of our TSS infra. The oracles should be a role like TSS, but with more metadata and complexity.

Oracle role metadata

  1. Specifies the underlying TSS
  2. Specifies the data feed
  3. Specifies the expected frequency (run as close to subscription as we can)
  4. TBD (fill in)

Oracle role job types

  1. Setup
  2. Request oracle data feed

Data feed types

  1. Onchain data w/ RPC(s), serialized query
  2. Offchain data w/ URL, GET Request
  3. TBD (fill in)