> For the complete documentation index, see [llms.txt](https://docs.trybasket.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trybasket.live/baskets-and-discovery/official-baskets.md).

# Official baskets

This page collects Basket's in-house indexes and the methodology behind them.

### What official means

An official basket is curated by Basket rather than by an external creator.

That status should be clearly labeled in the UI.

### Why official baskets exist

Official baskets can give users a simple starting point for broad Base themes.

They also show the product model in a standardized format.

### Methodology

Official baskets should state:

* inclusion logic
* target weights
* rebalance cadence
* what can trigger a removal

Final production rules remain `TBD`.

An official basket should not rely on implied taste alone.

It should rely on published rules or published judgment criteria.

### Official versus creator baskets

| Attribute          | Official basket  | Creator basket                     |
| ------------------ | ---------------- | ---------------------------------- |
| Curator            | Basket           | External creator                   |
| Methodology source | Basket-published | Creator-published                  |
| Trust focus        | Index design     | Index design plus creator judgment |
| Badge              | Official         | Creator                            |

### Current lineup

{% tabs %}
{% tab title="Base Blue-Chips" %}

#### Thesis

Large, established Base-native names in one basket.

Blue-chip framing can imply relative maturity.

It does not imply low risk.

#### Target weights

| Constituent | Target weight |
| ----------- | ------------- |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |

#### Basket details

| Field                | Value |
| -------------------- | ----- |
| Basket token address | `TBD` |
| Pool address         | `TBD` |
| NAV                  | `TBD` |
| Rebalance cadence    | `TBD` |
| {% endtab %}         |       |

{% tab title="Base DeFi" %}

#### Thesis

Protocols and tokens tied to Base DeFi activity.

This basket compresses DeFi access.

It also concentrates smart-contract and protocol risk.

#### Target weights

| Constituent | Target weight |
| ----------- | ------------- |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |

#### Basket details

| Field                | Value |
| -------------------- | ----- |
| Basket token address | `TBD` |
| Pool address         | `TBD` |
| NAV                  | `TBD` |
| Rebalance cadence    | `TBD` |
| {% endtab %}         |       |

{% tab title="Base Stables" %}

#### Thesis

Stablecoin exposure on Base in one basket.

Stable does not mean risk-free.

The main risks are depeg, issuer, redemption, and liquidity stress.

#### Target weights

| Constituent | Target weight |
| ----------- | ------------- |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |

#### Basket details

| Field                | Value |
| -------------------- | ----- |
| Basket token address | `TBD` |
| Pool address         | `TBD` |
| NAV                  | `TBD` |
| Rebalance cadence    | `TBD` |
| {% endtab %}         |       |

{% tab title="Base RWAs" %}

#### Thesis

Tokenized real-world asset exposure available on Base.

RWA exposure adds legal and issuer dependency on top of market risk.

#### Target weights

| Constituent | Target weight |
| ----------- | ------------- |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |
| `TBD`       | `TBD`         |

#### Basket details

| Field                | Value |
| -------------------- | ----- |
| Basket token address | `TBD` |
| Pool address         | `TBD` |
| NAV                  | `TBD` |
| Rebalance cadence    | `TBD` |
| {% endtab %}         |       |
| {% endtabs %}        |       |

{% hint style="info" %}
Use `TBD` until live constituents, weights, and addresses are published.
{% endhint %}

### What every official basket should publish

| Component      | What Basket should publish                |
| -------------- | ----------------------------------------- |
| Eligibility    | What makes an asset eligible              |
| Weighting      | How weights are assigned                  |
| Review process | How assets are re-evaluated               |
| Rebalancing    | When and how the basket returns to target |
| Exceptions     | How special cases are handled             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trybasket.live/baskets-and-discovery/official-baskets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
