> ## Documentation Index
> Fetch the complete documentation index at: https://docs.areal.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# RWA Basket

> The real-world assets held in the protocol's basket

export const RevenueAssets = () => <iframe src="https://0xrealist.github.io/docs-widgets/revenue/?v=20260708c" title="RWA basket revenue" loading="lazy" scrolling="no" className="wfr wfr-revenue" style={{
  colorScheme: "normal"
}} />;

The basket holds a diversified set of income-generating real-world assets, chosen by the
community. Each asset is tokenized and contributes its yield to the protocol.

<RevenueAssets />

## In the basket

<div className="asset-card">
  <img src="https://mintcdn.com/areal/GW8KOHcnZ4w6FV2C/images/asset-mini-cooper.jpg?fit=max&auto=format&n=GW8KOHcnZ4w6FV2C&q=85&s=f6a9a57b9b9bd98af1ad7697d4f5a631" alt="Mini Cooper Convertible" width="1280" height="854" data-path="images/asset-mini-cooper.jpg" />

  <div className="asset-body">
    <div className="asset-head">
      <div className="asset-name">Mini Cooper Convertible</div>
      <span className="asset-status"><span className="sdot" /> Active</span>
    </div>

    <div className="asset-sub">2023 · Rental car</div>

    <div className="asset-meta">
      <span className="asset-chip">Value \$25,000</span>
      <span className="asset-chip">Dubai, UAE</span>
      <span className="asset-chip">Rental income</span>
    </div>

    <div className="asset-foot">
      <span className="asset-added">In the basket since <strong>June 1, 2026</strong></span>
      <a href="/revenue/reports/rental-cars" className="asset-link">View revenue report →</a>
    </div>
  </div>
</div>

<Note>
  The set of assets is decided by the community through the decision market and grows over time. As
  new assets are acquired, they are added here.
</Note>
