> For the complete documentation index, see [llms.txt](https://docs.rivalz.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rivalz.ai/adcs-ai-oracles/create-an-adapter.md).

# Create an Adapter

## Explore Available Inference Providers

You can find a list of available providers here [inference providers page](https://testnet-adcs-v3.rivalz.ai/provider) For each provider, you can find the following information:

* Provider Name
* Provider Description
* Provider API Endpoint
* Provider API Documentation
* Test execution result

Here's an example of the X Trend provider that offers crypto market trend analysis:

<figure><img src="/files/vpNkqtDCcimamOwQYlre" alt=""><figcaption></figcaption></figure>

## Create an Adapter

To create you own adapter, you can follow the steps below:

* Connect your wallet to the ADCS platform
* Click on the "Your Adapter" button
* Fill in the required fields:
  * Select your Provider
  * Choose Network (Rivalz, Arbitrum, or Base)
  * Select Category (Price, Meme coin, or AI inference)
  * Choose Output Types (Bool, Bytes, Uint256, or StringAndBool)
  * Enter Adapter Name and Description
  * Specify your Prompt
  * Click on the "Create Adaptor" button

Here's the adapter creation interface:

<figure><img src="/files/SSCcN4FckCXYgHcAnP0g" alt=""><figcaption></figcaption></figure>

After creating an adapter, you can go to [your adapter](https://testnet-adcs-v3.rivalz.ai/adaptor/me) page to see your adapter.


---

# 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://docs.rivalz.ai/adcs-ai-oracles/create-an-adapter.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.
