Client – Earlybirds Invest https://earlybirdsinvest.com Latest Crypto News Sat, 19 Jul 2025 09:11:53 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.8 https://i0.wp.com/earlybirdsinvest.com/wp-content/uploads/2024/12/cropped-New-Project-2024-12-17T235703.455.png?fit=32%2C32&ssl=1 Client – Earlybirds Invest https://earlybirdsinvest.com 32 32 240146708 Validated, staking on eth2: #5 – Why client diversity matters https://earlybirdsinvest.com/validated-staking-on-eth2-5-why-client-diversity-matters/ https://earlybirdsinvest.com/validated-staking-on-eth2-5-why-client-diversity-matters/#respond Sat, 19 Jul 2025 09:11:53 +0000 https://earlybirdsinvest.com/validated-staking-on-eth2-5-why-client-diversity-matters/

*Disclaimer: None of this is meant as a slight against any client in particular. There is a high likelihood that each client and possibly even the specification has its own oversights and bugs. Eth2 is a complicated protocol, and the people implementing it are only human. The point of this article is to highlight how and why the risks are mitigated.*

With the launch of the Medalla testnet, people were encouraged to experiment with different clients. And right from genesis, we saw why: Nimbus and Lodestar nodes were unable to cope with the workload of a full testnet and got stuck. [0][1] As a result, Medalla failed to finalise for the first half hour of its existence.

On the 14th of August, Prysm nodes lost track of time when one of the time servers they were using as a reference suddenly jumped one day into the future. These nodes then started making blocks and attestations as though they were also in the future. When the clocks on these nodes were corrected (either by updating the client, or because the timeserver returned to the correct time), those that had disabled the default slashing protection found their stakes slashed.

Exactly what happened is a bit more subtle, I highly recommend reading Raul Jordan’s write-up of the incident.

Clock Failure – The enworsening

The moment when Prysm nodes started time traveling, they made up ~62% of the network. This meant that the threshold for finalising blocks (>2/3 on one chain) could not be met. Worse still, these nodes couldn’t find the chain that they were expecting (there was a 4 hour “gap” in the history and they all jumped ahead to slightly different times) and so they flooded the network with short forks as they guessed at the “missing” data.


Prysm currently makes up 82% of Medalla nodes 😳 ! [ethernodes.org]

At this point, the network was flooded with thousands of different guesses at what the head of the chain was and all the clients started to buckle under the increased workload of figuring out which chain was the right one. This led to nodes falling behind, needing to sync, running out of memory, and other forms of chaos, all of which worsened the problem.

Ultimately this was a good thing, as it allowed us to not only fix the root problem relating to clocks, but to stress test the clients under condition of mass node failure and network load. That said, this failure need not have been so extreme, and the culprit in this case was Prysm’s dominance.

Shilling Decentralisation – Part I, it’s good for eth2

As I’ve discussed previously, 1/3 is the magic number when it comes to safe, asynchronous BFT algorithms. If more than 1/3 of validators are offline, epochs can no longer be finalised. So while the chain still grows, it is no longer possible to point to a block and guarantee that it will remain a part of the canonical chain.

Shilling Decentralisation – Part II, it’s good for you

To the maximum possible extent, validators are incentived to do what is good for the network and not simply trusted to do something because it is the right thing to do.

If more than 1/3 of nodes are offline, then penalties for the offline nodes start ramping up. This is called the inactivity penalty.

This means that, as a validator, you want to try to ensure that if something is going to take your node offline, it is unlikely to take many other nodes offline at the same time.

The same goes for being slashed. While, there’s always a chance that your validators are slashed due to a spec or software mistake/bug, the penalties for single slashings are “only” 1 ETH.

However, if many validators are slashed at the same time as you, then penalties go up to as high as 32 ETH. The point at which this happens is again the magic 1/3 threshold. [An explanation of why this is the case can be found here].

These incentives are called liveness anti-correlation and safety anti-correlation respectively, and are very intentional aspects of eth2’s design. Anti-correlation mechanisms incentivise validators to make decisions that are in the best interest of the network, by tying individual penalties to how much each validator is impacting the network.

