# POOL\_INIT\_CODE\_HASH

````
const POOL_INIT_CODE_HASH = ```0x6ec6c9c8091d160c0aa74b2b14ba9c1717e95093bd3ac085cee99a49aab294a4```;
````

`POOL_INIT_CODE_HASH` is the hash of AlgebraPool.sol bytecode contract.

You should not worry about managing it until you change something in AlgebraPool.sol contract. If you do, you will need to take keccak256 hash from its bytecode and change `POOL_INIT_CODE_HASH` everywhere.


---

# 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.algebra.finance/algebra-integral-documentation/algebra-v1-technical-reference/contracts/contracts-setup/misc/pool_init_code_hash.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.
