# Example: Fortune Teller

To showcase how AI Oracle can enhance consumer-facing products, we introduce [Fortune Teller](https://github.com/hadzija7/fortune-teller-frame).

### About Fortune Teller

Fortune Teller leverages the NestedInference smart contract, as discussed in the [Advanced Usages of AI Oracle](https://docs.ora.io/doc/onchain-ai-oracle-oao/onchain-ai-oracle/build-with-ai-oracle/advanced-usages-of-ai-oracle). This application aims to onboard new users to Web3 and demonstrate the capabilities of [AI Oracle](https://ai.ora.io/).

### 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.

<figure><img src="https://4087680299-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FllyHj70MVMOxu2WT7tZv%2Fuploads%2FYibqyJRJHrAQW0BBEpe9%2Fimage.png?alt=media&#x26;token=6dec92b3-3ec3-4b9a-854e-5f635a3f5abb" alt=""><figcaption><p>FortuneTeller Frame</p></figcaption></figure>

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

* **Text:** Generated by Llama3 ([onchain tx](https://sepolia.etherscan.io/tx/0xc0fea01a94e2df4ac37a4c914181ecba7b618e5bc19933f5ae2dfbef3525bbe4))
* **Image:** Generated by Stable Diffusion v3 ([onchain tx](https://sepolia.etherscan.io/tx/0xb4d1a57d24cceb8270ea96d5f1a817fefe0d6a09b1766b5c1502795529d1f2eb))

### 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**](https://github.com/ora-io/oao-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**](https://github.com/ora-io/awesome-ora) repository, whether it’s a Farcaster frame, a Telegram mini app, or any other client application that interacts with **AI Oracle**.
