# Adding Assets

Pool Creators are responsible for adding assets to their pool. The assets they add will depend on the intended use case for their pool.\
\
When they add assets, they must also set the asset's [risk](/pool-creators/adding-assets/risk-parameters.md), [interest rate](/pool-creators/adding-assets/interest-rates.md), and [emission](/pool-creators/adding-assets/emissions.md) parameters.

Pool Admins can add and remove assets from the pool and modify their parameters. This is important to note as pool creators should opt for an Owned Pool over a Standard Pool if they require flexibility with assets in the future.

Assets can be anything that follows the standard token interface. This includes native stellar tokens, bridged assets, or even custom tokens such as credit tokens.


---

# 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-v1.blend.capital/pool-creators/adding-assets.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.
