Dot📍Bots 🤖

1.4K posts

Dot📍Bots 🤖 banner
Dot📍Bots 🤖

Dot📍Bots 🤖

@DotBots222

Crypto enthusiast | Investment strategist with years of experience | Specializing in #Bitcoin, #Ethereum, #Polkadot, and #Moonbeam #Defi #Web3 #AIagents ☕

Polkadot Katılım Ocak 2022
43 Takip Edilen44 Takipçiler
Dot📍Bots 🤖
Dot📍Bots 🤖@DotBots222·
@MoonbeamNetwork @thehellolabs @playoutmine Here is the hard math: Moonbeam prints roughly 155,000 new GLMR every single day due to its fixed 5% inflation. Since transaction fees on the network are fractions of a cent, 10,000 players doing a few daily transactions will burn maybe a few hundred GLMR at best.
English
0
0
0
49
Moonbeam
Moonbeam@MoonbeamNetwork·
Meet the teams of the Moonbeam × @thehellolabs accelerator: @playoutmine ⛏️ Outmine is focused on sustainable player growth, with a strategy built around measurable advertising + KOL campaigns, weekly tournaments that drive repeat engagement, expanding dynamic NFTs with in-game utility, and referral systems tied to real player activity. Their goal: scale from ~6K to 10K+ high-quality players while maintaining operating efficiency. Sounds like a great goal to us 🔥 x.com/MoonbeamNetwor…
English
3
8
51
4.9K
Dot📍Bots 🤖 retweetledi
Phala
Phala@PhalaNetwork·
Phala 🤝 Storacha Phala is teaming up with @storachanetwork to power AI agents: Phala provides the TEE-backed confidential computation, while Storacha serves as the decentralized, encrypted storage layer. Win win. 🍵 🤝 🐔
Phala tweet media
English
9
15
123
6.2K
Dot📍Bots 🤖 retweetledi
Storacha
Storacha@storachanetwork·
Storacha x @PhalaNetwork We're partnering to support decentralized, encrypted storage for AI agent memory. As AI agents become more autonomous, teams need a secure way to store long-term, private memory. ➔ Storacha provides the storage layer. ➔ Phala provides confidential compute. BUIDL 🤝
Storacha tweet media
English
81
24
160
11.4K
Robinhood
Robinhood@RobinhoodApp·
$DOT is now available to trade on Robinhood Crypto, including NY.
Robinhood tweet media
English
82
146
494
59.2K
Dot📍Bots 🤖 retweetledi
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
Today Phala's migration from Polkadot to Ethereum enters phase 2! I invite community members who hold $PHA on DEX such as StellaSwap or Hydration (approximately 550 holders and +8M tokens) to bridge them on Phala in order to have no problems calculating migration balances.
ᑕᗩ₱₱ΞX tweet media
Phala@PhalaNetwork

📣 Proposal Passed: Phala is Migrating to Ethereum L2! This marks Phala’s next chapter after Intel SGX, embracing Intel TDX and GPU-based confidential compute for greater scalability and enterprise-grade security.

English
2
3
16
2K
Miracles
Miracles@wasnevermarried·
🫎 The Moose Awaken campaign is still running strong in its second season!! What's the deal? Basically, we have been contributing to the growth of @DataHaven_xyz and gaining recognition for our contributions. These recognitions come in the form of; ✅ Moose Keys ✅ Acorns ✅ @MoonbeamNetwork's $GLMR ✅ Shoutouts What are you waiting for? All you $HAVE to do is "Leave the herd, Join the Haven"
Miracles tweet media
English
7
2
36
3.4K
Google Cloud Tech
Google Cloud Tech@GoogleCloudTech·
Announcing Agent Payments Protocol (AP2), an open, shared protocol that provides a common language for secure, compliant transactions between agents and merchants. AP2 can be used as an extension of the A2A protocol and MCP. Learn how it works ↓ goo.gle/4n7Cgsc
English
102
403
1.7K
737.8K
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
FYI: With the latest halving a few days ago, Phala Network reduced the daily emission of new $PHA to about 63,000 tokens (22,995,000 annually). This is 5 times less inflation than Polkadot with the advantage of a fixed supply at 1 billion. 👀
ᑕᗩ₱₱ΞX tweet media
English
3
2
24
1.2K
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
All Polkadot coretimes have been sold, even the last one at the price of 922 $DOT, this means that the next batch will have a starting price of 9228 $DOT... 🚀 Things are getting interesting! 🔥
ᑕᗩ₱₱ΞX tweet media
English
17
23
176
14.7K
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
Excellent post this by Pavel. 👏 @PhalaNetwork is a bridge that unites TEE, MPC, FHE and ZKP, making them more effective together than they are alone, opening new possibilities for developers and users, with a focus on privacy, efficiency and decentralization. Read it! 👇
Pavel Paramonov@paramonoww

