www.lavanet.xyz Open in urlscan Pro
52.17.119.105  Public Scan

Submitted URL: http://points.lavanet.xyz/
Effective URL: https://www.lavanet.xyz/
Submission: On June 18 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: wf-form-Subscribe-FormGET

<form id="subscribe-form" name="wf-form-Subscribe-Form" data-name="Subscribe Form" method="get" class="cta-subscribe" data-wf-page-id="653fa3df27de1a11d673fb8d" data-wf-element-id="d26cfd81-7af9-742b-e4cc-30c3a8886694" aria-label="Subscribe Form">
  <input class="text-field subsribe w-input" maxlength="256" name="name-4" data-name="Name 4" placeholder="Enter your email" type="text" id="name-4"><input type="submit" data-wait="Please wait..." class="button w-button" value="Get notified"></form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-WZ4TiG" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 600px; margin: 0px auto; border-radius: 20px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 5px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 40px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 10px 5px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_96520320" class="needsclick go3286979519 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Your email address" aria-label="Your email address" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 100px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 4px; position: relative; flex: 0 1 auto; margin: 0px auto;"><button
          class="needsclick go2560889775 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(255, 57, 0); border-radius: 100px; border-style: none; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(255, 255, 255); font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 50px;">Get
          Notified</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Docs

Products
Gateway
Get easy-to-use access to RPC and APIs across 15+ networks.

Lava SDK
Try it now for free across 25+ networks.

Lava Info
View real-time Lava Network data, analytics, and performance.

Block Explorer
Find and filter through transactions, proposals and metrics on the Lava
blockchain.

Product Feedback
View real-time Lava Network data, analytics, and performance.

Learn
Blog

Tokenomics

Roadmap

Whitepaper

Partnerships

Specs

Community
Twitter

Discord

Forum

Run a Node

Build Specs

Join Us


Run a Node
Run RPC Node

Run Validator Node

Become an RPC Node Runner
Developer
Docs

Github

Gateway

Tutorials
Community
Forum

Request New Chain

Product Feedback
Incentivized Public RPC
Incentivized Public RPC Endpoints
Axelar
Evmos
Starknet
Near
Other Chains
Osmosis
Aptos
Ethereum
Fantom
Cosmos Hub
Starknet
Celo
Arbitrum
Juno
Polygon
See More
Public RPC
Axelar

Evmos

Starknet

More Endpoints
Chains



Read Docs


Access every blockchain and rollup
Lava is a modular network where incentive pools attract fast, reliable and
cost-efficient networks of infrastructure providers. Starting with RPC and
indexing.
Read DocsPartner with us
Gateway
Lava SDK
QoS Analytics
Try Lava Gateway
Try Lava Gateway
Try Lava Gateway
Already partnering with



LAVA SDK BETA


PEER-TO-PEER ACCESS TO ANY CHAIN, WITH LAVA SDK

A Typescript/JS implementation of Lava Protocol which automatically routes your
multi-chain requests to the best node providers. No endpoints needed and no
dependency on a single provider.  

Get your keys
Multi-chain
Osmosis
Cosmos Hub
Arbitrum
Ethereum

import { LavaSDK } from "@lavanet/lava-sdk";

async function useMultipleMainnets() {
  const lavaHandler = await LavaSDK.create({
     badge: {
      badgeServerAddress: "https://badges.lavanet.xyz",
      projectId: "201723ef5923285f02afb7897fc71cb2"
    },
    chainIds: 'AVAX','AXELAR','STRK'
  });

  const axelarNodeInfo =  await lavaHandler.sendRelay({
    method: "GET",
    url: "/node_info",
    chainId: 'AXELAR'
  });

  const starknetBlockResponse = await lavaHandler.sendRelay({
    method: "starknet_blockNumber",
    params: [],
    chainId: 'STRK'
  });
}
});

Copy
wss://tm.axelar-testnet.lava.build/websocket
Copy
https://rest.axelar-testnet.lava.build
Copy
grpc.axelar-testnet.lava.build:443
Copy
import { LavaSDK } from "@lavanet/lava-sdk";

const osmosis = await new LavaSDK({
  access: consumerKey,
  chain: OsmosisMainnetRPC
});

const block = await osmosis.sendRelay({
  method: "block",
  params: ["7179275"],
});

Copy
wss://tm.axelar-testnet.lava.build/websocket
Copy
https://rest.axelar-testnet.lava.build
Copy
grpc.axelar-testnet.lava.build:443
Copy
import { LavaSDK } from "@lavanet/lava-sdk";

const cosmosHub = await new LavaSDK({
  access: consumerKey,
  chain: CosmosHubMainnetRPC
});

const block = await cosmosHub.sendRelay({
  method: "block",
  params: ["7179275"],
});

