# Deploying new Permissonless Islands

Kodiak provides a simple way to deploy [permissionless islands](/protocol/islands.md) on any v3 pool. This enables anyone to use this island to provide liquidity in the pre determined price range abstracting away all the v3 complexities and increased efficiency by auto compounding earned fee.

To deploy a new permissionless island you must understand the basics of providing liquidity to a Kodiak v3 pool and the mechanics behind concentrated liquidity provisioning.

Once you understand the concept of conc. liquidity, follow these steps to deploy a new permissionless island.

1. Navigate to V3 Pools section of the app and click on `New Position` from the bottom right of the screen.

<figure><img src="/files/Wcmg8kZrc9bXZcUXFMxC" alt=""><figcaption></figcaption></figure>

2. Select the token and fee tier. The order of tokens do not matter.

<figure><img src="/files/vpy7bcsEfHVStsSmmL7K" alt=""><figcaption></figcaption></figure>

3. Click on `Advanced Mode` and select the price range from the right hand section.

<figure><img src="/files/ZdNyWs9EyF3ODdymIGe9" alt=""><figcaption></figcaption></figure>

4. Carefully review and confirm the tick and the price range of the island. These cannot be changed once deployed. Click on `DeployIsland` and confirm the transaction in your wallet.
5. The island is now deployed but won't be visible on the kodiak UI yet. Reach out to the Kodiak team to get your island displayed on UI.

> This prevents an overload of islands from being displayed on UI and confusing for users to select from.


---

# 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://documentation.kodiak.finance/user-guide/deploying-new-permissonless-islands.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.