Shilling Decentralisation – Part III, the numbers

Eth2 is being implemented by many independent teams, each developing independent clients according to the specification written primarily by the eth2 research team. This ensures that there are multiple beacon node & validator client implementations, each making different decisions about the technology, languages, optimisations, trade-offs etc required to build an eth2 client. This way, a bug in any layer of the system will only impact those running a specific client, and not the whole network.

If, in the example of the Prysm Medalla time-bug, only 20% of eth2 nodes were running Prysm and 85% of people were online, then the inactivity penalty wouldn’t have kicked in for Prysm nodes and the problem could have been fixed with only minor penalties and some sleepless nights for the devs.

In contrast, because so many people were running the same client (many of whom had disabled slashing protection), somewhere between 3500 and 5000 validators were slashed in a short period of time.* The high degree of correlation means that slashings were ~16 ETH for these validators because they were using a popular client.

* At the time of writing, slashings are still pouring in, so there is no final number yet.

Try something new

Now is the time to experiment with different clients. Find a client that a minority of validators are using, (you can look at the distribution here). Lighthouse, Teku, Nimbus, and Prysm are all reasonably stable at the moment while Lodestar is catching up fast.

Most importantly, TRY A NEW CLIENT! We have an opportunity to create a more healthy distribution on Medalla in preparation for a decentralised mainnet.

]]>
https://earlybirdsinvest.com/validated-staking-on-eth2-5-why-client-diversity-matters/feed/ 0 48499
Supporting Ethereum’s Client Ecosystem https://earlybirdsinvest.com/supporting-ethereums-client-ecosystem/ https://earlybirdsinvest.com/supporting-ethereums-client-ecosystem/#respond Sun, 29 Jun 2025 09:28:16 +0000 https://earlybirdsinvest.com/supporting-ethereums-client-ecosystem/

With the arrival of the beacon chain in 2020, Ethereum today supports two types of clients: those focusing on the execution-layer (often referred to as eth1) and those powering the proof-of-stake consensus layer (aka eth2). As those running validators are well aware (since they run both client types), each serves a specific purpose, and powers a different part of one Ethereum.

Recognizing the importance that both client sets represent to the long term health and network diversity of Ethereum, our work to support the full landscape of clients is fundamental to our work in the ecosystem.

Layer-specific client support updates

the execution-layer

In 2021, the Ethereum Foundation plans to allocate at least $4 million USD to execution-layer client teams.

These grants, the first of which have been distributed, support the following client teams: Besu, Geth (Go Ethereum), Nethermind, Open Ethereum, and Turbo Geth.

It was clear even in Ethereum’s early days that greater client diversity helped to strengthen Ethereum at its core. That’s why we’re reaffirming our support for their work with this first step toward sustainability today.

the consensus-layer

In 2021, the EF is allocating at minimum 7millionUSDtoconsensus−layerclients.Thisisanincreasefromourfundingin2020,whereabout7 million USD to consensus-layer clients. This is an increase from our funding in 2020, where about 4.5 million USD was spent on client teams, as detailed in previous posts (ESP 2020 Allocation Updates, Q1, Q2, Q3, Q4). Additionally, support may be announced in periodic research and ecosystem support program updates over the course of the year for audits, formal verification, testing, bug bounties, tooling and other community support.

The consensus-layer today has four clients, Lighthouse, Teku, Prysm and Nimbus that are online, and which have been stable since the launch of the beacon chain in December. At the time of this post, these clients have enabled the beacon chain to be secured by over 3.5mm Ether, which are supplied by over 110,000 active validators. This feat, and the accomplishments of these teams to date can not be overstated. 👏

Additionally, a fifth client, Lodestar, has provided quality javascript tooling (which is already used by various explorers and other beacon chain tracking tools) and other API standardization, and aims to bring beacon chain light-clients to production this year!

Our support in 2021 will be primarily geared toward these five clients, with other opportunities possible as development progresses.

Moving forward together

