# Setting up your account

#### Activating your client account <a href="#key-features" id="key-features"></a>

In order to activate your client account on Yelay's vaults, contact **@guilhermemussi** or **@FPPTeleg**  on Telegram, or reach out to **@yieldlayer** on X.

#### Details required from projects <a href="#key-features" id="key-features"></a>

In order to get you started, just let us know :

1. On what chains you'd like your pools to be deployed
2. Main assets (f.e.: USDC, WETH, WBTC)

See list of currently available assets per chain as "vaults" here: <https://github.com/YieldLayer/yelay-lite/tree/main/deployments>

3. Pool manager address for whitelisting of admin operations
4. % of the fee that your project wants to take from the generated yield

#### Range of pools <a href="#key-features" id="key-features"></a>

Each integrator will receive their designated range of pools (i.e., your "pools" within Yelay vaults). Your frontend will handle transactions to and from your assigned pool within the Yelay vault, which is shared among all clients and pools.

You will be able to retrieve accrued yield data for each **Pool ID** separately—both for individual users and for users within specific Pool IDs.

Before accepting deposits, you will need to activate specific pool IDs (see [Supportive methods](/yelay-sdk/supportive-methods.md))&#x20;

**Testing**

Use test vaults on Base for testing your integration with Yelay (see [Initialization](/yelay-sdk/initialization.md)).&#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://docs.yelay.io/yelay-sdk/setting-up-your-account.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.
