> For the complete documentation index, see [llms.txt](https://docs.bool.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bool.network/evm-ecosystem/smart-contracts/primary-contracts/interfaces/imessenger.md).

# IMessenger

## Functions

### factory

```solidity
function factory(
) external view returns (address);
```

Returns the address of `AnchorFactory` on the same chain.

#### Return Values

<table><thead><tr><th width="138">Type</th><th></th></tr></thead><tbody><tr><td>address</td><td>The address of AnchorFactory on the same chain</td></tr></tbody></table>
