# 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>