As Danny Ryan explained in his recent Finalized #23 post, “as a beacon chain staker, you need an Ethereum PoW endpoint to successfully perform all of your various duties as a validator”. This means that today and after the merge, both client types are required to power the network. And because the execution-layer’s familiar technology remains regardless of changes to consensus, there is no action required by dapps, developers or users to continue using Ethereum as they always have. In short, both client types remain necessary, and the long-term strength, health and decentralization of Ethereum succeeds as they succeed.

Over the last months, we’ve seen new interest and innovation on Ethereum, and more is surely on the horizon. As network use increases and Ethereum’s potential appears even more vast, the sustainable support of open source software on both layers is essential, and we look forward to providing further updates on our work in this area. 🚀

]]>
https://earlybirdsinvest.com/supporting-ethereums-client-ecosystem/feed/ 0 44778
Building Together: Execution-Layer Client Ecosystem Fundraise https://earlybirdsinvest.com/building-together-execution-layer-client-ecosystem-fundraise/ https://earlybirdsinvest.com/building-together-execution-layer-client-ecosystem-fundraise/#respond Sat, 14 Jun 2025 11:26:20 +0000 https://earlybirdsinvest.com/building-together-execution-layer-client-ecosystem-fundraise/

Ethereum’s diverse client ecosystem is at the foundation of all that we’re building together. This includes both execution-layer and consensus-layer clients, both of which are essential parts of Ethereum’s post-merge future.

Supporting execution-layer (formerly “Eth1”) clients remains one of the Ethereum Foundation’s highest priorities. These client teams have supported Ethereum’s growth over the past several years, and they will continue to provide critical infrastructure for the network post-merge, as Ethereum transitions to a Proof of Stake consensus system. Since January 2020, the EF has spent more than $10M on execution-layer client R&D. Our steadfast support will continue as these teams adapt and scale along with the broader community.

At the same time, we believe it is healthy for Ethereum clients to receive funding and support from a broader range of community stakeholders, reflecting the growth and diversification of the ecosystem.

Collaborative efforts, and specifically those dedicated to supporting teams and builders that maintain a diverse set of Ethereum clients, are a lasting and impactful way to benefit Ethereum in the long-term.

Building together

Today, we’re excited to announce that Compound Grants, Kraken, Lido, Synthetix, The Graph and Uniswap Grants are donating $250K each to support Ethereum execution-layer client teams. This project is the result of several months of work, and will supplement the significant funding provided by the Ethereum Foundation this year. This fundraise will have no impact on the EFs continued financial support for these teams.

The support of capable and leading entities from across industries will strengthen and further the innovations taking place on Ethereum.

This project represents an effort to secure Ethereum’s long-term growth, health and decentralization. Each of these elements can be exemplified by client diversity, strength of the teams themselves, and our confidence that Ethereum will continue to succeed as they succeed.

Why begin with this approach?

Part of our goal with this first round is to lessen risks that come from reliance on any single team or entity as we all work to maintain quality open source products in a diverse, decentralized, and sustainable way.

We continue to work towards more decentralized funding mechanisms for Ethereum’s public goods, and this is one more step that enables larger groups of participants to directly support client development and maintenance.

Recipients

With this goal of client diversity and the network’s success at heart, we are proud to announce the recipients of this round: Besu, Erigon, Geth, Nethermind, and Nimbus.

As a public good, Ethereum benefits from shared responsibility. This is true in terms of client diversity and the depth and width of the ecosystem’s ability to support itself.

Ethereum is a project with the potential to change and improve the very core of human, social and market interactions on a global scale. With groundbreaking applications and innovation on the network and ever-increasing adoption, the Ethereum community is pushing the boundaries of what’s technically and technologically feasible with each new day. We’re excited to take this next step to continue that growth, and ask that you join us in our effort to strengthen Ethereum by guaranteeing that Ethereum remains a diverse and sustainable project, and one that is maintained by many for a long time to come. 🚀

]]>
https://earlybirdsinvest.com/building-together-execution-layer-client-ecosystem-fundraise/feed/ 0 41978
Announcing the Client Incentive Program https://earlybirdsinvest.com/announcing-the-client-incentive-program/ https://earlybirdsinvest.com/announcing-the-client-incentive-program/#respond Mon, 26 May 2025 12:58:09 +0000 https://earlybirdsinvest.com/announcing-the-client-incentive-program/

