> 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/interfaces/iacrossspokepool.md).

# IAcrossSpokePool

## IAcrossSpokePool

Interface for Across Protocol V3 SpokePool contract

*Used for cross-chain token transfers via Across Protocol*

### fillDeadlineBuffer

```solidity
function fillDeadlineBuffer() external view returns (uint32)
```

### depositV3

```solidity
function depositV3(address depositor, address recipient, address inputToken, address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 destinationChainId, address exclusiveRelayer, uint32 quoteTimestamp, uint32 fillDeadline, uint32 exclusivityDeadline, bytes message) external payable
```