TEE, MPC, FHE, and ZKP are not competitors. They're friends. Discussions often compare this tech to determine which one is superior. In reality, these technologies are not mutually exclusive and can function together and complement each other. 1. Each solution has trade-offs, but they are unrelated > MPC doesn’t have a single point of failure, but requires heavy data exchange An MPC protocol typically unfolds in three stages. 1. Users secret-share their private inputs, sending encrypted data to computing nodes, ensuring security through non-collusion or a full threshold model (all nodes must collude). 2. Nodes compute these secret shares. 3. Nodes return their shares of the output to users, who reconstruct the result. MPC works best with well-connected nodes, but its cost comes from heavy data exchange between them, so we mainly face overhead in communication problems. In many standard MPC protocols, each node communicates with every other node for operations like multiplication gates. This results in quadratic communication complexity O(n²). What does it mean? • For example, with 10 nodes and a 1 KB computational complexity, the data exchange is approximately 100 GB. • With 100 nodes, it reaches about 10 TB. MPC's data exchange limits practical applications to 2–10 nodes due to communication overhead. So, unlike blockchain, fast MPC with hundreds of nodes isn't yet feasible. > FHE requires less data, but more computation resources FHE addresses a long-standing challenge: how to enable secure computation on encrypted data without requiring decryption? A user can encrypt their sensitive data, upload it to a server, and the server can execute computations on this ciphertext (encrypted message). The resulting output, still encrypted, can then be decrypted by the user using their private key, unlike traditional End-to-End Encryption (E2EE) where computation on encrypted data is not feasible. FHE uses less data transfer than MPC, but requires significantly more server-side computation. This makes FHE generally slower than MPC, except in situations with extremely slow networks or very powerful computing infrastructure. • Simple database query taking milliseconds unencrypted can stretch to 2–10 seconds with FHE • AI inference with FHE takes seconds to minutes compared to milliseconds for unencrypted operations > ZK is not about general computations, and it has a privacy problem While all these technologies enable private computations, ZKPs specifically generate proofs with "true" or "false" (boolean) outcomes. As most people know, ZKPs are widely used in zk-rollups, which are succinct proofs with a small, fixed size and fast verification, ideal for on-chain use. However, zk-rollups utilize the soundness and succinctness of, but not their zk property. While ZKPs ensure that a false proof can't appear valid (soundness) and that anyone can verify a proof, a privacy issue arises in zk-rollups. The entity running the zk circuit has full access to the input data during computation, meaning sensitive data visible to the prover. This compromises the privacy of private user inputs. > TEE is cheap and fast, but also vulnerable to side-channel attacks Unlike other privacy technologies, TEEs rely on specific hardware, such as Intel’s SGX. The security model of TEEs is less transparent than other methods, and vulnerabilities have been identified in various TEE implementations. 2. Different tradeoffs — different ways to complement them Every technology suffers from different problems and also has different pros, so to say that some technology is far better than another without giving any context is certainly incorrect. Each option can't perform better in certain situations than other options and vice versa. To give an example: • Collusion problem doesn’t relate in any way to TEE, because there is only an isolated environment where collusion is impossible • ZKPs can’t relate in any way to MPC or FHE in terms of computations, because ZK technology is only related to generating boolean proofs • TEE’s main trust assumption is hardware being hacked, while the main problem with hardware in FHE is that it has to be fast enough and performant • We are talking about the same subject (hardware), but there are absolutely polar points to think about Following this logic, I decided to take a deeper look into this and see where different technologies can complement each other and offer a better solution. 3. Synergies and Complementary Roles Let’s take TEE as a certain foundation and see how different combinations can work and how we can fix the problems in those options. > TEE + MPC Issue: TEEs rely on hardware-based keys for privacy, creating issues with data portability and potential censorship. Solution: MPC can solve this by replacing hardware keys and serving as a key management service for TEEs. MPC solutions can run computations inside TEEs to ensure that each party’s operations are isolated and secure, making it even more secure, and there are multiple protocols doing this already. • If we look at it from the other way around and see how TEE can benefit from MPC, it's by replicating isolated environments, making them more distributed • Instead of trusting one TEE to handle everything, MPC spreads the responsibility across several TEEs • TEE can distribute trust across multiple secure enclaves and reduce dependence on a single TEE instance • Each enclave contributes to the computation without needing to fully trust the others because of MPC's cryptographic guarantees. > TEE + FHE Problems with TEE (side-channel attacks) and FHE (huge computation resources) are different, as are the techniques they bring. Running code in an isolated environment is not the same as having technology to run computations on decrypted data. Here, TEE seems like an overhead, because pure code is running in an isolated machine and requires decryption, while FHE allows developers to run computations on already encrypted data. While it may be true in some capacity that TEE is technological overhead, using FHE has another overhead of really high computational resources. Approximately, when using TEE, there’s a 5% overhead, while using FHE, the overhead is around 1,000,000x. While it might seem like TEEs and FHE could create overhead for each other, I'm exploring using TEEs to securely manage decryption keys or handle performance-intensive tasks that FHE struggles with. If we look into it from another way, FHE can allow TEE to process encrypted data directly while TEE manages the keys. > TEE + ZK There is also an example of how efficient the usage of TEE and ZK is using TEE for zkVM proving. Issue: outsourcing zkVM proving to any other device is problematic, because privacy becomes at risk as the prover typically needs access to inputs. Solution: If we run zkVM inside a TEE, the computation occurs within a secure enclave and prevents the host from accessing the data. The TEE provides attestation that the proof was generated correctly. For instance, @PhalaNetwork uses TEE-enabled GPUs to run SP1 zkVM, achieving less than 20% overhead for complex workloads like zkEVMs. 4. Phala as TEE Foundation Phala builds the decentralized TEE cloud in crypto, so anyone can leverage TEE and use it for their purposes, including teams whose main product offering is either MPC, FHE, or ZK. I wanted to learn more and explore the teams that are using Phala for these purposes. > Phala + MPC @0xfairblock does confidential computing to mitigate centralized risks and prevent information leakage and manipulation in apps, where their main technology is MPC. However, they can still benefit from TEEs: • Phala's TEE enclave generates private keys, which are then threshold-encrypted and split into shares for storage across Fairblock's MPC • Smart contracts monitor TEE operations by requiring regular submission of encrypted keys and basically act as a failure detection mechanism • If TEE fails, smart contracts trigger Fairblock's MPC to privately reconstruct and decrypt the keys to maintain share confidentiality. In such a setting, keys remain encrypted within TEEs at all times, with MPC ensuring that no single party can access the complete key. Automated recovery mechanisms safeguard against data loss due to system crashes or reboots. > Phala + zkTLS There are a lot of zk protocols using Phala, but I want to highlight @primus_labs, because their core offering is around zkTLS. I already did a comprehensive article on zkTLS, but the most important thing you have to know is that in zkTLS, the attestor serves as a validator looking at encrypted data streams to verify their authenticity. Difficulty: reducing reliance on the attestor’s trustworthiness. • Using Phala's Dstack, attestors in Primus can run the attestations inside a TEE to make sure that every ZKP is backed by attestation issued inside a TEE. • In that case, anyone can verify the proof using an attestation explorer. TEE keeps latency low and doesn’t come with any time overhead. > Phala + FHE @sporedotfun uses both FHE on the @mindnetwork_xyz side and TEE on the Phala side. In Spore's staking-to-vote system, attackers can stake tokens before deadlines to mislead voters, then unstake and distort outcomes and markets. Difficulty: strike a balance between transparency and security to ensure governance decisions align with long-term contributors’ intentions. • To counter vote sniping, Spore adopts FHE via Mind Network and enables blind voting that protects voter privacy. • FHE keeps votes encrypted to eliminate the ability for snipers to vote maliciously. • TEE provides a zero-trust environment for aggregation and publication of votes before final publication. 5. Possibilities are infinite, but it's worth considering the risks & performance overhead As I said before, there are a lot of use cases possible with TEE foundation, so possibilities are infinite. The main consideration is this one: • The industry is currently experiencing a growing demand for complex computations, primarily driven by AI • Rapid expansion of the AI sector increases performance requirements. • As performance demands rise, we must consider not only the performance and security features of specific technologies but also their costs. To provide approximate performance overhead estimates using rough figures, the following projections are: • TEE — 5% overhead • MPC — 100x overhead • ZK — 1,000x overhead • FHE — 1,000,000x overhead As we can see, TEE introduces very little overhead to any system and is basically the most performant and cost-effective environment for complex computations like AI inference. In current systems, and even more so in future systems, developers should consider TEE as one of the parts of the final system design, even if the core offering is not around TEEs. TEE not only mitigates individual trade-offs of MPC, FHE, or ZK, but also unlocks a lot of possibilities for developers and users.

