diff --git a/docs/faq.md b/docs/faq.md index e682b87..fe98d95 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -22,6 +22,7 @@ - **BNB Chain**: [`0x82d2f8e02afb160dd5a480a617692e62de9038c4`](https://bscscan.com/token/0x82d2f8e02afb160dd5a480a617692e62de9038c4) - **Avalanche**: [`0xc0Fbc4967259786C743361a5885ef49380473dCF`](https://snowtrace.io/address/0xc0Fbc4967259786C743361a5885ef49380473dCF) - **Solana**: [`3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x`](https://solana.fm/address/3UCMiSnkcnkPE1pgQ5ggPCBv6dXgVUy16TmMUe1WpG9x) +- **BASE**: [`0xc0Fbc4967259786C743361a5885ef49380473dCF`](https://basescan.org/token/0xc0Fbc4967259786C743361a5885ef49380473dCF) ## I. ALEPH Staking diff --git a/docs/protocol/chains.md b/docs/protocol/chains.md index 8ee36ba..b011d17 100644 --- a/docs/protocol/chains.md +++ b/docs/protocol/chains.md @@ -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 | ✅ | | | |