# Chain Agnostic Framework

Our core blockchain is Binance Smart Chain (BSC). But as BSC is part of the Ethereum Virtual Machine (EVM) ecosystem, we also support other EVM chains, currently Ethereum and Polygon.&#x20;

### **IDOs on the BSC network work in the following way:**&#x20;

1. Users stake $PEAK on BSC network
2. We collect the USDT allocations on BSC network
3. Users claim their project tokens on BSC network

### **IDOs on Ethereum or Polygon network work a bit differently:**&#x20;

1. Users stake $PEAK on BSC network
2. We collect the USDT allocations on BSC network
3. Users claim their project tokens on Ethereum or Polygon network

In the future, we are aiming to make our chain agnostic framework more convenient and to seamlessly integrate the multichain experience.&#x20;


---

# 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://documents.peakdefi.com/for-investors/launchpad-intro/chain-agnostic-framework.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.
