> For the complete documentation index, see [llms.txt](https://dev.teaproject.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.teaproject.org/020_tutorial/065_retweet/069_retweet_what_else.md).

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dev.teaproject.org/020_tutorial/065_retweet/069_retweet_what_else.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
