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

# Introduction

> Utilize existing SDKs and Frameworks to accelerate your development process

* [**Wallets & Onramp**](/pages/tools/wallets-and-onramp/overview) – Integrate with existing **wallet and onramp** providers
* [**Session Keys**](/pages/tools/session-keys/introduction) – Implement **tiered access management** for Solana programs
* [**Oracles**](/pages/tools/oracle/introduction) – Access real-time price data streams for DeFi applications.
* [**Cranks**](/pages/tools/crank/introduction) – Schedule **automated, time-based execution** of on-chain instructions.
* [**BOLT**](/pages/tools/bolt/introduction) – Build on-chain programs with the **Entity Component System (ECS)** framework.
* [**Solana Unity SDK**](/pages/tools/solana-unity-sdk/overview) – Integrate Solana into **Unity-based games** effortlessly.
* [**SOAR**](/pages/tools/open-source-programs/SOAR) – Enable **on-chain achievements, leaderboards, and rewards**.

<CardGroup cols={2}>
  <Card title="Wallets & Onramping" icon="wallet" href="/pages/tools/wallets-and-onramp/overview" iconType="duotone">
    Onboard users with wallets frictionlessly
  </Card>

  <Card title="Session Keys" icon="key" href="/pages/tools/session-keys/introduction" iconType="duotone">
    Integrate with Session Keys
  </Card>

  <Card title="Oracles" icon="chart-line" href="/pages/tools/oracle/introduction" iconType="duotone">
    Pyth Lazer on MagicBlock Ephemeral Rollups
  </Card>

  <Card title="Cranks" icon="clock" href="/pages/tools/crank/introduction" iconType="duotone">
    Schedule automated, time-based execution of on-chain instructions
  </Card>

  <Card title="BOLT" icon="bolt" href="/pages/tools/bolt/introduction" iconType="duotone">
    Build Solana programs with the BOLT ECS framework
  </Card>

  <Card title="Solana Unity SDK" icon="unity" href="/pages/tools/solana-unity-sdk/overview" iconType="duotone">
    Create games with the Solana Unity SDK
  </Card>

  <Card title="SOAR" icon="rocket" href="/pages/tools/open-source-programs/SOAR" iconType="duotone">
    Create on-chain achievement, leaderboard and rewards with SOAR
  </Card>
</CardGroup>
