Multi-node arch + node Operator guide
Run your own node to power the Theseus network and earn rewards.
Theseus oracles are fundamentally built as a decentralized node runner client - which means anyone can connect to the Theseus service and run their own node.
This is a broader feature which is still under development. Uses ZeroMQ for universal messaging medium between oracle nodes.

Clone the theseus mono-repo and run the https://github.com/fabianferno/theseus/blob/main/oracle/workers/theseus_oracle_node.ts file which is configured to connect to our main services and start computing the LLM requests from the contract.
In the future this architecture will be updated to use a p2p library such as libp2p to work on a more self sufficient and self governed infrastructure.
Last updated