Copy
wss://tm.axelar-testnet.lava.build/websocket
Copy
https://rest.axelar-testnet.lava.build
Copy
grpc.axelar-testnet.lava.build:443
Copy
import { LavaSDK } from "@lavanet/lava-sdk";

const arbitrum = await new LavaSDK({
  access: consumerKey,
  chain: ArbitrumMainnetRPC
});

const blockNumber = await arbitrum.sendRelay({
  method: "eth_blockNumber",
  params: [],
});

Copy
wss://tm.axelar-testnet.lava.build/websocket
Copy
https://rest.axelar-testnet.lava.build
Copy
grpc.axelar-testnet.lava.build:443
Copy
import { LavaSDK } from "@lavanet/lava-sdk";

const ethereum = await new LavaSDK({
  access: consumerKey,
  chain: EthereumMainnetRPC
});

const blockNumber = await ethereum.sendRelay({
  method: "eth_blockNumber",
  params: [],
});

Copy
wss://tm.axelar.lava.build/websocket
Copy
https://rest.axelar.lava.build
Copy
grpc.axelar.lava.build:443
Copy
Why lava?
A network focused on fast, reliable RPC
On any blockchain and rollup



CONSTANT AVAILABILITY

Lava is fully peer-to-peer with no single point of failure. If the Lava chain
halts, developers can always connect to node providers.


DATA CONSISTENCY

Responses are cross-referenced between providers & frauds are resolved onchain
to disincentivize bad actors.


OPTIMIZED SPEED

Requests are routed to the fastest node providers in the entire network, based
on geolocation and QoS scoring.


PERMISSIONLESS CHAINS

Blockchain and rollup developers can add specifications for their chain to Lava,
permissionlessly bootstrapping RPC providers.


Friends and Investors from across Web3






How lava works
Permissionlessly bootstrap infrastructure for your rollup
Lava's ultimate vision is to accelerate permissionless innovaton, by helping
blockchains and rollups onboard users and developers with fast, reliable and
decentralized infrastructure.
Add RPC support for a rollup

Blockchain and rollup developers can quickly attract RPC providers on Lava
Specs are a blockchain primitive which extend Lava to any chain and API. At
mainnet, external contributors are rewarded on-chain for adding and maintaining
specs.
Explore chains
Node providers join the Lava network to meet demand and serve RPC/APIs
Lava can quickly scale under high traffic and coordinates a globally distributed
network of node operators - coordination maximalism
Run a node
Relays are routed to providers based on their speed, uptime and accuracy
Apps are regularly matched with the best provider available, so users get fast,
high-uptime and accurate responses.
Learn more
Lava already supports RPC modules for 30+ chains
Avalanche
Axelar
Canto
Celo
Cosmos
Ethereum
Evmos
Filecoin
Juno
Lava
Optimism
Osmosis
Polygon
Solana
StarkNet
See all chains

Discover news, updates, and announcements from Lava
See all posts
Incentivized Public RPC
Incentivized Public RPC - May Update
Yuval
June 13, 2024
Incentivized Public RPC
Incentivized Public RPC - April Update
Yuval
May 16, 2024
Incentivized Public RPC
Guide: How to Run Secret Network RPC nodes on Lava Testnet
Ethan
April 18, 2024

Join the modular collective
Lava has some of the most interesting, innovative solutions to a very
fundamental problem in web3. Today, access to blockchains is nowhere close to
original vision of a decentralized web. As experienced node operators we are
excited about contributing to increased decentralization and redundancy.
Chris
Yair, Gil and the rest of the team did not take shortcuts designing Lava. They
found great people, and built on top of the right software, protocol and
incentive foundation to scale. It shows in how quickly they have been able to
add RPCs and grow the Lava community. We're excited to be helping them
decentralized web3.
wakkadojo




Keep up to date with latest research & news
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Get Notified


JOIN OUR COMMUNITY



Gateway
Smooth UI and analytics for your RPC endpoints
Try Gateway
Lava Info
Get the low-down on the Lava blockchain with Lava Info
Try Lava Info
Provider analytics
See how Providers perform with rich Analytics
Try Provider Analytics

Lava is a modular data network for scaling access to any blockchain. On Lava,
anyone can permissionlessly add, serve and scale any API, on any chain. Build
whatever, wherever.

Products
Lava GatewayLava SDKLava InfoBlock ExplorerProduct Feedback
Learn
BlogGithubDocsFAQTutorials
Get Started
ChainsGet EndpointsBecome a Node RunnerBrand Assets
Foundation
VisionLitepaperPartner With UsJoin UsForum
© Lava Foundation, 2024. All Right Reserved.
Terms Of ServicePrivacy Policy


Powered by
AwesomeQA