# Feed

Your Cielo feed is available in two display modes, selectable from the left menu: Classic or Lite. **Classic** is the original layout, in which all transactions are shown chronologically by wallets you're tracking. [**Lite**](https://app.cielo.finance/lite) is a condensed feed that focuses on token swaps only. It incorporates a Filters menu in the right sidebar where you can configure results based on Network, Swap Size (USD), Token, or List.

Your feed displays recent transactions (tx) from wallets you’re following. Each row represents an onchain tx and is enhanced with labeling and links to aid your understanding.

A typical entry might show the wallet (*Address or ENS or .sol*) tx type (*Swap*), network (*Arbitrum*), protocol (*Uniswap*), tokens exchanged (*ETH>USDC*), tx value ($800), and  elapsed time since the tx occured (*2 mins ago*). For NFTs a thumbnail is also shown.

Upon loading your feed, you will see a pinging blue dot at the top. This denotes that a web sockets connection is active that will continually refresh your feed whenever new transactions are delivered. Click the audio icon alongside the blue dot if you'd like to receive an audible alert whenever your feed updates. This is helpful when you're browsing or trading in other tabs and want to learn instantly whenever a new alert arrives.

<figure><img src="/files/udJ8sZE1y3ru3iEOTjpt" alt=""><figcaption><p>Classic feed</p></figcaption></figure>

<figure><img src="/files/DmChnehqz1VefsO2wLd9" alt=""><figcaption><p>Lite feed</p></figcaption></figure>

## Reading your feed

A single transaction looks like this:

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

Or if a wallet makes a series of related transactions within a short timeframe, Cielo will cluster them:

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

Click on the name or label assigned to a wallet (e.g. *dolgame.eth*; *Major Airdrop Receiver*) to open a new page for that wallet profile. For example, [**this**](https://app.cielo.finance/profile/0x9683495e5bbd30d741eddd3f972d7ae5188423b2) is the wallet profile for *0x96...23b2,* labeled here as *Ski Dog 6.*

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

The wallet tags show that this user is extremely active onchain. If you enable Telegram alerts for this wallet, you'll receive a lot of notifications by default. You can resolve this by clicking the **Edit** icon for this wallet and selecting **Alert Settings**.

<figure><img src="/files/uIpAIGekM9ozyY3lUgMn" alt="" width="353"><figcaption></figcaption></figure>

## Learning more

Cielo displays multiple data points for each tx that appears in your feed. Click on the icons, wallet name, and other metadata to learn more.

<figure><img src="/files/92F9W4mg7qSjU00wrwdq" alt=""><figcaption></figcaption></figure>

In the above transaction, the following actions are available:

**Wallet Name** *(Alfa354)*: Click to open wallet profile page

**List** (*AlfaDAO*): Click to open the list containing this wallet

**Wallet Address** *(0xec)*: Click to copy the address to clipboard

**Token Icon**: Click to view recent market data for this token and chart (You can change your default chart provider in [Settings](https://app.cielo.finance/settings))

**Timestamp** *(7 mins ago)*: Click to open blockchain explorer link

If you see a rocket icon displayed beside a tx, it means it’s the first time the wallet has traded this particular token:

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

Depending on the transaction, other information displayed may include include the tx type, number of tokens swapped, token price, and total tx value.

###

<br>


---

# 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.cielo.finance/wallet-tracking/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.
