# FAQ

#### **What is Tairon?** <a href="#what-is-zalen" id="what-is-zalen"></a>

Tairon is the **oracle layer for AI, Robotics, IoT and RWA**. It connects blockchain data, protocols, and tools to intelligent systems, giving developers a single place to discover, test, and integrate live, verifiable on-chain data.

***

#### **How do I submit my MCP server to Tairon?** <a href="#how-do-i-submit-my-mcp-server-to-zalen" id="how-do-i-submit-my-mcp-server-to-zalen"></a>

You can submit your server via the Tairon web interface or CLI. You need to provide metadata such as server name, base URL, supported functions, contact info, and optionally audits or documentation. See the Server Submission Guidefor details.

***

#### **What makes a server “verified”?** <a href="#what-makes-a-server-verified" id="what-makes-a-server-verified"></a>

A verified server usually has public code repositories, audit reports, reproducible build logs, and passes Tairon’s live Inspector tests consistently.

***

#### **Can I submit private or internal servers?** <a href="#can-i-submit-private-or-internal-servers" id="can-i-submit-private-or-internal-servers"></a>

Yes, Tairon supports private server listings with scoped or whitelisted access for teams or test environments.

***

#### **How do I get an API key?** <a href="#how-do-i-get-an-api-key" id="how-do-i-get-an-api-key"></a>

Sign up on Tairon’s platform and navigate to your account dashboard to generate API keys for accessing protected endpoints.

***

#### **How can I monitor my server’s health?** <a href="#how-can-i-monitor-my-servers-health" id="how-can-i-monitor-my-servers-health"></a>

You can use the `/health` endpoint exposed by your MCP server, and Tairon provides uptime and response time monitoring on its dashboard.

***

#### **How do I handle errors when calling MCP servers?** <a href="#how-do-i-handle-errors-when-calling-mcp-servers" id="how-do-i-handle-errors-when-calling-mcp-servers"></a>

Refer to the Troubleshooting Guide for common error codes and solutions.

***

#### **Can I integrate Tairon APIs with my existing applications?** <a href="#can-i-integrate-zalen-apis-with-my-existing-applications" id="can-i-integrate-zalen-apis-with-my-existing-applications"></a>

Yes. Tairon provides REST APIs, SDKs for JavaScript and Python, and detailed documentation to help you integrate MCP servers seamlessly.

***

#### **Where can I get support?** <a href="#where-can-i-get-support" id="where-can-i-get-support"></a>

Email <support@tairon.ai>, or check the documentation for updates and announcements.


---

# 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://docs.tairon.ai/tairon/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.
