Skip to main content

Service Providers On Helium

The wireless sector continues to see increasing demand for higher bandwidth and lower latency while users question whether the major carriers are worth the price. In addition, carriers' ability to keep up with demand will require denser networks with more nodes, which only exacerbates site acquisition costs.

The Helium 5G Network presents an alternative that decentralizes these overhead costs while providing more avenues for Service Providers to generate revenue including allocations of MOBILE token emissions.

Background

HIP-53 put forth a detailed overview of this economic model to pave the way for Service Providers' success in the Helium ecosystem.

It established the Mobile subnetwork, which handles all MOBILE Rewards emissions, earning Rewards, and programmatic treasury operations.

Nova Labs has emerged as the first Service Provider on the Mobile subnetwork. Its Helium Mobile service is an innovative mobile carrier model that leverages people-built coverage and crypto-economics to reduce costs and increase benefits for subscribers.

Operating A Major Carrier

Traditional carriers present as companies that sell connectivity and phones when, in reality, carriers must outsource work to dozens of independent third parties to deliver services to subscribers.

This situation creates a tangle of intermediaries resulting in a lot of overhead for the carrier to coordinate.

For example, most carriers do not build their own communications equipment or software. They also do not own or operate cellular towers, do not directly employ personnel to maintain their infrastructure or data centers, and often opt to franchise retail locations and outsource call centers.

With so many operational aspects of the business outsourced, the competitive advantage of a carrier reduces to two critical assets over which they have direct ownership: spectrum lease contracts and service contracts with subscribers. Everything else – all of the coordination of people and infrastructure described above – is dedicated to bridging these two assets.

U.S. telcos are estimated to spend upwards of $50B annually coordinating these independent parties. Given the significant overhead coupled with additional costs such as spectrum and site acquisition, there is little room for market innovation when delivering service to subscribers.

High costs and suboptimal user experiences in onboarding, customer support, billing transparency, and more pass onto the subscribers due to the inefficiencies of this value chain.

The amount of overhead wasted on independent-party coordination creates an environment ripe for disruption.

Redefining The Carrier Value Chain

Blockchains are an innovative approach to delivering superior economics for Service Providers by eliminating coordination inefficiencies that plague carriers.

Blockchain technology is ideal for coordinating economic activities between independent actors at its core because it aligns incentives across all layers, unlike the historical model where each layer is vying for its interest.

While the value chain endpoints do not significantly change, participating Service Providers can use blockchain technology to streamline the coordination of the layers in delivering useful coverage to subscribers.

Programmatic economic coordination executed through Smart Contracts replaces middle managers shuffling paper. This efficient model delivers cost savings that can pass directly to end users or increase profits.

Driving Low-Cost Coverage

Service Providers on the Helium 5G Network benefit from decentralizing buildout costs because it lowers overhead accomplished by enabling community participation in building reliable, high-bandwidth networks using technologies such as CBRS and Wi-Fi.

In its first few months, the Helium 5G Network footprint has achieved what has taken some of the largest CBRS networks in the U.S. years to accomplish, deploying more than 7,000 Small Cell Radios in over 1,200 cities across the U.S.

To achieve similar results, a carrier must employ extensive resources to coordinate between small cell vendors, tower operators, installers, and backhaul ISP providers.

This model efficiently incentivizes people to provide useful coverage on the Helium 5G Network by offering Rewards, ultimately reducing overall coverage costs because the service is less dependent on a carrier and its expensive infrastructure.

Coverage Rewards are not necessarily unilaterally distributed; HIP-53 also enables Service Providers to boost Rewards in areas with higher demands for coverage, thus incentivizing Helium 5G Network builders to provide coverage in the most valuable regions.

Service Provider Benefits In Practice

In addition to the lower coverage costs, Service Providers also benefit from Rewards by driving subscribers to the Helium 5G Network, which they can pass on to incentivize those subscribers.

10% of all MOBILE Rewards are set aside for Service Providers.

Service Providers compete with one another based on the number of subscribers and how much data those subscribers use. In other words, the more usage Service Providers drive on the Helium 5G Network, the more Rewards they can earn.

What happens with these Rewards is entirely in the hands of Service Providers. They can retain them to increase overall profit margins, allocate them to developing innovative new features, or pass them on to subscribers to incentivize them to continue using their service or acquire new subscribers. Regardless, Service Providers have more autonomy and growth potential than those offered in the otherwise rigid economic model of the traditional carrier.

As more subscribers use the people-built coverage of Helium 5G and earn Rewards, the overall value of the Network increases, more customers will subscribe to the carrier, and the cycle will continue.

Learning More And Next Steps

Reading HIP-53 in its entirety is the best way to achieve a comprehensive understanding of the economic model for Service Providers.

Check out the blog post about [Mobile Proof-of-Coverage Roadmap]](https://blog.helium.com/mobile-proof-of-coverage-the-road-ahead-73a25601a13d) for more information about achieving better quality coverage for subscribers.

If you are interested in discussing the next steps to becoming a Service Provider on the Helium 5G Network, please contact the Helium Foundation.

Creating a Service Provider

First, install the helium-admin-cli

npm install -g @helium/helium-admin-cli

Then, in a wallet with 500m MOBILE:

 helium-admin create-carrier \
-u <your-mainnet-rpc-url> \
-k <path to keypair with 500m mobile> \
-n <your carrier name> \
--metadataUrl <json uri of the metadata for the carrier collection, all subscribers appear under this collection> \
--issuingAuthority <pubkey that must sign to create subscribers> \
--count <estimated subscriber count>

This will lock 500M MOBILE and create your carrier. Once this is done, you must have the carrier approved. Contact the Helium Foundation.

The wallet this command was run with will have an NFT deposited. DO NOT BURN THIS NFT. This NFT will allow you to claim service provider rewards.