# Staking APIs

Solstice Staking offers powerful, production-ready **Staking APIs** designed for seamless integration with custodians, platforms, and enterprise systems. Our APIs support **Ethereum**, **Lido V3 stVaults**, and **Solana**, with additional networks available on demand. Easily connect to institutional-grade staking infrastructure with full automation, flexibility, and security.

{% content-ref url="/pages/L0LveQyiBdYHWUHoT7ay" %}
[Getting Started](/getting-started.md)
{% endcontent-ref %}

***

## Solana Staking API

The Solana Staking GraphQL API provides a complete solution for staking SOL tokens without requiring users to manage their own Solana clients or validator infrastructure. Users submit staking, deactivation, and withdrawal intents which return unsigned transactions. These transactions must be signed by the user’s wallet and submitted to the Solana network.

{% content-ref url="/pages/46UYvhJFIWj8EnxuhxjT" %}
[Solana Staking API](/solana-staking-api.md)
{% endcontent-ref %}

***

## SUI Staking API

coming soon!


---

# Agent Instructions: 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:

```
GET https://docs.solsticestaking.io/apis/staking-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