English
0
1
5
219
Dot📍Bots 🤖 retweetledi
Phala
Phala@PhalaNetwork·
Great deep dive by @paramonoww on how TEE, MPC, FHE, and ZKP complement each other. Phala is proud to be the TEE foundation layer enabling projects such as @0xfairblock, @primus_labs, etc. to enhance security and privacy in Web3.
Pavel Paramonov@paramonoww

TEE, MPC, FHE, and ZKP are not competitors. They're friends. Discussions often compare this tech to determine which one is superior. In reality, these technologies are not mutually exclusive and can function together and complement each other. 1. Each solution has trade-offs, but they are unrelated > MPC doesn’t have a single point of failure, but requires heavy data exchange An MPC protocol typically unfolds in three stages. 1. Users secret-share their private inputs, sending encrypted data to computing nodes, ensuring security through non-collusion or a full threshold model (all nodes must collude). 2. Nodes compute these secret shares. 3. Nodes return their shares of the output to users, who reconstruct the result. MPC works best with well-connected nodes, but its cost comes from heavy data exchange between them, so we mainly face overhead in communication problems. In many standard MPC protocols, each node communicates with every other node for operations like multiplication gates. This results in quadratic communication complexity O(n²). What does it mean? • For example, with 10 nodes and a 1 KB computational complexity, the data exchange is approximately 100 GB. • With 100 nodes, it reaches about 10 TB. MPC's data exchange limits practical applications to 2–10 nodes due to communication overhead. So, unlike blockchain, fast MPC with hundreds of nodes isn't yet feasible. > FHE requires less data, but more computation resources FHE addresses a long-standing challenge: how to enable secure computation on encrypted data without requiring decryption? A user can encrypt their sensitive data, upload it to a server, and the server can execute computations on this ciphertext (encrypted message). The resulting output, still encrypted, can then be decrypted by the user using their private key, unlike traditional End-to-End Encryption (E2EE) where computation on encrypted data is not feasible. FHE uses less data transfer than MPC, but requires significantly more server-side computation. This makes FHE generally slower than MPC, except in situations with extremely slow networks or very powerful computing infrastructure. • Simple database query taking milliseconds unencrypted can stretch to 2–10 seconds with FHE • AI inference with FHE takes seconds to minutes compared to milliseconds for unencrypted operations > ZK is not about general computations, and it has a privacy problem While all these technologies enable private computations, ZKPs specifically generate proofs with "true" or "false" (boolean) outcomes. As most people know, ZKPs are widely used in zk-rollups, which are succinct proofs with a small, fixed size and fast verification, ideal for on-chain use. However, zk-rollups utilize the soundness and succinctness of, but not their zk property. While ZKPs ensure that a false proof can't appear valid (soundness) and that anyone can verify a proof, a privacy issue arises in zk-rollups. The entity running the zk circuit has full access to the input data during computation, meaning sensitive data visible to the prover. This compromises the privacy of private user inputs. > TEE is cheap and fast, but also vulnerable to side-channel attacks Unlike other privacy technologies, TEEs rely on specific hardware, such as Intel’s SGX. The security model of TEEs is less transparent than other methods, and vulnerabilities have been identified in various TEE implementations. 2. Different tradeoffs — different ways to complement them Every technology suffers from different problems and also has different pros, so to say that some technology is far better than another without giving any context is certainly incorrect. Each option can't perform better in certain situations than other options and vice versa. To give an example: • Collusion problem doesn’t relate in any way to TEE, because there is only an isolated environment where collusion is impossible • ZKPs can’t relate in any way to MPC or FHE in terms of computations, because ZK technology is only related to generating boolean proofs • TEE’s main trust assumption is hardware being hacked, while the main problem with hardware in FHE is that it has to be fast enough and performant • We are talking about the same subject (hardware), but there are absolutely polar points to think about Following this logic, I decided to take a deeper look into this and see where different technologies can complement each other and offer a better solution. 3. Synergies and Complementary Roles Let’s take TEE as a certain foundation and see how different combinations can work and how we can fix the problems in those options. > TEE + MPC Issue: TEEs rely on hardware-based keys for privacy, creating issues with data portability and potential censorship. Solution: MPC can solve this by replacing hardware keys and serving as a key management service for TEEs. MPC solutions can run computations inside TEEs to ensure that each party’s operations are isolated and secure, making it even more secure, and there are multiple protocols doing this already. • If we look at it from the other way around and see how TEE can benefit from MPC, it's by replicating isolated environments, making them more distributed • Instead of trusting one TEE to handle everything, MPC spreads the responsibility across several TEEs • TEE can distribute trust across multiple secure enclaves and reduce dependence on a single TEE instance • Each enclave contributes to the computation without needing to fully trust the others because of MPC's cryptographic guarantees. > TEE + FHE Problems with TEE (side-channel attacks) and FHE (huge computation resources) are different, as are the techniques they bring. Running code in an isolated environment is not the same as having technology to run computations on decrypted data. Here, TEE seems like an overhead, because pure code is running in an isolated machine and requires decryption, while FHE allows developers to run computations on already encrypted data. While it may be true in some capacity that TEE is technological overhead, using FHE has another overhead of really high computational resources. Approximately, when using TEE, there’s a 5% overhead, while using FHE, the overhead is around 1,000,000x. While it might seem like TEEs and FHE could create overhead for each other, I'm exploring using TEEs to securely manage decryption keys or handle performance-intensive tasks that FHE struggles with. If we look into it from another way, FHE can allow TEE to process encrypted data directly while TEE manages the keys. > TEE + ZK There is also an example of how efficient the usage of TEE and ZK is using TEE for zkVM proving. Issue: outsourcing zkVM proving to any other device is problematic, because privacy becomes at risk as the prover typically needs access to inputs. Solution: If we run zkVM inside a TEE, the computation occurs within a secure enclave and prevents the host from accessing the data. The TEE provides attestation that the proof was generated correctly. For instance, @PhalaNetwork uses TEE-enabled GPUs to run SP1 zkVM, achieving less than 20% overhead for complex workloads like zkEVMs. 4. Phala as TEE Foundation Phala builds the decentralized TEE cloud in crypto, so anyone can leverage TEE and use it for their purposes, including teams whose main product offering is either MPC, FHE, or ZK. I wanted to learn more and explore the teams that are using Phala for these purposes. > Phala + MPC @0xfairblock does confidential computing to mitigate centralized risks and prevent information leakage and manipulation in apps, where their main technology is MPC. However, they can still benefit from TEEs: • Phala's TEE enclave generates private keys, which are then threshold-encrypted and split into shares for storage across Fairblock's MPC • Smart contracts monitor TEE operations by requiring regular submission of encrypted keys and basically act as a failure detection mechanism • If TEE fails, smart contracts trigger Fairblock's MPC to privately reconstruct and decrypt the keys to maintain share confidentiality. In such a setting, keys remain encrypted within TEEs at all times, with MPC ensuring that no single party can access the complete key. Automated recovery mechanisms safeguard against data loss due to system crashes or reboots. > Phala + zkTLS There are a lot of zk protocols using Phala, but I want to highlight @primus_labs, because their core offering is around zkTLS. I already did a comprehensive article on zkTLS, but the most important thing you have to know is that in zkTLS, the attestor serves as a validator looking at encrypted data streams to verify their authenticity. Difficulty: reducing reliance on the attestor’s trustworthiness. • Using Phala's Dstack, attestors in Primus can run the attestations inside a TEE to make sure that every ZKP is backed by attestation issued inside a TEE. • In that case, anyone can verify the proof using an attestation explorer. TEE keeps latency low and doesn’t come with any time overhead. > Phala + FHE @sporedotfun uses both FHE on the @mindnetwork_xyz side and TEE on the Phala side. In Spore's staking-to-vote system, attackers can stake tokens before deadlines to mislead voters, then unstake and distort outcomes and markets. Difficulty: strike a balance between transparency and security to ensure governance decisions align with long-term contributors’ intentions. • To counter vote sniping, Spore adopts FHE via Mind Network and enables blind voting that protects voter privacy. • FHE keeps votes encrypted to eliminate the ability for snipers to vote maliciously. • TEE provides a zero-trust environment for aggregation and publication of votes before final publication. 5. Possibilities are infinite, but it's worth considering the risks & performance overhead As I said before, there are a lot of use cases possible with TEE foundation, so possibilities are infinite. The main consideration is this one: • The industry is currently experiencing a growing demand for complex computations, primarily driven by AI • Rapid expansion of the AI sector increases performance requirements. • As performance demands rise, we must consider not only the performance and security features of specific technologies but also their costs. To provide approximate performance overhead estimates using rough figures, the following projections are: • TEE — 5% overhead • MPC — 100x overhead • ZK — 1,000x overhead • FHE — 1,000,000x overhead As we can see, TEE introduces very little overhead to any system and is basically the most performant and cost-effective environment for complex computations like AI inference. In current systems, and even more so in future systems, developers should consider TEE as one of the parts of the final system design, even if the core offering is not around TEEs. TEE not only mitigates individual trade-offs of MPC, FHE, or ZK, but also unlocks a lot of possibilities for developers and users.