Note: this post was updated on April 4, 2022 to include a full copy of the Client Incentive Program details.


A diverse set of clients is key to the Ethereum network’s health and decentralization. Diversity ensures that innovation continues at the base layer of the protocol, that the network is resilient in the face of potential attacks or bugs, and that a broad set of participants are engaged in debating potential changes to core protocol.

While clients provide an essential service to the network (without them, there is no network!), it has historically been difficult for them to capture value. Recently, more avenues have become available for these teams to build sustainable businesses, but most of those focus on mainnet-adjacent opportunities rather than the main Ethereum network. Additionally, these opportunities generally do not scale proportionally to the amount of value created.

To ensure that client teams have a strong incentive to maintain the core Ethereum network over the long term, the Ethereum Foundation has launched a Client Incentive Program. This program offers client teams ETH-denominated rewards which unlock over time, as long as they continue to build software which meets the performance and security requirements of mainnet.

Specifically, teams in the program will receive a total of 144 validators (4608 ETH) each to operate on mainnet. The size of these grants recognizes both the excellent work performed over the past few years and the many development challenges expected well into the future. One team, whose client is more recently mainnet compatible than their peers, has been included in the program with a 50% stake. The teams eligible for the program are, alphabetically:

  • Erigon
  • Go-ethereum (geth)
  • Hyperledger Besu
  • Lighthouse
  • Lodestar (50% stake)
  • Nethermind
  • Nimbus
  • Prysm
  • Teku

The validator deposits are made up-front to be operated by teams immediately, while the withdrawal credentials (the ownership of the funds) will be vested over several years, with the first tranche unlocked at the delivery of Beacon Chain withdrawals. In order to receive this and subsequent tranches of validator withdrawal credentials, teams must continue to maintain their clients, meet performance benchmarks on mainnet, and generally contribute toward delivering the Ethereum community’s roadmap, as it evolves over time. After The Merge, client teams will also receive transactionm fees collected by their validators. This, along with staking rewards, will begin to provide a steady source of revenue to teams.

As the grants vest, teams are free to do what they please with the validators they control – e.g. continue to stake and earn rewards, withdraw and liquidate, or some combination of the two. Also note, the Client Incentive Program is in addition to any grants that the EF provides to these teams.

A full copy of the program’s details has been included as an appendix below.

Geth’s participation in this program is unique, since they are a team housed within the Ethereum Foundation. However, the Geth team – like the other clients listed above – will have complete discretion over how to use these validators, earned fees, and their ETH deposits as the grants vest.

The structure of the program aligns teams with the long term health of the network and ensures they are incentivized to build secure and performant software. It was designed to be backwards-looking and reward teams who have already delivered production-quality software. We hope that it provides a foundation for a healthy incentivization of core contributors to Ethereum. As always, the Ecosystem Support Program is available, and eager, to fund earlier innovative Ethereum implementation efforts including new client teams.

We are excited to finally share this initiative publicly, and we look forward to seeing more ways for the community to come together and support public goods!


Client Incentive Program Details

Given the aggregate total of ETH that is planned to be distributed to client teams (about 42,000 ETH when considering validator rewards, or, as of April 4, 2022, over $145MM in value), we recognize the community’s interest in learning more about how distributions will take place, and how milestones will be met.

The full details of the incentive program, as shared with client teams, are below.

Program Goals & Eligibility

The program aims to provide long-term support and incentives for teams towards maintaining reliable clients and a healthy network overall.

For client teams to be eligible, they should already be contributing to the general development of Ethereum and intend to support the upcoming transition to proof of stake. Throughout the program, teams will need to maintain certain levels of performance to be eligible for the rewards. More on this below.

Configuration

