# Create a new pair on AlphaDex

The Pair Creator is a tool that allows you to add the two resources to AlphaDex as a Smart Contract component. There are several points to note when creating a pair

* The two resources you would like to create a pair for need to exist in your wallet already
* If one of the tokens doesn't already exist on AlphaDex then it will need to be paired against XRD
* If one of the tokens is already paired against XRD then you can create a pair with two non-XRD tokens. For example;
  * If an OCI/XRD pair exists already on AlphaDex then it is possible to create an OCI/DFP2 pair
  * If an OCI/XRD pair doesn't exist already then it would not be possible to create an OCI/DFP2 pair. A DFP2/XRD or OCI/XRD pair would first need to be created before being able to create an OCI/DFP2 pair.

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


---

# 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.shardspace.app/trading/create-a-new-pair-on-alphadex.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.
