> 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-ledger-enterprise.md).

# Stake from Ledger Enterprise

{% 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 %}

## Ethereum (ETH)

### Stake via UI

Kiln has a native integration with Ledger Vault, meaning you can stake your ETH onto Kiln-run validators in a few clicks.&#x20;

{% hint style="warning" %}
Ledger Vault mainnet smart contract address is:&#x20;

**`0x746d8A8FCAB7f829Fa500504f60D89C5CC1EA973`**

Do not interact with other addresses.
{% endhint %}

Please also follow the Ledger support guidance below:

{% embed url="<https://ledger-enterprise-help-center.redoc.ly/developer-portal/content/staking/staking_ethereum/kiln/>" %}

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

### Stake via API

Use a smart contract call ([docs](https://ledger-enterprise-api-portal.redoc.ly/openapi/le_api/tag/Transactions/paths/~1transactions/post/)) to stake to the Kiln On-chain smart contract address. Get in touch to go through this.&#x20;

{% embed url="<https://ledger-enterprise-api-portal.redoc.ly/openapi/le_api/tag/Transactions/paths/~1transactions/post/>" %}

## Tezos (XTZ)

Tezos can also be staked in a few clicks. When choosing your baker, select a Kiln baker address as listed here:&#x20;

{% embed url="<https://youtu.be/m2Ri-3u0Xwk>" %}

## Solana (SOL)

### Stake via UI

Choose the Kiln validator in the Stake Solana menu as such:

<figure><img src="/files/h6ckaGFN0B1uZUD6jaee" alt=""><figcaption></figcaption></figure>

You can verify Kiln's Solana validator address on this page:

{% embed url="<https://docs.kiln.fi/v1/validators/protocols/solana-sol>" %}

### Stake via API

Follow the instructions [here](https://ledger-enterprise-api-portal.redoc.ly/developer-portal/docs/solana/solana_staking/).&#x20;

## Polygon (POL)

### Stake via UI&#x20;

POL can be staked in a few clicks by going to the official [Polygon Staking Website](https://staking.polygon.technology/) and connecting your Ledger Vault with WalletConnect, as per this video walkthrough:

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

When choosing the validator, select the Kiln validator listed here:&#x20;

{% content-ref url="/pages/FDQSyIJlHNe8R7X8uwiE" %}
[Polygon (POL - ex MATIC)](/v1/kiln-products/validators/protocols/polygon-pol-ex-matic.md)
{% endcontent-ref %}

### Stake via API&#x20;

Follow the instructions [here](https://ledger-enterprise-api-portal.redoc.ly/developer-portal/docs/matic/matic_staking_kiln/).

## Cardano (ADA)

### Stake via UI

Follow the instructions in the UI as per this video:&#x20;

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

When choosing the validator, select **"Ledger x Kiln"** validator.

### Stake via API&#x20;

Please get in touch with your Ledger account manager.

## Cosmos (ATOM)

### Stake via UI

Follow the instructions in the UI as per this video:&#x20;

{% embed url="<https://youtu.be/ivCPFlV-MK0>" %}

For any questions, don't hesitate to reach out to your Ledger account manager or to the Kiln team.


---

# 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-ledger-enterprise.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.