Name Value Description
NUM_PERFORMANCE 128 Number of validators monitored for performance
NUM_CANARIES 16 Number of canary validators
NUM_VALIDATORS NUM_PERFORMANCE + NUM_CANARIES Number of total validators
INITIAL_RELEASE 32 Number of validators to release at initial major milestone
TIMED_RELEASES [6, 10, 14, 18, 22, 26 + NUM_CANARIES] Number of validators to be released each 6 months after INITIAL_RELEASE
METRICS_WINDOW 8192 Number of epochs over which success metrics are observed
MAX_PROBATION_WINDOW 32768 Maximum number of epochs that the Client can be in probation before the EF can partially or fully remove the Client from the incentivization

Structure

The following are the high level steps performed by “EF” and the “Client” through the life of this plan.

  1. Make deposits
  2. Transfer control of active signing keys
  3. Client operate nodes/validators
  4. Release withdrawal credentials in waves

1. Make deposits

After a client has agreed to join the program, the EF creates NUM_VALIDATORS 32-ETH deposits.

Total ETH at stake in the client incentivization plan is equal to NUM_VALIDATORS * 32.

In consultation with client teams, a formal start date for this program will be determined where teams will gain control of validators, approximately between October 1, 2021 and whenever The Merge occurs.

2. Transfer control of active signing keys

After step 1, there will be NUM_VALIDATORS privkeys mapping to the pubkeys in the validator deposits controlled by a single mnemonic. These keys must be securely transferred to the client team.

This mnemonic is transfered to the Client via one of the following:

  1. Using asymmetric encryption (e.g. PGP) via a known/validated public key of the recipient Client
  2. Read verbally 25% at a time over 4 encrypted calls of various platforms
  3. Through an alternatively negotiated, secure means

The Client then generates NUM_VALIDATORS keystores using the mnemonic and verifies that each privkey maps sequentially to the batch of validator pubkey deposits made in their name.

The EF retains the mnemonic in cold storage in the event that active keys must be used to exit validators from the program.

3. Client operates nodes/validators

Deposits are made; keys are transferred. Now, the Client is in charge of the management of the associated validators until withdrawal credential privkeys are released. Specifically, the Client must use their own software as an execution-engine or consensus layer and is responsible for choosing and maintaining support for a counterpart client throughout the incentivization period.

Performance of the Client’s validators can be assessed simply by viewing chain metrics, but additional node performance metrics might be requested.

4. Release sets of withdrawal credentials upon meeting milestones

Waves of validators are to be released to the Client upon meeting pre-defined milestones via the transfer of the underlying privkeys for the validator withdrawal credentials.

When a wave of validators is released, this ends the obligation of the Client to the EF for those validators. The Client is free to choose to continue to validate, to exit, to withdrawal, etc.

These keys will be pgp encrypted and transferred in batches.

Milestones

Due to the dynamic nature of the ever evolving Ethereum roadmap, simplicity is favored in the choice of milestones.

A wave of credentials are released when withdrawals from the beacon chain are enabled, with a minimum period of one year between the launch of the Client Incentive Program (CIP) and the complete release of the first wave of credentials.

If withdrawals from the beacon chain are enabled within or before the first year of the CIP, the first wave of credentials will be released monthly, in equal tranches, from the first month after withdrawals are enabled, to the one year mark of the program. For example, if withdrawals are enabled 6 months after the start of the program, then 1/6th of the first tranche will be released on months 6, 7, 8, 9, 10, 11 and 12. Otherwise, the first wave of credentials will be released when withdrawals are enabled. Subsequent waves are released over time if the Client continues to meet expectations. Specifically, the milestones are as follows:

  1. Release INITIAL_RELEASE validators at the time at which withdrawals from the beacon chain are enabled (WITHDRAWALS_ENABLED_TIME).
  2. for i, num_validators in enumerate(TIMED_RELEASES), release num_validators validators at time WITHDRAWALS_ENABLED_TIME + (i + 1) * 6_months if client operation continues to exhibit successful metrics.

Success metrics

Client/validator performance must consistently meet a set of success metrics to continue participation in this program.

The first NUM_PERFORMANCE validators of the deposited validators are tracked by the EF to assess metrics. The last NUM_CANARIES validators of the deposited validators are free to be used by the Client for testing, experimental releases, etc. Canary validators are not expected to constantly meet the success metrics but are still subject to slashing rules.

