# Step 2: ETF Creation and Rebalancing

1. **Bundling:** The user now holds spETH on Solana. They can combine this with SOL, spBTC, and spAVAX to mint a Mega-Cap ETF token.
2. **AI Monitoring:** The Spectra Engine monitors global prices via Pyth or Switchboard oracles.
3. **Rebalancing:** If ETH outperforms BTC, the protocol automatically swaps spETH for spBTC on Solana DEXs such as Jupiter or Orca to maintain target weights. This happens in milliseconds with negligible fees.


---

# 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.spectratoken.xyz/5.-transaction-lifecycle/step-2-etf-creation-and-rebalancing.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.
