From 7e5892b2355ec62e3148b8c89768a6f36b4aa300 Mon Sep 17 00:00:00 2001 From: McDucky Date: Mon, 5 Jan 2026 07:27:17 +0100 Subject: [PATCH] feat: update sphere copy --- pages/chain/beam-ecosystem/sphere.mdx | 8 ++------ pages/sdk/sphere/introduction.mdx | 10 +++------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pages/chain/beam-ecosystem/sphere.mdx b/pages/chain/beam-ecosystem/sphere.mdx index d9a621fe..13512777 100644 --- a/pages/chain/beam-ecosystem/sphere.mdx +++ b/pages/chain/beam-ecosystem/sphere.mdx @@ -17,16 +17,12 @@ Explore Beam’s native marketplace at [sphere.market](https://sphere.market). ## Frequently Asked Questions (FAQ) -### What networks support Sphere? - -Apart from Beam, Sphere is accessible on the Immutable zkEVM network. - ### Are there any fees associated with Sphere transactions? Yes, when selling an asset on Sphere, the following fees occur: - - Trading fee: This is a standard 2% of the paid amount charged in the currency used to make the sale. Additionally, on Immutable, a 2% protocol fee is applied to each sale. + - Trading fee: This is a standard 2% of the paid amount charged in the currency used to make the sale. - Royalties: This is a variable percentage that is set by the creator. - - Gas fees: When selling an NFT, you need to approve the smart contracts to interact with your assets, the actual transaction is covered by the buyer of the NFT. Cancelling a listing on Beam also incurs gas fees. However, on the Immutable zkEVM chain, we support gasless cancellations. + - Gas fees: When selling an NFT, you need to approve the smart contracts to interact with your assets, the actual transaction is covered by the buyer of the NFT. Cancelling a listing also incurs gas fees. When buying an asset on Sphere only the gas fees needed to be paid. diff --git a/pages/sdk/sphere/introduction.mdx b/pages/sdk/sphere/introduction.mdx index b59e830b..ae1be98d 100644 --- a/pages/sdk/sphere/introduction.mdx +++ b/pages/sdk/sphere/introduction.mdx @@ -4,20 +4,16 @@ title: Introduction to Sphere # Introduction to Sphere -Sphere is the marketplace for games, the backbone of game developers to launch an in-game marketplace. It is the very first marketplace to have ever successfully integrated the Immutable zkEVM Testnet and Mainnet. Sphere can be used on Beam and Immutable zkEVM. Learn more about the Immutable zkEVM integration and its benefits [here](https://medium.com/@meritcircle/sphere-launches-as-first-marketplace-to-integrate-with-immutable-zkevm-757a565d7f99). +Sphere is the marketplace for games, the backbone of game developers to launch an in-game marketplace. ### The only gaming marketplace you will ever need -As a marketplace, Sphere covers all the bases. First, it acts as an aggregator, presenting a huge range of assets from multiple games that users can search within and browse through — kind of a digital catalog. But Sphere also facilitates in-game marketplaces. Thanks to the [Beam SDK](/sdk/platform-clients/introduction), anyone who’s building a game has the ability to spin up a marketplace within the game, where players can buy, sell and trade their assets. It all happens under the hood, so it doesn’t disrupt the gamer’s experience, and Sphere collects fees on each transaction. +As a marketplace, Sphere covers all the bases. First, it acts as an aggregator, presenting a huge range of assets from multiple games that users can search within and browse through — kind of a digital catalog. But Sphere also facilitates in-game marketplaces. Thanks to the [Beam SDK](/sdk/platform-clients/introduction), anyone who's building a game has the ability to spin up a marketplace within the game, where players can buy, sell and trade their assets. It all happens under the hood, so it doesn't disrupt the gamer's experience, and Sphere collects fees on each transaction. ### Sphere Features - **Aggregator**: Sphere acts as an aggregator, presenting a huge range of assets from multiple games that users can search within and browse through. -- **Beam SDK**: Thanks to the Beam SDK, anyone who’s building a game has the ability to spin up a marketplace within the game, where players can buy, sell and trade their assets. It all happens under the hood, so it doesn’t disrupt the gamer’s experience, and Sphere collects fees on each transaction. - -- **Login with Immutable Passport**: This passport is the gateway for many gamers into the realms of web3, and allows them to take ownership of their gaming assets into their own hands - possibly for the first time ever. Learn more about the Immutable Passport [here](https://www.immutable.com/products/passport). - -- **Immutable Orderbook**: Sphere integrates the Immutable Orderbook, which allows for more universal handling of gaming assets across marketplaces. In practice this means that the orders and assets on marketplaces that are available on the Immutable zkEVM will simultaneously be available on the Sphere marketplace and vice versa. +- **Beam SDK**: Thanks to the Beam SDK, anyone who's building a game has the ability to spin up a marketplace within the game, where players can buy, sell and trade their assets. It all happens under the hood, so it doesn't disrupt the gamer's experience, and Sphere collects fees on each transaction. Go to [Sphere](https://sphere.market/beam) or [Sphere testnet](https://testnet.sphere.market/beam-testnet).