Metrics

Name Value Description
MIN_ACCEPTABLE_BALANCE 31.75 ETH Minimum acceptable balance of client validators
MIN_ATTESTATION_PERCENTAGE 95 percent Minimum acceptable percentage of attestations created by client validators
MIN_BLOCK_PERCENTAGE 95 percent Minimum acceptable percentage of blocks created by client validators

The following are the success metrics that the Client must meet:

  • Client validators on average do not drop below MIN_ACCEPTABLE_BALANCE balance
  • Client validators have at least MIN_ATTESTATION_PERCENTAGE percentage of expected attestations included on chain over any METRICS_WINDOW epoch period
  • Client validators have at least MIN_BLOCK_PERCENTAGE percentage of expected blocks included on chain over any METRICS_WINDOW epoch period

Moreover, client teams are expected to actively participation in research and development of crucial network upgrades. The EF is solely responsible for determining whether this metric has been met.

Above all else, the EF expect client teams to actively work toward ensuring a robust and healthy network. The EF recognizes that in some scenarios these metrics are not entirely in the control of the Client (e.g. large portion of the network offline for an extended period of time due to issues with another client). In most such cases, the METRICS_WINDOW has been selected to be long enough to account for issues and recovery, but in such exceptional scenarios, the EF will also take into account exogenous factors outside of the Client’s control.

Note: In the context of this plan, validator top-ups are against the rules and should generally be avoided. If in some scenario a top-up would benefit the health of the network, the EF and client can discuss and reformulate the metrics/milestones accordingly.

Probation

If the Client drops below the success metrics, the Client’s incentivization status moves into probation. During a probationary period the Client has MAX_PROBATION_WINDOW epochs to get metrics back to successful standards, and during a probationary period the Client cannot have any validator credentials released. The amount of time spent in probation pushes back the release of any validator credentials by at least that amount of time.

If Client metrics remain in probationary status for more than MAX_PROBATION_WINDOW epochs, the EF can at their discretion partially or fully remove the Client from the incentivization program and partially or fully exit the Client’s validators.

Slashing

In the event that one or more of a Client’s validators is slashed, such a validator is removed from the incentive program.

If the event is relatively isolated and quickly remedied, the EF can at its sole discretion choose to place a maximum of 16 of the slashed ETH per slashed validator back into the program to be released at the final milestone.

If the slashable event is exceedingly large, negligent, or repeated, the EF can at their discretion partially or fully remove the Client from the incentivization program and partially or fully exit the Client’s validators.

Note: Performance and canary validators are both subject to the slashing rules.

Cross-Layer Dependencies

While the Client is fully responsible to ensure that their operation is run in a performant and non-slashable way, we recognize that there is a limit to what execution or consensus layer teams can do to mitigate issues on the other layer. Specifically, this means we expect the Client to adopt best practices with regards to running their nodes, but will not penalize them in the case of a widespread issue caused by the other layer. Best practices when running validators include:

  • Ensuring that the Client can interoperate with most/all major clients, at least on canary validators;
  • Ensuring that the Client’s failures are decorrelated from the rest of the network, both by relying on diverse clients and hosting setups;
  • Ideally ensuring that the Client’s counterpart nodes are split across >1 client in case of a client-specific issue;
  • Ensuring that the Client has the ability to switch from one counterpart client to another in the case of a client-specific issue.

Terms

This plan is an opt-in additional incentivization plan for clients. Participation in this plan and the amount of locked funds available in the plan will have no bearing on future client grant decisions. Clients can include a small stipend for node infrastructure in grant requests regardless of participation.

Prerequisites of participation in this plan are successful participation in multi-client testnets and generally demonstrating production readiness at all times.

In general and especially in the event of exceptional and unforeseen scenarios concerning the client, the client team, the Ethereum roadmap, and/or the Ethereum mainnet, the EF is solely responsible for deciding how to award withdrawal credentials and/or restructure the terms of this incentive plan at any time.

