# Exploring BSKTs

The Alvara app provides several ways to discover and evaluate BSKTs before investing.

## Explore Page

The main Explore page displays all BSKTs on the platform. You can:

* **Search** by BSKT name or ticker
* **Sort** by TVL, performance, price, or other metrics
* **Filter** to find baskets that match your criteria

Each BSKT card shows key information at a glance: name, ticker, current price, TVL (Total Value Locked), and recent performance.

## BSKT Detail Page

Click on any BSKT to view its full detail page, which includes:

### Price Chart

Historical price data displayed as an interactive chart. View performance across multiple timeframes to understand how the basket has performed over time.

### Token Breakdown

A visual breakdown of the basket's current allocation: which tokens it holds and their respective weights. This updates in real-time as token prices fluctuate.

### Performance Metrics

Key performance indicators including returns over various timeframes (24h, 7d, 30d, all-time), helping you evaluate the manager's track record.

### Risk Ratings

BSKTs display third-party risk ratings (powered by Xerberus) for constituent tokens. These credit-style ratings (AAA to D) provide an independent assessment of the underlying asset risk.

### Manager Information

Details about the BSKT's manager, including their wallet address, linked social profiles, and Gitcoin Passport score (a measure of identity verification).

### Activity Feed

A chronological record of all transactions related to the BSKT: deposits, redemptions, rebalances, and other events.

### Manager Notes

Managers can publish notes explaining their strategy, recent decisions, or market outlook. This provides context beyond the raw on-chain data.

## Manager Leaderboard

The Leaderboard ranks all BSKT managers by performance and assets under management. Use it to identify top-performing managers and evaluate their track records across multiple BSKTs.

Key metrics shown:

* Number of BSKTs managed
* Total AUM (combined TVL across all managed baskets)
* Average performance
* Best-performing BSKT


---

# 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.alvara.xyz/bskts/exploring-bskts.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.
