diff --git a/pages/sdk/index.mdx b/pages/sdk/index.mdx index 91902da0..dba6ffb4 100644 --- a/pages/sdk/index.mdx +++ b/pages/sdk/index.mdx @@ -3,10 +3,9 @@ import { Steps } from "nextra/components"; # Overview -Beam SDK is a term that wraps our entire set of tools that help you integrate the Beam Network into your game. -Our tools allow you to introduce NFTs and Blockchain integration into your game via user-friendly [Account Abstractions](https://ethereum.org/en/roadmap/account-abstraction/). This way users can create on-chain Accounts without friction that is usually associated with storing Private Keys and security concerns. With a few clicks your players can create their self-custodial Beam Wallets using Social Login options like Google, Apple or Discord. +Beam SDK is a term that wraps our entire set of tools that allow you to introduce NFTs and Blockchain integration into your game via user-friendly [Account Abstractions](https://ethereum.org/en/roadmap/account-abstraction/). Your users can create on-chain Accounts without the friction that is usually associated with storing Private Keys and security concerns. With a few clicks players can create their self-custodial Beam Wallets using Social Login options like Google, Apple or Discord. -Through [Sessions](/sdk/player-service/sessions/introduction) and [Policies](/sdk/automation-service/policies/introduction), Beam SDK enables you to create a safe frictionless experience for your players, allowing them to interact with Blockchain without dealing with on-chain transactions or worrying about transaction fees. +Through [Sessions](/sdk/player-service/sessions/introduction) and [Policies](/sdk/automation-service/policies/introduction), Beam SDK enables you to create a safe, frictionless experience for your players, allowing them to interact with Blockchain without dealing with on-chain transactions or worrying about transaction fees. Let's take look at the parts of Beam SDK ecosystem: