Skip to content

Fix: #418 Arcana Network new content addition request #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions src/content/tools/en/arcana.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: "Arcana Network"
category: ["Wallet", "Infra", "Onboarding", "Chain Abstraction"]
excerpt: "Arcana Network Chain Abstraction SDK enables unified balance across chains for app users."
logo: { src: "https://github.com/arcana-network/branding/blob/main/Arcana%20-%20Logomark%20-%20Pink%20on%20Grey.png?raw=true", alt: "Arcana Network Logo" }
website: "https://arcana.network/"
network: ["Mainnet"]
---

[Arcana Network](https://arcana.network/) offers developers a suite of tools to onboard users from any ecosystem to Scroll, effortlessly.

* **[Arcana Chain Abstraction (CA) SDK](https://www.npmjs.com/package/@arcana/ca-sdk)**
* **[Arcana CA Wallet (Standalone)](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi)**

The [Chain Abstraction](https://docs.arcana.network/ca/introduction/ca/#chain-abstraction) feature aggregates user’s USDC, USDT, and ETH balances from other blockchains into a single [unified balance](https://docs.arcana.network/ca/introduction/ca/#unified-balance) that users can spend directly on Scroll without the friction of bridging, allowing for a seamless experience.

**Arcana Chain Abstraction (CA) SDK**:

Arcana’s Chain Abstraction SDK can be integrated with **any Web3 app** on Scroll to enable unified balance for the app users. Unified balance lets users spend their consolidated multi-chain token balance on Scroll. The integration is quick and easy:

- Minimal changes to the frontend code
- No smart contract changes required
- Users can bring existing browser-based third-party wallets
- No lockups or transfer of assets required

**Arcana CA Wallet (Standalone)**:

A standalone wallet with built-in chain abstraction. Users can view and spend their unified unified balance across a variety of [supported apps](https://docs.arcana.network/web3-stack/ca_stack/#apps). Reach out to us if you’d like your app to be supported by Arcana

**References**

* Developers:
- [How to integrate a Scroll App with Arcana Chain Abstraction SDK?](https://blog.arcana.network/arcanas-chain-abstraction-sdk-on-scroll/)
- [CA SDK API](https://ca-sdk-ref-guide.netlify.app/)
- [CA SDK Demo](https://sdk.arcana.network)
* Users: [Try the Arcana CA Wallet](https://chromewebstore.google.com/detail/arcana-wallet/nieddmedbnibfkfokcionggafcmcgkpi)
* Arcana Network [Website](https://arcana.network/)