English
7
16
96
5.7K
Dot📍Bots 🤖 retweetledi
Joshua Waller
Joshua Waller@hashwarlock·
Customer pipeline is strong at @PhalaNetwork. Builders know 😜 It was only a year ago (in 100+ºF heat of Texas) where we just wrapped our first hackathon with @easya_app introducing TEE + AI Agents. We saw our first real interests from devs. I thought "this is it", but soon Intel TDX + H100/H200 GPU TEE would change the game 🥷 Great timeline but jobs not finished. Lets keep pushing the pace 🦾
English
2
8
28
1.2K
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
If Referendum 1542 is approved, here is how the 5 million $DOT incentives to increase participation in the Polkadot DeFi will be allocated. - 2M DOT in Stablecoin - 1M DOT in GIGADOT - 2M DOT in ecosystem and snowbridge Parameters may change based on performance. 👇
ᑕᗩ₱₱ΞX tweet media
English
28
7
81
4.5K
Dot📍Bots 🤖 retweetledi
ᑕᗩ₱₱ΞX
ᑕᗩ₱₱ΞX@CryptoCappex·
In case you missed it, 4 days ago Polkadot burned 128,606 $DOT (675K USD)! 🔥 The treasury burns 1% of unspent funds every 24 days, since the beginning of the year, a total of 873,521 $DOT have been burned for a value at the current price of more than 4.5 million USD. 🏦💸
ᑕᗩ₱₱ΞX tweet media
English
31
24
158
6.4K
Dot📍Bots 🤖 retweetledi
The Dots
The Dots@TheDotsTalks·
YOU ARE NOT BULLISH ENOUGH, ANONSKI 🌊 The chaddest DEX on Polkadot @hydration_net sets a new ATH in Total Value Locked - $200,000,000 Just a casual 5x left to reach $1B 🫡🫡🫡
The Dots tweet media
English
27
16
120
4.7K
Dot📍Bots 🤖 retweetledi
Ally
Ally@Kripto_Ally·
Strong momentum noted in @MoonbeamNetwork treasury revenue metric! This incredible increase in Moonbeam treasury revenues shows that the team is on the right track with cross-chain and all its work, as it is gaining more and more hype. With the upcoming Polkadot 2.0, ETH adoption on the Polkadot chain is rapidly increasing. Moonbeam Network , which provides EVM developers on the Polkadot chain with ETH, is increasing its activity every day. The increasing activity is creating incredible proportional increases in the Moonbeam treasury. As Moonbeam usage increases day by day, the platform's treasury is overflowing. We may soon see an acceleration in campaigns, marketing and marketing activities for GLMR holders. On the other hand, the team may show studies such as APR rates etc. for stakers. Keep one eye on GLMR and the other on Moonbeam!
Ally tweet media
English
22
12
53
4.1K