Such exceptional scenarios include, but are not limited to, the following:

  • Separate client teams merging into one
  • Client team splitting into two
  • Client team ceasing the maintenence of a component (e.g. validator client) or the entirety of their software
  • Ethereum roadmap radically changing such that the milestones no longer reflect achievable goals
  • Ethereum mainnet has extended issues with stability, finality, or otherwise proper function
  • Ethereum mainnet undergoes a contentious hardfork
]]>
https://earlybirdsinvest.com/announcing-the-client-incentive-program/feed/ 0 38403
Morgan Stanley plans to offer Bitcoin and crypto trading to its e-Trade client https://earlybirdsinvest.com/morgan-stanley-plans-to-offer-bitcoin-and-crypto-trading-to-its-e-trade-client/ https://earlybirdsinvest.com/morgan-stanley-plans-to-offer-bitcoin-and-crypto-trading-to-its-e-trade-client/#respond Thu, 01 May 2025 13:48:24 +0000 https://earlybirdsinvest.com/morgan-stanley-plans-to-offer-bitcoin-and-crypto-trading-to-its-e-trade-client/

Bloomberg reports that the Wall Street giant is in the early stages of its plans to add spot Bitcoin and crypto trading capabilities to the Ettrade Securities platform. The purpose of this project is to enable Etrade retail clients to buy and sell popular crypto directly through existing securities accounts.

The initiative, which management expects to launch within the next year, will represent Morgan Stanley’s biggest driving force, providing Bitcoin and crypto services to retail investors. Although the banks have not yet established a specific partner, they are seeking partnerships with established companies to develop trading infrastructure.

The move comes as the Trump administration’s more favorable regulatory stance on Bitcoin and crypto encourages major financial institutions to expand their offerings. Morgan Stanley already offers Bitcoin ETFs, futures and options to wealthy clients, but this is the first crypto product aimed at retail investors.

If launched, the service will allow Morgan Stanley to compete directly with encryption and native interactions such as Coinbase and Kraken. Other traditional finance companies are doing the same thing. Charles Schwab has expressed interest in spot Bitcoin and crypto trading, but Sophie is considering expanding Bitcoin and services.

Timing coincides with an increase in institutional adoption of Bitcoin and crypto as Bitcoin exceeds $96,000 and spot Bitcoin ETFs continue to attract significant influxes. Morgan Stanley’s E*Trade Platform can provide accessible on-ramps for retail investors looking to gain direct Bitcoin exposure through regulated financial institutions.

]]>
https://earlybirdsinvest.com/morgan-stanley-plans-to-offer-bitcoin-and-crypto-trading-to-its-e-trade-client/feed/ 0 33802
Client funds were hidden in BTC and placed in the blockchain https://earlybirdsinvest.com/client-funds-were-hidden-in-btc-and-placed-in-the-blockchain/ https://earlybirdsinvest.com/client-funds-were-hidden-in-btc-and-placed-in-the-blockchain/#respond Sun, 06 Apr 2025 22:02:24 +0000 https://earlybirdsinvest.com/client-funds-were-hidden-in-btc-and-placed-in-the-blockchain/

license

The British Monafoli lost their license.

According to the UK Financial Conduct Authority (FCA), Monafoli didn’t have a license

First published warning: 21/12/2021 Last updated: 06/01/2023

We believe that the company may provide financial services or products in the UK without our permission. Find out why you need to be careful about dealing with this fraudulent company and how to protect yourself.

This suggests that the FCA has warned people against dealing with Monafoli for over three years.

Just because the website claims to have been created by a UK-based business doesn’t mean that it’s actually based in the UK.

Just because the website claims to be created and owned by a genuine UK business doesn’t mean that it is. Thieves sometimes impersonate real business.

Just because a website shows some bitcoin doesn’t mean that the business behind the website has purchased bitcoin.


recovery

How can I recover my part?

The above FCA advice continues

This company is not permitted by us and is targeting people in the UK. You will not have access to the Financial Ombudsman Services or be protected by the Financial Services Compensation Regime (FSC). If things don’t go well, you’re unlikely to get back your money.

