# Subscribe to a Data Feed

In this step-by-step guide we'll go over how to subscribe to a data feed using the Universal Data Feeds (UDF) [hub](https://udf.entangle.fi/). This process is an intuitive and straight forward process, follow the instructions below to get started.

{% stepper %}
{% step %}

### Connect Wallet

Navigate to <https://udf.entangle.fi/> and click on "**Connect Wallet**" at the top right to connect your wallet.

<figure><img src="/files/RZrp3WmmyLQXLYBAH7qT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose Feed

Click on the feed that you wish to subscribe to.

<figure><img src="/files/Ou8jnISFUSArz9ViwvLk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Destination Network

Select the "Network" that you wish to receive your data feed on.

<figure><img src="/files/MYoB8b2dV1W3imeScU6K" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose Mode

{% hint style="info" %}
Learn more about the Push and Pull data delivery methods [here](/universal-data-feeds/architecture/data-delivery-methods.md).
{% endhint %}

Choose between "**Push**" or "**Pull**" mode.

* **Push** delivers updates proactively to the blockchain, ensuring automated data availability.
* **Pull** allows authorized addresses to fetch update on-demand during transactions, ensuring the latest data is used at the point of need.

<figure><img src="/files/EA6iBDemVtD1g1BzelX9" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Pull Mode

{% hint style="info" %}
If you chose Push Mode skip to the next step.
{% endhint %}

For "**Pull mode**" choose the desired duration. Your subscription will remain active for the selected duration extension and will end on the expiry date unless extended beforehand by depositing additional funds, allowing you to renew it seamlessly.

You can deposit any amount, as long as it meets the minimum required. The app will automatically calculate your subscription period based on the amount you choose to deposit.

<figure><img src="/files/HoMUpj36uaYJUpCUOwc0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Push Mode

{% hint style="info" %}
If you chose Pull Mode you can skip this step.
{% endhint %}

For "**Push mode**" select the desired deviation. This is the percentage change in value required to trigger a new update, ensuring updates are only made when meaningful updates occur.

<figure><img src="/files/v9o35AJfxJh4CPSbIizc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Payment

Enter the amount that you wish to pay. The duration is estimated based on current gas costs and asset volatility. Sudden gas spikes or high volatility can shorten the subscription period.

<figure><img src="/files/eXP2pXJRmTweURQyHAeL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Address

Specify the addresses that will have permission to access and read price updates directly from the oracle contract.

<figure><img src="/files/jdTaDrKw3ynOxTFxC9Yk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Subscribe and Finish

Click on the "**Subscribe**" button to finalize the subscription.&#x20;

<figure><img src="/files/SDW4xuYc2YhLQrilFGOT" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.entangle.fi/universal-data-feeds/user-guides/subscribe-to-a-data-feed.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.
