> For the complete documentation index, see [llms.txt](https://docs.pinto.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinto.money/pinto-mechanics/toolshed/depot.md).

# Depot

Complex interactions with Base-native protocols can be tedious, cumbersome and expensive. The\
Depot facilitates complex, gas-efficient interactions with other Base-native protocols in a single\
transaction. The Depot contains [Pipeline](https://evmpipeline.org).

Pipeline allows anyone to perform an arbitrary series of actions in the EVM in a single transaction by using [0xb1bE0001f5a373b69b1E132b420e6D9687155e80](https://basescan.org/address/0xb1bE0001f5a373b69b1E132b420e6D9687155e80) as a sandbox for execution.

The following functions can be called via Pipeline:

* `pipe(...)`
* `multiPipe(...)`
* `advancedPipe(...)`