The FCA has advice on what to do if you’re scamed

Please report

If you are concerned about a potential scam or you think you may have been contacted by a scammer, please let us know. This helps prevent others from becoming victims of the same criminal.

Please call 0800 111 6768 or use the contact form to get in touch.

Anything we don’t regulate, or if you lose money to a scam, contact Action Scam via 0300 123 2040 or their websitelink. Beware of future scams

It is important to be especially careful if you have already been scam. Scammers can try to target you again or sell your details to other criminals.

New scams may be completely different or may be related to previous scams. For example, after you have paid the fee, you can contact us with an offer to regain your money or buy back your investment. These are known as recovery room scams.

UK residents may have the basis for contacting the Financial Ombudsman as it appears that others have done or paid for legal advice or potential civil suits, as obviously others have, but I am extremely careful to approach which lawyers and make sure the advice is realistic about the outlook.


Related questions

]]>
https://earlybirdsinvest.com/client-funds-were-hidden-in-btc-and-placed-in-the-blockchain/feed/ 0 29389
Cryptopay Security and Client Protection https://earlybirdsinvest.com/cryptopay-security-and-client-protection/ https://earlybirdsinvest.com/cryptopay-security-and-client-protection/#respond Mon, 17 Feb 2025 18:01:27 +0000 https://earlybirdsinvest.com/cryptopay-security-and-client-protection/
Aliona Shepilova
CPay Blog

Like other financial services, the cryptocurrency world can pose risk to unsuspecting users. We have prepared a guide to help you stay safe from harm and protect your personal data and your money. Be vigilant, and we will do the rest.

When talking about the risks of fraud, cryptocurrencies have several advantages and disadvantages over traditional Fiat trading.

In a Fiat transaction, a scammer only needs some important information about you to access your funds, but in a cryptocurrency transaction you need to break through the actual defense of your wallet.

To access your Cryptopay account, the first thing a hacker needs is an email and a password. Do not use the same password for email accounts and accounts that maintain your money.

I highly recommend enabling it Two-factor authentication. This protects access to your account with a one-time password generated by a special app on your smartphone or another device. Make sure to leave it protected.

Apart from two-factor authentication, Cryptopay utilizes fingerprints, Face authentication (Android, iOS) and device verification to secure access to your account. We want to make sure this is actually you log in from an old or newer device.

However, there are many cases where hacking skills are not required to access your account and the scammers go for persuasive tactics instead.

They often posed as financial advisors, traders, or employees of Fintech companies to scam you for your personal data and try to access your devices and accounts.

Remember Cryptopay Never ask:

  • Provides remote access to your device
  • To share your password, share your two-factor authentication code or full bank card number.

If someone requests access to this information or your device, it is a sign of fraud. You should stop communicating with this person and let us know immediately.

important! If someone (for example, trading platform) asks you to create a Cryptopay account and work with the company, this may be a serious safety concern. Please note that Cryptopay is not a trading platform and does not partner with such companies.

Why do scammers prefer crypto platforms? The answer may be in the nature of cryptocurrency trading. they are irreversible. If you press the confirmation button and send it to another platform (for example, “for trading”), you will not be able to undo or refund the transaction.

everytime I’ll investigate appropriately Trading platform in question in front Provide documentation to a third party or submit money. A good rule of thumb is, if you don’t think something is too good, that’s probably true.

If you believe you may have been a victim of fraud, we will take immediate action to protect your account and contact you and provide assistance.

Remember: It is the joint efforts of both the company and the customer that make the fraud prevention system effective. Beware!

If you believe a third party has access to your funds or personal information, please contact us immediately using our official channels.

Email: support@cryptopay.me

Online chat (accessible from our website https://www.cryptopay.me/ or from the app ios, android)

Telegram Channel: https://t.me/cryptopayofficial

Please note that we do not provide telephone support and do not use any other messengers other than Telegram. If you are in doubt, it is best to double check through the official channel.

Be safe there!

]]>
https://earlybirdsinvest.com/cryptopay-security-and-client-protection/feed/ 0 20115