# IStakePoolManager

[Git Source](https://github.com/Ion-Protocol/nucleus-boring-vault/blob/cc0b494b83e17b9b169a73b96050d2810b690477/src/interfaces/IStaking.sol)

## Functions

### deposit

```solidity
function deposit(address _receiver) external payable returns (uint256);
```

### getExchangeRate

```solidity
function getExchangeRate() external view returns (uint256);
```
