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
  • About Fortune Teller
  • Application Flow
  • Benefits of using AI Oracle in Various Applications
  • Build your own AI dapps!

Was this helpful?

Export as PDF
  1. Onchain AI Oracle (OAO)
  2. Onchain AI Oracle
  3. References

Example: Fortune Teller

PreviousAI Settlement OracleNextNode Operator Guide

Last updated 8 months ago

Was this helpful?

To showcase how AI Oracle can enhance consumer-facing products, we introduce Fortune Teller.

About Fortune Teller

Fortune Teller leverages the NestedInference smart contract, as discussed in the Advanced Usages of AI Oracle. This application aims to onboard new users to Web3 and demonstrate the capabilities of AI Oracle.

Application Flow

  1. User Interaction: The application prompts users to answer specific questions posed by the Magic Wizard.

  2. Fortune Telling: The Wizard casts its spells by requesting inferences from AI Oracle.

  3. Response Generation: The Llama3 model generates a textual response, which is then used as a prompt for image creation via StableDiffusion.

  4. NFT Minting: Users can mint AI-generated NFTs if they are satisfied with their fortune image.

The image on the right represents user's fortune result generated by AI Oracle:

  • Text: Generated by Llama3 (onchain tx)

  • Image: Generated by Stable Diffusion v3 (onchain tx)

Benefits of using AI Oracle in Various Applications

  • Objective AI-Generated Insights: AI provides neutral and unbiased outputs, ensuring a fair experience across diverse use cases.

  • Immutable Onchain Data: Information generated is securely stored on the blockchain, making it tamper-proof and easily verifiable.

  • Transparent Data Generation: Utilizing opML, the entire generation process is transparent, fostering trust in the system across different applications.

Build your own AI dapps!

๐Ÿ’ก If you're interested in creating your own frame, check out our AI Oracle Frame Template repository. This template can help you bootstrap your application, but you'll need to modify it based on your specific use case.

We encourage you to develop your own applications. Explore ideas in the awesome-ora repository, whether itโ€™s a Farcaster frame, a Telegram mini app, or any other client application that interacts with AI Oracle.

๐Ÿ”ฎ
FortuneTeller Frame