> For the complete documentation index, see [llms.txt](https://docs.stratium.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stratium.xyz/support/contracts-and-addresses.md).

# Contracts & Addresses

### ERC-20 Composability

srHYPE is a standard ERC-20 token on HyperEVM. It can be held, transferred, and integrated into any protocol or application that supports the ERC-20 interface.

The srHYPE/HYPE exchange rate accrues yield continuously. Any protocol integrating srHYPE as collateral or a liquidity pair benefits from this accrual without additional oracle infrastructure.

### Potential Integration Categories

**Lending and borrowing.** srHYPE can serve as collateral in lending protocols on HyperEVM. Borrowers maintain staking yield exposure while accessing liquidity.

**Liquidity provision.** srHYPE can be paired in DEX pools, enabling secondary market liquidity for holders who want immediate exit without the \~8-day unstaking period.

**Delta-neutral strategies.** Protocols building yield products on Hyperliquid (similar to Liminal's xHYPE model for delta-neutral HYPE exposure) can integrate srHYPE as a yield-bearing base asset, layering structured product fee share on top of basis trade returns.

**Portfolio margining.** As Hyperliquid expands portfolio margin support, srHYPE holders may be able to use their staked position as margin collateral across trading accounts.

### For Developers

**Exchange rate query.** The StakingVault contract exposes the current srHYPE/HYPE exchange rate. Integrating protocols should query this rate for accurate valuation.

**Contract address:** `0x3F790D0080a5257a1AEfb257DDCDc19579a8998F`

**Token address:** `0x89A40805a3d069d17B4672982942780A2A1Aa089`


---

# 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.stratium.xyz/support/contracts-and-addresses.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.
