# FAQ

<mark style="color:purple;">**DO YOU GUYS HAVE YOUR OWN MODEL OR ARE YOU USING OPENAI/ANY OTHER API?**</mark>\
We built our own LLM! We are not using OpenAI. You can easily verify this by asking the LLM a question about one of the many subjects that are censored by OpenAI.\
\ <mark style="color:purple;">**ARE YOU LAUNCHING ON MONAD?**</mark>\
Yes! But our token launch will be on Ethereum, because Monad Mainnet is not live yet. Once Monad goes live we will migrate 1:1 to Monad.\
\ <mark style="color:purple;">**WILL YOU OPENSOURCE THE MODEL, WILL YOU PUBLISH ABOUT THE TRAININGDATA/PARAMETERS?**</mark>\
Yes, once we pass a certain threshold in usage we will opensource the full model. We will also publish a technical paper disclosing more information about the training data and benchmark results  .\
\ <mark style="color:purple;">**HOW DO YOU COMPARE TO CRYPTO AI PROJECT X/Y/Z?**</mark>\
Honestly that is something for you to figure out. We try to stay away from making comparisons with other projects, because it's not our place to characterize others. In general we feel excited about any possible 'competition' and believe it will drive the space forwards.\
\ <mark style="color:purple;">**WHAT WILL THE TOKEN BE USED FOR?**</mark>\
The token will be the backbone of the ecosystem. It connects users that query the model with the compute power to run inferences. To fully capitalize on the potential of our model we will make sure that even people that don't want to touch crypto at all still have full access to the LLM, with a seamless crypto integration under the hood.


---

# Agent Instructions: 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:

```
GET https://monai-1.gitbook.io/monai/monai/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
