> For the complete documentation index, see [llms.txt](https://docs.rigoblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rigoblock.com/solidity-api-reference/protocol/smartpool.md).

# SmartPool

## SmartPool

### constructor

```solidity
constructor(address authority, address extensionsMap, address tokenJar) public
```

Owner is initialized to 0 to lock owner actions in this implementation. Kyc provider set as will effectively lock direct mint/burn actions. ExtensionsMap validation is performed in MixinImmutables constructor.
