Skip to content
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

Update chain list: Add BASE, update avax add PAYG column #113

Merged
merged 4 commits into from
Sep 9, 2024
Merged
Changes from 3 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
30 changes: 18 additions & 12 deletions docs/protocol/chains.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ functionalities are supported.
Users can help securing the aleph.im network by holding tokens and _staking_ them on
[Core Channel Nodes](../nodes/core/index.md) they consider trustworthy. The aleph.im network
interacts with blockchains to achieve this mechanism.
6. **PAYG support**:
Users can pay for network resources in real-time by streaming tokens for the duration of their usage. When they open
a token stream, payments flow continuously as long as they use the resource. Once they close the stream, payments
stop, and the resource becomes inaccessible. This approach ensures users only pay for what they actively use,
offering a flexible and efficient payment method.


| Chain | Message signature | Wallet support | Token availability | Balance support | Staking support |
|-----------|-------------------|----------------|--------------------|-----------------|-----------------|
| Ethereum | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ✅ |
| Polygon | ✅ | Metamask & Wallet Connect | | | |
| Solana | ✅ | | ✅ | ❌ | ❌ |
| Tezos | ✅ | | | | |
| Cosmos | ✅ | | | | |
| Nuls1 | Python only | | | | |
| Nuls2 | Python only | | | | |
| Substrate | ✅ | | | | |
| Avalanche | TypeScript only | Metamask & Wallet Connect | | | |
| Chain | Message signature | Wallet support | Token availability | Balance support | Staking support | PAYG |
|-----------|-------------------|---------------------------|--------------------|-----------------|-----------------|------|
| Ethereum | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ✅ | |
| Polygon | ✅ | Metamask & Wallet Connect | | | | |
| Solana | ✅ | | ✅ | ❌ | ❌ | |
| Tezos | ✅ | | | | | |
| Cosmos | ✅ | | | | | |
| Nuls1 | Python only | | | | | |
| Nuls2 | Python only | | | | | |
| Substrate | ✅ | | | | | |
| Avalanche | ✅ | Metamask & Wallet Connect | ✅ | | | ✅ |
| BASE | Python only | Metamask & Wallet Connect | ✅ | | | ✅ |
| BNB | ✅ | Metamask & Wallet Connect | ✅ | | | |
Loading