OVERVIEW
Supported Tokens

Supported Tokens

You can pay for transactions in any of the 14 cryptocurrencies we support.

Currency / BlockchainCurrencyParameter ValueBundlr SupportWebBundlr Support
AptosAPTaptosyesyes
AlgorandALGOalgorandyesno
ArbitrumETHarbitrumyesyes
ArweaveARarweaveyesno
Avalanche C-ChainAVAXavalancheyesyes
BobaBOBAbobayesyes
Boba-ethETHboba-ethyesyes
ChainlinkLINKchainlinkyesyes
EthereumETHethereumyesyes
FantomFTMfantomyesyes
NearNEARnearyesyes
PolygonMATICmaticyesyes
SolanaSOLsolanayesyes

To use a different currency, simply link your private key and supply the currency name when creating a new Bundlr object. The accepted values for "currency-name" are listed in the third column of the table above.

General Format:

import Bundlr from "@bundlr-network/client";
const bundlr = new Bundlr("<node-url>", "<currency-name>", "<private-key>");
await bundlr.upload("GM world");

Matic Example:

import Bundlr from "@bundlr-network/client";
const bundlr = new Bundlr("https://node2.bundlr.network", "matic", "<matic-private-key>");
await bundlr.upload("GM world");

You can also use our Devnet with free Devnet currencies available from public faucets.