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

# Integrations

<Frame>
  <img className="block dark:hidden" noZoom={true} src="https://res.cloudinary.com/devbkdecu/image/upload/v1751490063/glam-docs-integrations-light-v7_snvozn.png" />

  <img className="hidden dark:block" noZoom={true} src="https://res.cloudinary.com/devbkdecu/image/upload/v1751490119/glam-docs-integrations-dark-v7_neef5q.png" />
</Frame>

GLAM Vaults has integrated with a collection of DeFi protocols. By default a newly created vault has zero integrations enabled. Vault owners must turn on individual integrations explicitly.

The table below shows a list of integration programs being audited and the protocols they support. The protocol bitflags are stored as `u16` integers, allowing for a maximum of 16 protocols per integration program.

| Integration Program | Supported Protocol            | Protocol Bitflag |
| ------------------- | ----------------------------- | ---------------- |
| Native\*            | System Program                | `0b00000001`     |
|                     | Jupiter Swap                  | `0b00000100`     |
| SPL                 | Token Program                 | `0b00000001`     |
|                     | Token 2022 Program            | `0b00000001`     |
| Kamino              | Kamino Lending                | `0b00000001`     |
|                     | Kamino Vaults                 | `0b00000010`     |
|                     | Kamino Farms                  | `0b00000100`     |
| CCTP                | Cross-Chain Transfer Protocol | `0b00000001`     |

*\*Native integration is part of the GLAM Protocol program. It does not use a separate integration program.*

## Pending Audit

Some integrations and protocols are supported but pending audit. We will provide a timeline as soon as an audit is scheduled.

| Integration Program | Supported Protocol | Protocol Bitflag |
| ------------------- | ------------------ | ---------------- |
| Native              | Stake Program      | `0b00000010`     |
| Stake Pools         | SPL Stake Pool     | `0b00000001`     |
|                     | Sanctum Single     | `0b00000010`     |
|                     | Sanctum Multi      | `0b00000100`     |
| Marinade            | Marinade Staking   | `0b00000001`     |

<Info>
  We are currently migrating the Meteora integration to our new architecture. If you'd like to request a specific integration, please reach out to us at [<u>hello@glam.systems</u>](mailto:hello@glam.systems).
</Info>
