> For the complete documentation index, see [llms.txt](https://docs.kiln.fi/v1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kiln.fi/v1/integrations/custody-platforms/stake-from-fordefi.md).

# Stake from Fordefi

{% hint style="warning" %}
Kiln is a non-custodial staking provider. As a customer and owner of your assets, **it is YOUR responsibility to check and verify all the transactions you are signing**. While Kiln provides tooling to help you interact with your stakes (web applications, APIs), **Kiln is not responsible for the transactions that you sign.**
{% endhint %}

| Asset                                 | Stake via UI | Stake via API |
| ------------------------------------- | ------------ | ------------- |
| Aptos (APT)                           | ✅            | ✅             |
| Babylon (BAB)                         | ✅            | ✅             |
| Celestia (TIA)                        | ✅            | ✅             |
| Cosmos Hub (ATOM)                     | ✅            | ✅             |
| dYdX (DYDX)                           | ✅            | ✅             |
| Ethereum (ETH)                        | ✅            | ✅             |
| Polygon (POL)                         | ✅            | ✅             |
| Sei (SEI)                             | ✅            | ✅             |
| Solana (SOL)                          | ✅            | ✅             |
| Sui (SUI)                             | ✅            | ✅             |
| The Open Network GRAM (prev. Toncoin) | ✅            | ✅             |

## Stake via UI

### ETH, POL

You can use the Fordefi extension to stake assets via the Kiln Dashboard. See a video demo of how to do this below on Ethereum. The flow is the same on Polygon (POL), as Polygon staking occurs by depositing POL tokens on the Ethereum network.&#x20;

{% embed url="<https://www.youtube.com/watch?v=uXQpU6XSnV4>" %}

### Cosmos-based chains

To stake Cosmos-based chains (e.g ATOM, DYDX, TIA, etc), you can select "connect with Keplr" on the Kiln Dashboard or [from the Keplr website](https://wallet.keplr.app/), and connect your Fordefi wallet instead.

### Babylon (BAB)

View how to stake BTC in Babylon with Fordefi via Babylon's Dashboard [here](https://docs.kiln.fi/v1/kiln-products/validators/protocols/babylon-bbn#stake-with-fordefi-from-babylons-dashboard).

### The Open Network (GRAM (prev. Toncoin))

Please visit [this guide](https://docs.kiln.fi/v1/kiln-products/dashboard/staking/the-open-network-ton#staking-using-fordefi).

## Stake via API&#x20;

Please get in touch with the Fordefi team to enable this.&#x20;

## Other assets

Please get in touch to stake other assets.&#x20;


---

# 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://docs.kiln.fi/v1/integrations/custody-platforms/stake-from-fordefi.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.
