> For the complete documentation index, see [llms.txt](https://epoch-2.gitbook.io/adrop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epoch-2.gitbook.io/adrop.ai/defi-automations.md).

# DeFi Automations

## <mark style="background-color:blue;">Tools & Interactions</mark>

Using blockchains and cryptocurrency is far more than sending or receiving tokens. As the industry has developed, so too have complex on-chain interactions which enable the mechanisms that drive the industry. \
\
We've mapped 100s of interactions, smart contracts, and platform integrations, thus creating our own bespoke ***tools*** that our agents use to intelligently conduct and complete tasks for you.&#x20;

<table data-view="cards"><thead><tr><th align="center"></th><th align="center" valign="middle"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">DEX Swaps</td><td align="center" valign="middle">Swap any token easily</td><td><a href="/files/oTPPPd9aYFfMrTfEtMqv">/files/oTPPPd9aYFfMrTfEtMqv</a></td></tr><tr><td align="center"><strong>Bridge</strong></td><td align="center" valign="middle">Transfer tokens <br>across blockchains</td><td><a href="/files/7OyzZKNcAN8YhpkzLlOh">/files/7OyzZKNcAN8YhpkzLlOh</a></td></tr><tr><td align="center"><strong>Lending/Borrowing</strong></td><td align="center" valign="middle">Add collateral, earn yield, &#x26; borrow assets</td><td><a href="/files/p9vuguCHTPyxuiR5Ox0S">/files/p9vuguCHTPyxuiR5Ox0S</a></td></tr><tr><td align="center"><strong>Testnet Actions</strong></td><td align="center" valign="middle">Earn more Airdrops</td><td><a href="/files/EiO9AzkRgWKcbUkHqosn">/files/EiO9AzkRgWKcbUkHqosn</a></td></tr><tr><td align="center"><strong>Liquidity Pools</strong></td><td align="center" valign="middle">Optimize your yield</td><td><a href="/files/oe47N3QWPz2ydTEAa1Xf">/files/oe47N3QWPz2ydTEAa1Xf</a></td></tr><tr><td align="center"><strong>Name Service Purchases</strong></td><td align="center" valign="middle">Purchase valuable ENS based on social and cultural indicators</td><td><a href="/files/vMjn2WLQKednJ98K14Ga">/files/vMjn2WLQKednJ98K14Ga</a><a href="/files/R0p7Ka3eEvw7CvFHuukk">/files/R0p7Ka3eEvw7CvFHuukk</a></td></tr><tr><td align="center">NFT Trading</td><td align="center" valign="middle">Easily trade NFTs</td><td><a href="/files/H4677Fp3qUql18GGMdPu">/files/H4677Fp3qUql18GGMdPu</a></td></tr><tr><td align="center">Staking</td><td align="center" valign="middle">Stake for Yield </td><td><a href="/files/oTPPPd9aYFfMrTfEtMqv">/files/oTPPPd9aYFfMrTfEtMqv</a></td></tr><tr><td align="center"><strong>Deposits</strong></td><td align="center" valign="middle">Deposit for rewards</td><td><a href="/files/03Ug7LRN9baRGMvtVrx9">/files/03Ug7LRN9baRGMvtVrx9</a></td></tr><tr><td align="center">On-chain Game interactions</td><td align="center" valign="middle">Do on-chain game tasks for rewards and airdrops</td><td><a href="/files/YHJIjpCJ7UCtsK58fSJI">/files/YHJIjpCJ7UCtsK58fSJI</a></td></tr><tr><td align="center">Social</td><td align="center" valign="middle">Post or interact</td><td><a href="/files/0oAhAdkxP87HFHjdnJMb">/files/0oAhAdkxP87HFHjdnJMb</a></td></tr><tr><td align="center">Research/Analyze</td><td align="center" valign="middle">Learn through analysis</td><td><a href="/files/RamrwHiXBeQQkSPyvQxN">/files/RamrwHiXBeQQkSPyvQxN</a></td></tr></tbody></table>

DeFi is built on deterministic logic—smart contracts execute the same way every time. AI, on the other hand, is probabilistic, meaning it predicts and optimizes based on patterns rather than fixed rules. This creates a challenge: how do you merge a system built on certainty with one designed for adaptability? The solution lies in agentic finance—where AI suggests, but deterministic smart contracts execute. This ensures automation is both **intelligent and trustless**—leveraging AI insights without introducing uncertainty into DeFi transactions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://epoch-2.gitbook.io/adrop.ai/defi-automations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
