ORA
TwitterDiscordWebsiteMirror
  • ✨Quick Start
  • 🔘Introduction
    • About ORA
    • Use Cases
    • Key Milestones
  • 🌐Foundation
    • ORA Coin ($ORA)
    • Tokenomics
      • Interacting with ORA’s Tokenomics
  • 🤖Onchain Perpetual Agent (opAgent)
    • opAgent
  • 🔮Onchain AI Oracle (OAO)
    • Onchain AI Oracle
      • Build with AI Oracle
        • Callback Gas Limit Estimation
        • Advanced Usages of AI Oracle
        • Optimistic Machine Learning (OPML)
      • Onboard AI Models
      • Non-Developer Guides
      • References
        • AI Settlement Oracle
        • Example: Fortune Teller
    • Node Operator Guide
      • Tora Validator Client
      • Tora Launcher - Tutorial
      • Tora CLI - Tutorial
      • Troubleshooting
    • Fraud Proof Virtual Machine (FPVM) and Frameworks
      • opML
      • opp/ai
      • Comparison of Proving Frameworks
  • 💠Resilient Model Services (RMS)
    • Overview
    • ORA API
    • Model and Pricing
    • Technology
  • 🪙INITIAL MODEL OFFERING (IMO)
    • IMO Overview
    • IMO Participation Rules
    • ERC-7641: Intrinsic RevShare Token
    • ERC-7007: Verifiable AI-Generated Content Token
  • 📚Resources
    • Resources
    • FAQ
    • Glossary
    • Legal
      • Privacy Policy
      • Terms of Use
  • 📧Get in touch
    • Twitter
    • Telegram
    • GitHub
Powered by GitBook
On this page
  • Points Program
  • Tora Client
  • ORA Network
  • AI Oracle
  • OPML
  • Other Questions

Was this helpful?

Export as PDF
  1. Resources

FAQ

Frequently Asked Questions

PreviousResourcesNextGlossary

Last updated 2 months ago

Was this helpful?

Points Program

How do I unstake my staked assets?

Since points program and ORA staking has ended, here's the guide for you to unstake your assets. Your funds are safe and will be available to you forever.

Click the link below, connect the wallet, click on requestWithdraw under write as proxy tab, fill out the params, pool address are below, amount should be the amount you staked:

ETH POOL:

OLM POOL:

OLM2 POOL (6 month lock up):

STETH POOL:

STONE ETH POOL:

Once the first transaction is successful, come back after 1 day and click on claimWithdraw and fill out the params.

Tora Client

Information about running Tora Client can be found under our .

How do I run a Tora Client?

Currently there are 2 options for running a Tora client, Tora Launcher and CLI option.

Are there incentives for running a Tora Client?

The incentive is in form of ORA points. Read more on Points page.

Each validated transaction will earn 3 points. Read more here:

How can I monitor Node network health?

Node network health can be found in docker container logs

ORA Network

Is ORA network a rollup or layer 2?

Neither.

ORA is a verifiable AI oracle network. It contains a set of smart contracts capable of making calls to a network of nodes computing AI inference, secured by opML.

AI Oracle

How does AI Oracle handle large responses to generate videos or images?

The content generated by ORA's AI Oracle can be securely stored on decentralized storage networks like IPFS (InterPlanetary File System). Once stored, the files can be retrieved using the Content Identifier (CID), which is provided by ORA’s AI Oracle.

I want to build with ORA's AI Oracle, what options do I have?
What does the AI Oracle fee consist of?

AI Oracle fee = Model Fee (for LlaMA2 or Stable Diffusion) + Callback Fee (for node to submit a inference result back to onchain) + Network Fee (gas)

Callback fee and network fees may be higher when network is experiencing congestion.

Callback fees may be lower if you are using model such as Stable Diffusion, because the inference result will be shorter (just an IPFS hash, instead of long paragraphs in LLM).

OPML

How does opML guarantee consistency, given ML models are non-deterministic?
What are the limitations of opML?
What is the proving overhead, performance, and limitations of zkML frameworks?

For more details, refer to:

Other Questions

How can I be a OG on discord?

Unfortunately, the OG role was a limited-time opportunity exclusively for our first 100 Discord community members, and that window has closed. However, we appreciate your interest and look forward to having you as part of our community!

What is OLM?

Depending on your use case, you can choose from a variety of supported AI models. Please refer to the page, where you'll find all the essential details regarding each model, including supported blockchain networks, associated fees, and other relevant information.

ML inferences can be deterministic provided that the random seed is fixed and the inference is run using or in our deterministic VM. Learn more from .

Privacy, because all models in opML needs to be public and open-source for network participants to challenge. This can be mitigated with .

zkLLM and Ligetron data from EthBelgrade conference .

Modulus Labs zkML bringing GPT2-1B onchain resulted in a .

The zkML framework with EZKL .

, zkML has >>1000 times overhead than pure computation, with being 1000 times, and s.

According to , the average proving time of RISC Zero is of 173 seconds for Random Forest Classification.

, which compares our zkML framework to other leading solutions in the space.

EthBelgrade conference , which mentions zkLLM and Ligetron data.

OLM is the first AI model launched through the IMO framework. More details here

More questions? Reach out in our .

📚
https://etherscan.io/address/0x784fDeBfD4779579B4cc2bac484129D29200412a#writeProxyContract
0x0a7Df7BC7a01A4b6C9889d5994196C1600D4244a
0x4F5E12233Ed7ca1699894174fCbD77c7eD60b03d
0x07b022BD57e22c8c5Abc577535Cf25e483dAe3dF
0x5982241e50Cb4C42cb51D06e74A97EAaCa3a8CE2
0xc0b2FdA4EDb0f7995651B05B179596b112aBE0Ff
Node Operator Guide
https://docs.ora.io/doc/points/tasks#task-4-running-validator-node
References
Nvidia's deterministic framework
this talk on determinism on ML
opp/ai
talk
1m+ times overhead (200+ hours for each call), 128-core CPU and 1TB RAM
takes around 80 minutes to generate a proof of a 1M-nanoGPT model
According to Modulus Labs
the latest report
200 times for small model
EZKL’s benchmark
Ethereum Foundation's granted benchmark
talk
https://docs.openlm.io/olm/initial-model-offering
Discord