> For the complete documentation index, see [llms.txt](https://docs-v1.blend.capital/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v1.blend.capital/tech-docs/core-contracts/pool-factory.md).

# Pool Factory

The Pool Factory Contract Deploys and Initializes new Lending Pool contracts. It stores the addresses of deployed pools and can be queried to check if a pool was deployed by it.

This contract will typically not be user-facing.

[Interface Docs Here](https://docs.rs/blend-interfaces/0.0.1/blend_interfaces/pool_factory/index.html)
