# End data consumers - Mainnet

(If you are a price feed consumer then follow below steps)

Explore <https://feeds.goplugin.co> & check which contract fulfills your requirement for the required price index pairs (Example: XDC-USDT, PLI-USDT, BTC-USDT, etc.,).

**STEP 1:**

Click on "Data Feeds" on the navigation bar and then click on “All Feeds”.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf8Ewljcpk4SACQjLd5osnVtn_NpueHCN59P5RJ3W4a-3pnq9frrpOLUeFwqaygiDl0Oc0gSAudW5XOTQ3tfKkKsMRqFyMuBV4Ey23brt8sTUbHFAbZmjfpOWWKaoZTS4q66xInboWAF_CO965nqpCEfegg?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

**STEP 2:**

Choose the Index Pair and click "view" as shown in the image below.&#x20;

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

**We’ll take PLI/USDT as an example**

**STEP 3:**

Click on “View” on the above page for “PLI/USDT” and then you’ll find the screen below

**STEP 5:**&#x20;

This screen will pop up as shown below :

&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOMtqaAqWfUKcrwThVMki-0rOrk-AbAyXCUWdtoWWCCzyMv9EctNJ0_sCnkwGlXRF_iceV0v89_9mWYGiTf34P9jVxl4rnnh7Sbz06fDoocV0ONeTbTji33HqsqEKjUuPcvlLzMqDDQZtal84xuLahbauU?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

The area highlighted in “<mark style="color:red;">red</mark>” shows the Oracle address/addresses used for this data feed pair, for example here, we have 3 oracles with a minimum of 2 responses needed to fetch the current answer.&#x20;

The area highlighted in “<mark style="color:blue;">blue</mark>” shows the “Network” and “Source Type” used for this data feed pair

The area highlighted in “<mark style="color:green;">green</mark>” and “Source of Trust” shows the sources used for this data feed pair with 2 sources for PLI/USDT.

**STEP 6:**&#x20;

To retrieve the price of the PLI/USDT, to integrate the contract, copy-paste the contract to remix.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcEx4b_Xns1hYC1WAznwN3wY0l_CxIsAr1-lC286-Ss6QeK8Z2uuQOlS-GRL8ivycKHxRkSqytwDhK53ZHUP9zBVC_Q50Dzr3g70QPtdam_6jDiju8sTksY7hKAJk0kbSHAFwMHf4VO7dDbaiyzTGp_K2Oe?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

**STEP 7:**&#x20;

Copy the constructor address (highlighted in pink), pass this address, and deploy the contract.

**STEP 8:**&#x20;

Once your contract is deployed,” click on “fetchLatestAnswer”. And you’ll get the current value of “PLI/USDT”.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe2ebgEJysqFc_5UIURUlfhsYVlFlm6s6EzsK5i6aoKe7HNew0qEy2Kux_BWXgWYU60CVWH0CQNiwG_9tanDOTomvTXq3r5HdtPo5yCZcRg0kgPjOUo6GTKsQTbReLmh4j3UaoASyET-GMPkugfS4-w3-6v?key=tLMXLqUqKx25rrr8qCXnlA" alt=""><figcaption></figcaption></figure>

You can also “[Contact Us](https://mail.google.com/mail/u/0/?fs=1\&to=support@goplugin.co\&su=Customization%20needed\&body=\&tf=cm)” for a customized feed pair.&#x20;


---

# 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.goplugin.co/plugin-data-feeds-platform/end-data-consumers-mainnet.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.
