> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hylo.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Resources

> SDKs, integrations, and developer support for building on Hylo.

## SDK

The Hylo SDK provides Rust crates for interacting with the protocol on Solana. The SDK and all of Hylo's math are open source.

<Card title="hylo-so/sdk" icon="github" href="https://github.com/hylo-so/sdk">
  Rust SDK for Hylo protocol integration.
</Card>

### Crates

| Crate          | Purpose                                                 |
| -------------- | ------------------------------------------------------- |
| `hylo-core`    | Protocol math, fee curves, conversions, rebalance zones |
| `hylo-idl`     | Anchor IDL codegen, PDA derivations, token definitions  |
| `hylo-clients` | Transaction builders and execution clients              |
| `hylo-quotes`  | Quoting strategies from cached state or simulation      |
| `hylo-jupiter` | Jupiter AMM trait implementation                        |
| `hylo-stats`   | Offchain yield statistics, Earn Pool APY math           |

## API

<Note>
  Public APIs coming soon.
</Note>

## Developer Support

<Card title="Developer Telegram" icon="telegram" href="https://t.me/+2dNAkGO9UVZjYzQ5">
  Join the Hylo developer relations channel for integration support.
</Card>
