📖
Dev Documents
  • README
  • Basic Concepts
    • TEA Developer Prerequisites
    • The TEA Economic Revolution for Developers
    • The Future of Layer-2s
    • What Makes a Web3 App?
    • Magic of the State Machine
  • Step by Step Tutorial
    • Install Dev Environment
    • Hello World
      • Step 1: Build sample-actor and Run Unit Test
      • Step 2: Start the Local Dev Environment
      • Sample Actor Code Walkthrough
      • Sample Front-end Code Walkthrough
      • 025_understand_request_and_response
    • Deploy Hello World on Testnet
    • Add Login Feature
      • Sample-actor Code Walkthrough - Login Branch
        • tea_sdk_utils
      • Sample Front-end Walkthrough - Login Branch
    • SQL
      • Sample Txn Executor
      • Sample Actor
      • Sample Front-end
    • Reward Fund Transfer
      • Sample Txn Executor
    • Retweet Task
      • Retweet Frontend
      • Retweet Sample Actor
      • Retweet Txn Executor
      • Retweet FAQ
    • Gas Fees
      • Query logs
      • A deep dive into gas measurement and settlement
    • Summary
  • Billing
    • Billing FAQ
    • Gas Fee Billing
    • Gas & Fuse Limits
    • Local Debugging Environment
    • State Maintainer Billing
    • TApp Billing
  • Example TApps
  • Advanced TApps
    • TEA Party TApp Intro
    • TEA Party Code Walkthrough
  • Functions
    • Actors vs Functions
    • Function Calls Between Native & Wasm
    • Native vs Wasm Functions
  • Glossary
    • Actor
    • Adapter
    • App AES Key
    • AuthKey
    • back_end_actor
    • Birth Control
    • Blockchain Listener
    • Capability
    • CML Auctions
    • Commands
    • Consensus
    • Context
    • Conveyor
    • Conveyor: Mutable vs Immutable
    • enclave
    • Followup
    • Front-end
    • GlueSQL
    • GPS
    • Hosting Actor Handlers
    • Hosting CML
    • hosting_profitability
    • Magic of WASM
    • mini-runtime
    • OrbitDb
    • Order of Txns
    • party-actor
    • party-fe
    • Party-state-actor
    • Providers
    • Public Service
    • queries
    • Remote Attestation
    • Staking to Hosting CML
    • Staking to TApp
    • State
    • State Machine
    • State Machine Actor
    • State Machine Replica
    • TEA ID
    • TPM
    • Transactions
    • VMH - Virtual Messaging Hub
    • Where Messages are Stored
Powered by GitBook
On this page
  • Busienss ideas
  • Why do we need secure oracle to call API instead?
  • Do I need to pay to use secure oracle?
  • How do I make money by providing a secure oracle as a developer
  1. Step by Step Tutorial
  2. Retweet Task

Retweet FAQ

!!!George: Please write on your own in this article, try to cover my following questions!!!

Busienss ideas

As a developer, what are the potential opportunities of using secure oracle

Why do we need secure oracle to call API instead?

Compare with web2 directly function call, what are the benefits of secure oracle, why do we need security oracle to call API, what if we call directly, any problems?

Do I need to pay to use secure oracle?

Billing related to secure oracle. George, you can asnwer like this: The developer of the secure oracle actor may have their own pricing model. TEA Project will help billing. If you as an app developer decide to use any existing secure oracle function, you will need to understand and agree on its pricing model. In the runtime the TEA Project will measure the usage and enforce the payment.

How do I make money by providing a secure oracle as a developer

Note, this feature is not completed at the time of writing.

If you write a seure oracle actor and published to the TEA Project, you are the owner of this NFT. All actors are NFT in TEA Project. You can also publish your pricing policy that follow the TEA Project billing rules. If some other application calls your secure oracle, the TEA billing system will measure and enforce the payment from the caller. So you can learn the passive income by providing such secure oracle actor. Please note, this is NOT gas fee. It is just the actor usage fee or in-app purchase. Gas fee is computing resource cost pay to the miners.

PreviousRetweet Txn ExecutorNextGas Fees

Last updated 1 year ago