AnimeChain Documentation
Layer 3 Blockchain Powered Natively by Animecoin
Build natively with Animecoin as the native currency while staying EVM-compatible and directly connected to Ethereum via rollups
Get funds immediately via the faucet or follow links for network details and documentation.
Architecture Overview¶
AnimeChain is built as a Layer 3 blockchain using Arbitrum Orbital technology:
graph TB
L1[Ethereum L1<br/>๐ฆ Animecoin Origin]
L2[Arbitrum L2<br/>๐ Wrapped ANIME]
L3[AnimeChain L3<br/>Native ANIME]
L1 -->|Bridge| L2
L2 -->|Bridge| L3
L1_DESC[Original ANIME token<br/>Ethereum mainnet]
L2_DESC[Wrapped ANIME<br/>Lower fees, faster tx]
L3_DESC[Native gas token<br/>Anime-focused ecosystem]
L1 --- L1_DESC
L2 --- L2_DESC
L3 --- L3_DESC
style L3 fill:#ff6b9d,stroke:#333,stroke-width:3px
style L2 fill:#4ecdc4,stroke:#333,stroke-width:2px
style L1 fill:#45b7d1,stroke:#333,stroke-width:2px
Key Benefits¶
- Rollup-of-a-rollup cost savings: AnimeChain is an L3 rollup that batches on Arbitrum (which itself batches on Ethereum), further reducing perโtransaction cost versus using Arbitrum directly.
- Native ANIME for everything: ANIME is the base gas and settlement currency chainโwide, minimizing ERCโ20 overhead and enabling consistently fast throughput.
- Larger contracts (โ45 KB): Deploy featureโrich contracts up to ~45 KB, avoiding the ~20โ25 KB limits common on L1/L2 and reducing the need for proxies or contract splits.
- Fast inbound bridging (L1 โ L2 โ L3): Funding AnimeChain from Ethereum or Arbitrum propagates quickly via canonical bridges. See the Bridging guide.
- Longer native exits (L3 โ L2 โ L1): Withdrawing back to Arbitrum follows optimistic rollup timing similar to withdrawals on
bridge.arbitrum.io
from Arbitrum to Ethereum; use liquidity bridges when available for faster exits. - Security inheritance: Benefits from Arbitrum and Ethereum security guarantees.
๐ Quick Start¶
For Users¶
- Add AnimeChain to your wallet
- Bridge Animecoin from L1/L2
- Start using anime dApps on L3!
For Developers¶
- Set up your development environment
- Deploy smart contracts
- Integrate with our RPC
- Explore code examples
For Testers¶
๐ ๏ธ Developer Resources¶
-
Quick Start
Get up and running with AnimeChain in minutes
-
Smart Contracts
Core contracts, ABIs, and deployment guides
-
RPC API
Complete API reference and examples
-
Interactive Tools
Test contracts and transactions in your browser
Animecoin (ANIME)¶
ANIME is the native token powering the AnimeChain ecosystem:
Layer | Token Type | Use Case |
---|---|---|
L1 (Ethereum) | ERC-20 ANIME | Original token, governance |
L2 (Arbitrum) | Wrapped ANIME | Lower fees, DeFi |
L3 (AnimeChain) | Native ANIME | Gas fees, native ecosystem |
Learn more about Animecoin โ
๐ค Community & Support¶
-
GitHub
View open source documentation and contribute
-
DevZuki Community
Community-led developer support. This documentation is provided by a DevZuki member and it's the best place to get help for now.
-
Support
Get help and troubleshooting
-
FAQ
Common questions and answers
Need Help?
New to AnimeChain? Start with our Getting Started Guide or try our Interactive Tools to explore the network safely.
Disclaimer
This documentation is created by the community and is not officially part of the AnimeCoin Foundation. However, testnet faucet funds have been provided by the official team in support of this work! Thanks again! Mainnet faucet is provided by me, so only use for development.