# A brief introduction to Crowdloans

As stated on the [Kusama website](https://kusama.network/auctions/), parachains connect to the network \[that is Polkadot or Kusama] by leasing a slot on the Relay Chain via permissionless auctions. Parachain slot auctions follow a modified [candle auction](https://wiki.polkadot.network/docs/en/learn-auction#mechanics-of-a-candle-auction) format, with each auction lasting approximately 1 week. To prevent auction sniping (the strategy of bidding at the last moment) and promote more accurate price discovery, the exact endpoint of a particular auction remains unknown until after the auction’s close.

For additional information, you may take at our ["Beginner’s Guide to Parachain Auctions".](https://medium.com/ajuna-network/a-beginners-guide-to-parachain-auctions-52559baa0b60)


---

# 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://wiki.ajuna.io/introducing-ajuna-and-bajun/crowdloans/a-brief-introduction-to-crowdloans.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.
