url
stringlengths
14
97
data
stringlengths
16
47.9k
category
stringclasses
1 value
label
stringclasses
64 values
https://developer.bitcoin.org/
Getting Started — Bitcoin # Learn Bitcoin and start building Bitcoin\-based applications. [Developer Guides »](devguide/index.html "Next Chapter: Developer Guides") # Getting Started[¶](#getting-started "Permalink to this headline") The site aims to provide the information you need to understand Bitcoin and start building Bitcoin\-based applications. To make the best use of this documentation, [make sure you’re running a node]( For technical support, we recommend [Bitcoin Stack Exchange]( For errors or suggestions related to this documentation, please open an issue on [GitHub]( ## Acknowledgments[¶](#acknowledgments "Permalink to this headline") This documentation would not be possible without the many contributions to the Bitcoin project over the years from core developers and other people. A very special thanks, however, goes to [David Harding]( who in 2014 helped lead the effort to compose and bring together a significant amount of the material found here. Also, to [Cornelius Schumacher]( for envisioning new ways to extend the developer documentation that led to this site. - [Proof Of Work](devguide/block_chain.html#proof-of-work) - [Block Height And Forking](devguide/block_chain.html#block-height-and-forking) - [Consensus Rule Changes](devguide/block_chain.html#consensus-rule-changes) - [P2PKH Script Validation](devguide/transactions.html#p2pkh-script-validation) * [Pay To Public Key Hash (P2PKH)](devguide/transactions.html#pay-to-public-key-hash-p2pkh) * [Pay To Script Hash (P2SH)](devguide/transactions.html#pay-to-script-hash-p2sh) - [Signature Hash Types](devguide/transactions.html#signature-hash-types) - [Locktime And Sequence Number](devguide/transactions.html#locktime-and-sequence-number) - [Transaction Fees And Change](devguide/transactions.html#transaction-fees-and-change) - [Avoiding Key Reuse](devguide/transactions.html#avoiding-key-reuse) - [Escrow And Arbitration](devguide/contracts.html#escrow-and-arbitration) * [Private Key Formats](devguide/wallets.html#private-key-formats) + [Wallet Import Format (WIF)](devguide/wallets.html#wallet-import-format-wif) + [Mini Private Key Format](devguide/wallets.html#mini-private-key-format) * [Public Key Formats](devguide/wallets.html#public-key-formats) * [Hierarchical Deterministic Key Creation](devguide/wallets.html#hierarchical-deterministic-key-creation) + [Storing Root Seeds](devguide/wallets.html#storing-root-seeds) - [Disbursing Income (Limiting Forex Risk)](devguide/payment_processing.html#disbursing-income-limiting-forex-risk) * [Last In, First Out (LIFO)](devguide/payment_processing.html#last-in-first-out-lifo) * [First In, First Out (FIFO)](devguide/payment_processing.html#first-in-first-out-fifo) - [Rebilling Recurring Payments](devguide/payment_processing.html#rebilling-recurring-payments) - [Simplified Payment Verification (SPV)](devguide/operating_modes.html#simplified-payment-verification-spv) * [Potential SPV Weaknesses](devguide/operating_modes.html#potential-spv-weaknesses) * [Application Of Bloom Filters](devguide/operating_modes.html#application-of-bloom-filters) - [Connecting To Peers](devguide/p2p_network.html#connecting-to-peers) - [Initial Block Download](devguide/p2p_network.html#initial-block-download) + [Blocks\-First Advantages \& Disadvantages](devguide/p2p_network.html#blocks-first-advantages-disadvantages) - [Not A Specification](reference/intro.html#not-a-specification) - [Raw Transaction Format](reference/transactions.html#raw-transaction-format) * [TxIn: A Transaction Input (Non\-Coinbase)](reference/transactions.html#txin-a-transaction-input-non-coinbase) * [Outpoint: The Specific Part Of A Specific Output](reference/transactions.html#outpoint-the-specific-part-of-a-specific-output) * [TxOut: A Transaction Output](reference/transactions.html#txout-a-transaction-output) * [Coinbase Input: The Input Of The First Transaction In A Block](reference/transactions.html#coinbase-input-the-input-of-the-first-transaction-in-a-block) + [CompactSize Unsigned Integers](reference/transactions.html#compactsize-unsigned-integers) - [Deterministic Wallet Formats](reference/wallets.html#deterministic-wallet-formats) * [Type 1: Single Chain Wallets](reference/wallets.html#type-1-single-chain-wallets) * [Type 2: Hierarchical Deterministic (HD) Wallets](reference/wallets.html#type-2-hierarchical-deterministic-hd-wallets) - [Constants And Defaults](reference/p2p_networking.html#constants-and-defaults) + [Parsing A MerkleBlock Message](reference/p2p_networking.html#parsing-a-merkleblock-message) + [Creating A MerkleBlock Message](reference/p2p_networking.html#creating-a-merkleblock-message) + [RPC API Reference](reference/rpc/index.html) + [Argument \#1 \- blockhash](reference/rpc/getblock.html#argument-1-blockhash) + [Argument \#2 \- verbosity](reference/rpc/getblock.html#argument-2-verbosity) + [Result (for verbosity \= 0\)](reference/rpc/getblock.html#result-for-verbosity-0) + [Result (for verbosity \= 1\)](reference/rpc/getblock.html#result-for-verbosity-1) + [Result (for verbosity \= 2\)](reference/rpc/getblock.html#result-for-verbosity-2) + [Argument \#1 \- blockhash](reference/rpc/getblockfilter.html#argument-1-blockhash) + [Argument \#2 \- filtertype](reference/rpc/getblockfilter.html#argument-2-filtertype) + [Argument \#1 \- height](reference/rpc/getblockhash.html#argument-1-height) + [Argument \#1 \- blockhash](reference/rpc/getblockheader.html#argument-1-blockhash) + [Argument \#2 \- verbose](reference/rpc/getblockheader.html#argument-2-verbose) + [Result (for verbose \= true)](reference/rpc/getblockheader.html#result-for-verbose-true) + [Result (for verbose\=false)](reference/rpc/getblockheader.html#result-for-verbose-false) + [Argument \#1 \- hash\_or\_height](reference/rpc/getblockstats.html#argument-1-hash-or-height) + [Argument \#2 \- stats](reference/rpc/getblockstats.html#argument-2-stats) + [Argument \#1 \- nblocks](reference/rpc/getchaintxstats.html#argument-1-nblocks) + [Argument \#2 \- blockhash](reference/rpc/getchaintxstats.html#argument-2-blockhash) + [Argument \#1 \- txid](reference/rpc/getmempoolancestors.html#argument-1-txid) + [Argument \#2 \- verbose](reference/rpc/getmempoolancestors.html#argument-2-verbose) + [Result (for verbose \= false)](reference/rpc/getmempoolancestors.html#result-for-verbose-false) + [Result (for verbose \= true)](reference/rpc/getmempoolancestors.html#result-for-verbose-true) + [Argument \#1 \- txid](reference/rpc/getmempooldescendants.html#argument-1-txid) + [Argument \#2 \- verbose](reference/rpc/getmempooldescendants.html#argument-2-verbose) + [Result (for verbose \= false)](reference/rpc/getmempooldescendants.html#result-for-verbose-false) + [Result (for verbose \= true)](reference/rpc/getmempooldescendants.html#result-for-verbose-true) + [Argument \#1 \- txid](reference/rpc/getmempoolentry.html#argument-1-txid) + [Argument \#1 \- verbose](reference/rpc/getrawmempool.html#argument-1-verbose) + [Argument \#2 \- mempool\_sequence](reference/rpc/getrawmempool.html#argument-2-mempool-sequence) + [Result (for verbose \= false)](reference/rpc/getrawmempool.html#result-for-verbose-false) + [Result (for verbose \= true)](reference/rpc/getrawmempool.html#result-for-verbose-true) + [Result (for verbose \= false and mempool\_sequence \= true)](reference/rpc/getrawmempool.html#result-for-verbose-false-and-mempool-sequence-true) + [Argument \#1 \- txid](reference/rpc/gettxout.html#argument-1-txid) + [Argument \#2 \- n](reference/rpc/gettxout.html#argument-2-n) + [Argument \#3 \- include\_mempool](reference/rpc/gettxout.html#argument-3-include-mempool) + [Argument \#1 \- txids](reference/rpc/gettxoutproof.html#argument-1-txids) + [Argument \#2 \- blockhash](reference/rpc/gettxoutproof.html#argument-2-blockhash) + [Argument \#1 \- hash\_type](reference/rpc/gettxoutsetinfo.html#argument-1-hash-type) + [Argument \#1 \- blockhash](reference/rpc/preciousblock.html#argument-1-blockhash) + [Argument \#1 \- height](reference/rpc/pruneblockchain.html#argument-1-height) + [Argument \#1 \- action](reference/rpc/scantxoutset.html#argument-1-action) + [Argument \#2 \- scanobjects](reference/rpc/scantxoutset.html#argument-2-scanobjects) + [Argument \#1 \- checklevel](reference/rpc/verifychain.html#argument-1-checklevel) + [Argument \#2 \- nblocks](reference/rpc/verifychain.html#argument-2-nblocks) + [Argument \#1 \- proof](reference/rpc/verifytxoutproof.html#argument-1-proof) + [Argument \#1 \- mode](reference/rpc/getmemoryinfo.html#argument-1-mode) + [Result (mode “stats”)](reference/rpc/getmemoryinfo.html#result-mode-stats) + [Result (mode “mallocinfo”)](reference/rpc/getmemoryinfo.html#result-mode-mallocinfo) + [Argument \#1 \- command](reference/rpc/help.html#argument-1-command) + [Argument \#1 \- include](reference/rpc/logging.html#argument-1-include) + [Argument \#2 \- exclude](reference/rpc/logging.html#argument-2-exclude) + [Argument \#1 \- output](reference/rpc/generateblock.html#argument-1-output) + [Argument \#2 \- transactions](reference/rpc/generateblock.html#argument-2-transactions) + [Argument \#1 \- nblocks](reference/rpc/generatetoaddress.html#argument-1-nblocks) + [Argument \#2 \- address](reference/rpc/generatetoaddress.html#argument-2-address) + [Argument \#3 \- maxtries](reference/rpc/generatetoaddress.html#argument-3-maxtries) + [Argument \#1 \- num\_blocks](reference/rpc/generatetodescriptor.html#argument-1-num-blocks) + [Argument \#2 \- descriptor](reference/rpc/generatetodescriptor.html#argument-2-descriptor) + [Argument \#3 \- maxtries](reference/rpc/generatetodescriptor.html#argument-3-maxtries) + [Argument \#1 \- template\_request](reference/rpc/getblocktemplate.html#argument-1-template-request) + [Argument \#1 \- nblocks](reference/rpc/getnetworkhashps.html#argument-1-nblocks) + [Argument \#2 \- height](reference/rpc/getnetworkhashps.html#argument-2-height) + [Argument \#1 \- txid](reference/rpc/prioritisetransaction.html#argument-1-txid) + [Argument \#2 \- dummy](reference/rpc/prioritisetransaction.html#argument-2-dummy) + [Argument \#3 \- fee\_delta](reference/rpc/prioritisetransaction.html#argument-3-fee-delta) + [Argument \#1 \- hexdata](reference/rpc/submitblock.html#argument-1-hexdata) + [Argument \#2 \- dummy](reference/rpc/submitblock.html#argument-2-dummy) + [Argument \#1 \- hexdata](reference/rpc/submitheader.html#argument-1-hexdata) + [Argument \#1 \- node](reference/rpc/addnode.html#argument-1-node) + [Argument \#2 \- command](reference/rpc/addnode.html#argument-2-command) + [Argument \#1 \- address](reference/rpc/disconnectnode.html#argument-1-address) + [Argument \#2 \- nodeid](reference/rpc/disconnectnode.html#argument-2-nodeid) + [Argument \#1 \- node](reference/rpc/getaddednodeinfo.html#argument-1-node) + [Argument \#1 \- count](reference/rpc/getnodeaddresses.html#argument-1-count) + [Argument \#1 \- subnet](reference/rpc/setban.html#argument-1-subnet) + [Argument \#2 \- command](reference/rpc/setban.html#argument-2-command) + [Argument \#3 \- bantime](reference/rpc/setban.html#argument-3-bantime) + [Argument \#4 \- absolute](reference/rpc/setban.html#argument-4-absolute) + [Argument \#1 \- state](reference/rpc/setnetworkactive.html#argument-1-state) + [Argument \#1 \- psbt](reference/rpc/analyzepsbt.html#argument-1-psbt) + [Argument \#1 \- txs](reference/rpc/combinepsbt.html#argument-1-txs) + [Argument \#1 \- txs](reference/rpc/combinerawtransaction.html#argument-1-txs) + [Argument \#1 \- hexstring](reference/rpc/converttopsbt.html#argument-1-hexstring) + [Argument \#2 \- permitsigdata](reference/rpc/converttopsbt.html#argument-2-permitsigdata) + [Argument \#3 \- iswitness](reference/rpc/converttopsbt.html#argument-3-iswitness) + [Argument \#1 \- inputs](reference/rpc/createpsbt.html#argument-1-inputs) + [Argument \#2 \- outputs](reference/rpc/createpsbt.html#argument-2-outputs) + [Argument \#3 \- locktime](reference/rpc/createpsbt.html#argument-3-locktime) + [Argument \#4 \- replaceable](reference/rpc/createpsbt.html#argument-4-replaceable) + [Argument \#1 \- inputs](reference/rpc/createrawtransaction.html#argument-1-inputs) + [Argument \#2 \- outputs](reference/rpc/createrawtransaction.html#argument-2-outputs) + [Argument \#3 \- locktime](reference/rpc/createrawtransaction.html#argument-3-locktime) + [Argument \#4 \- replaceable](reference/rpc/createrawtransaction.html#argument-4-replaceable) + [Argument \#1 \- psbt](reference/rpc/decodepsbt.html#argument-1-psbt) + [Argument \#1 \- hexstring](reference/rpc/decoderawtransaction.html#argument-1-hexstring) + [Argument \#2 \- iswitness](reference/rpc/decoderawtransaction.html#argument-2-iswitness) + [Argument \#1 \- hexstring](reference/rpc/decodescript.html#argument-1-hexstring) + [Argument \#1 \- psbt](reference/rpc/finalizepsbt.html#argument-1-psbt) + [Argument \#2 \- extract](reference/rpc/finalizepsbt.html#argument-2-extract) + [Argument \#1 \- hexstring](reference/rpc/fundrawtransaction.html#argument-1-hexstring) + [Argument \#2 \- options](reference/rpc/fundrawtransaction.html#argument-2-options) + [Argument \#3 \- iswitness](reference/rpc/fundrawtransaction.html#argument-3-iswitness) + [Argument \#1 \- txid](reference/rpc/getrawtransaction.html#argument-1-txid) + [Argument \#2 \- verbose](reference/rpc/getrawtransaction.html#argument-2-verbose) + [Argument \#3 \- blockhash](reference/rpc/getrawtransaction.html#argument-3-blockhash) + [Result (if verbose is not set or set to false)](reference/rpc/getrawtransaction.html#result-if-verbose-is-not-set-or-set-to-false) + [Result (if verbose is set to true)](reference/rpc/getrawtransaction.html#result-if-verbose-is-set-to-true) + [Argument \#1 \- txs](reference/rpc/joinpsbts.html#argument-1-txs) + [Argument \#1 \- hexstring](reference/rpc/sendrawtransaction.html#argument-1-hexstring) + [Argument \#2 \- maxfeerate](reference/rpc/sendrawtransaction.html#argument-2-maxfeerate) + [Argument \#1 \- hexstring](reference/rpc/signrawtransactionwithkey.html#argument-1-hexstring) + [Argument \#2 \- privkeys](reference/rpc/signrawtransactionwithkey.html#argument-2-privkeys) + [Argument \#3 \- prevtxs](reference/rpc/signrawtransactionwithkey.html#argument-3-prevtxs) + [Argument \#4 \- sighashtype](reference/rpc/signrawtransactionwithkey.html#argument-4-sighashtype) + [Argument \#1 \- rawtxs](reference/rpc/testmempoolaccept.html#argument-1-rawtxs) + [Argument \#2 \- maxfeerate](reference/rpc/testmempoolaccept.html#argument-2-maxfeerate) + [Argument \#1 \- psbt](reference/rpc/utxoupdatepsbt.html#argument-1-psbt) + [Argument \#2 \- descriptors](reference/rpc/utxoupdatepsbt.html#argument-2-descriptors) + [Argument \#1 \- nrequired](reference/rpc/createmultisig.html#argument-1-nrequired) + [Argument \#2 \- keys](reference/rpc/createmultisig.html#argument-2-keys) + [Argument \#3 \- address\_type](reference/rpc/createmultisig.html#argument-3-address-type) + [Argument \#1 \- descriptor](reference/rpc/deriveaddresses.html#argument-1-descriptor) + [Argument \#2 \- range](reference/rpc/deriveaddresses.html#argument-2-range) + [Argument \#1 \- conf\_target](reference/rpc/estimatesmartfee.html#argument-1-conf-target) + [Argument \#2 \- estimate\_mode](reference/rpc/estimatesmartfee.html#argument-2-estimate-mode) + [Argument \#1 \- descriptor](reference/rpc/getdescriptorinfo.html#argument-1-descriptor) + [Argument \#1 \- index\_name](reference/rpc/getindexinfo.html#argument-1-index-name) + [Argument \#1 \- privkey](reference/rpc/signmessagewithprivkey.html#argument-1-privkey) + [Argument \#2 \- message](reference/rpc/signmessagewithprivkey.html#argument-2-message) + [Argument \#1 \- address](reference/rpc/validateaddress.html#argument-1-address) + [Argument \#1 \- address](reference/rpc/verifymessage.html#argument-1-address) + [Argument \#2 \- signature](reference/rpc/verifymessage.html#argument-2-signature) + [Argument \#3 \- message](reference/rpc/verifymessage.html#argument-3-message) + [Argument \#1 \- txid](reference/rpc/abandontransaction.html#argument-1-txid) + [Argument \#1 \- nrequired](reference/rpc/addmultisigaddress.html#argument-1-nrequired) + [Argument \#2 \- keys](reference/rpc/addmultisigaddress.html#argument-2-keys) + [Argument \#3 \- label](reference/rpc/addmultisigaddress.html#argument-3-label) + [Argument \#4 \- address\_type](reference/rpc/addmultisigaddress.html#argument-4-address-type) + [Argument \#1 \- destination](reference/rpc/backupwallet.html#argument-1-destination) + [Argument \#1 \- txid](reference/rpc/bumpfee.html#argument-1-txid) + [Argument \#2 \- options](reference/rpc/bumpfee.html#argument-2-options) + [Argument \#1 \- wallet\_name](reference/rpc/createwallet.html#argument-1-wallet-name) + [Argument \#2 \- disable\_private\_keys](reference/rpc/createwallet.html#argument-2-disable-private-keys) + [Argument \#3 \- blank](reference/rpc/createwallet.html#argument-3-blank) + [Argument \#4 \- passphrase](reference/rpc/createwallet.html#argument-4-passphrase) + [Argument \#5 \- avoid\_reuse](reference/rpc/createwallet.html#argument-5-avoid-reuse) + [Argument \#6 \- descriptors](reference/rpc/createwallet.html#argument-6-descriptors) + [Argument \#7 \- load\_on\_startup](reference/rpc/createwallet.html#argument-7-load-on-startup) + [Argument \#1 \- address](reference/rpc/dumpprivkey.html#argument-1-address) + [Argument \#1 \- filename](reference/rpc/dumpwallet.html#argument-1-filename) + [Argument \#1 \- passphrase](reference/rpc/encryptwallet.html#argument-1-passphrase) + [Argument \#1 \- label](reference/rpc/getaddressesbylabel.html#argument-1-label) + [Argument \#1 \- address](reference/rpc/getaddressinfo.html#argument-1-address) + [Argument \#1 \- dummy](reference/rpc/getbalance.html#argument-1-dummy) + [Argument \#2 \- minconf](reference/rpc/getbalance.html#argument-2-minconf) + [Argument \#3 \- include\_watchonly](reference/rpc/getbalance.html#argument-3-include-watchonly) + [Argument \#4 \- avoid\_reuse](reference/rpc/getbalance.html#argument-4-avoid-reuse) + [Argument \#1 \- label](reference/rpc/getnewaddress.html#argument-1-label) + [Argument \#2 \- address\_type](reference/rpc/getnewaddress.html#argument-2-address-type) + [Argument \#1 \- address\_type](reference/rpc/getrawchangeaddress.html#argument-1-address-type) + [Argument \#1 \- address](reference/rpc/getreceivedbyaddress.html#argument-1-address) + [Argument \#2 \- minconf](reference/rpc/getreceivedbyaddress.html#argument-2-minconf) + [Argument \#1 \- label](reference/rpc/getreceivedbylabel.html#argument-1-label) + [Argument \#2 \- minconf](reference/rpc/getreceivedbylabel.html#argument-2-minconf) + [Argument \#1 \- txid](reference/rpc/gettransaction.html#argument-1-txid) + [Argument \#2 \- include\_watchonly](reference/rpc/gettransaction.html#argument-2-include-watchonly) + [Argument \#3 \- verbose](reference/rpc/gettransaction.html#argument-3-verbose) + [Argument \#1 \- address](reference/rpc/importaddress.html#argument-1-address) + [Argument \#2 \- label](reference/rpc/importaddress.html#argument-2-label) + [Argument \#3 \- rescan](reference/rpc/importaddress.html#argument-3-rescan) + [Argument \#4 \- p2sh](reference/rpc/importaddress.html#argument-4-p2sh) + [Argument \#1 \- requests](reference/rpc/importdescriptors.html#argument-1-requests) + [Argument \#1 \- requests](reference/rpc/importmulti.html#argument-1-requests) + [Argument \#2 \- options](reference/rpc/importmulti.html#argument-2-options) + [Argument \#1 \- privkey](reference/rpc/importprivkey.html#argument-1-privkey) + [Argument \#2 \- label](reference/rpc/importprivkey.html#argument-2-label) + [Argument \#3 \- rescan](reference/rpc/importprivkey.html#argument-3-rescan) + [Argument \#1 \- rawtransaction](reference/rpc/importprunedfunds.html#argument-1-rawtransaction) + [Argument \#2 \- txoutproof](reference/rpc/importprunedfunds.html#argument-2-txoutproof) + [Argument \#1 \- pubkey](reference/rpc/importpubkey.html#argument-1-pubkey) + [Argument \#2 \- label](reference/rpc/importpubkey.html#argument-2-label) + [Argument \#3 \- rescan](reference/rpc/importpubkey.html#argument-3-rescan) + [Argument \#1 \- filename](reference/rpc/importwallet.html#argument-1-filename) + [Argument \#1 \- newsize](reference/rpc/keypoolrefill.html#argument-1-newsize) + [Argument \#1 \- purpose](reference/rpc/listlabels.html#argument-1-purpose) + [Argument \#1 \- minconf](reference/rpc/listreceivedbyaddress.html#argument-1-minconf) + [Argument \#2 \- include\_empty](reference/rpc/listreceivedbyaddress.html#argument-2-include-empty) + [Argument \#3 \- include\_watchonly](reference/rpc/listreceivedbyaddress.html#argument-3-include-watchonly) + [Argument \#4 \- address\_filter](reference/rpc/listreceivedbyaddress.html#argument-4-address-filter) + [Argument \#1 \- minconf](reference/rpc/listreceivedbylabel.html#argument-1-minconf) + [Argument \#2 \- include\_empty](reference/rpc/listreceivedbylabel.html#argument-2-include-empty) + [Argument \#3 \- include\_watchonly](reference/rpc/listreceivedbylabel.html#argument-3-include-watchonly) + [Argument \#1 \- blockhash](reference/rpc/listsinceblock.html#argument-1-blockhash) + [Argument \#2 \- target\_confirmations](reference/rpc/listsinceblock.html#argument-2-target-confirmations) + [Argument \#3 \- include\_watchonly](reference/rpc/listsinceblock.html#argument-3-include-watchonly) + [Argument \#4 \- include\_removed](reference/rpc/listsinceblock.html#argument-4-include-removed) + [Argument \#1 \- label](reference/rpc/listtransactions.html#argument-1-label) + [Argument \#2 \- count](reference/rpc/listtransactions.html#argument-2-count) + [Argument \#3 \- skip](reference/rpc/listtransactions.html#argument-3-skip) + [Argument \#4 \- include\_watchonly](reference/rpc/listtransactions.html#argument-4-include-watchonly) + [Argument \#1 \- minconf](reference/rpc/listunspent.html#argument-1-minconf) + [Argument \#2 \- maxconf](reference/rpc/listunspent.html#argument-2-maxconf) + [Argument \#3 \- addresses](reference/rpc/listunspent.html#argument-3-addresses) + [Argument \#4 \- include\_unsafe](reference/rpc/listunspent.html#argument-4-include-unsafe) + [Argument \#5 \- query\_options](reference/rpc/listunspent.html#argument-5-query-options) + [Argument \#1 \- filename](reference/rpc/loadwallet.html#argument-1-filename) + [Argument \#2 \- load\_on\_startup](reference/rpc/loadwallet.html#argument-2-load-on-startup) + [Argument \#1 \- unlock](reference/rpc/lockunspent.html#argument-1-unlock) + [Argument \#2 \- transactions](reference/rpc/lockunspent.html#argument-2-transactions) + [Argument \#1 \- txid](reference/rpc/psbtbumpfee.html#argument-1-txid) + [Argument \#2 \- options](reference/rpc/psbtbumpfee.html#argument-2-options) + [Argument \#1 \- txid](reference/rpc/removeprunedfunds.html#argument-1-txid) + [Argument \#1 \- start\_height](reference/rpc/rescanblockchain.html#argument-1-start-height) + [Argument \#2 \- stop\_height](reference/rpc/rescanblockchain.html#argument-2-stop-height) + [Argument \#1 \- outputs](reference/rpc/send.html#argument-1-outputs) + [Argument \#2 \- conf\_target](reference/rpc/send.html#argument-2-conf-target) + [Argument \#3 \- estimate\_mode](reference/rpc/send.html#argument-3-estimate-mode) + [Argument \#4 \- fee\_rate](reference/rpc/send.html#argument-4-fee-rate) + [Argument \#5 \- options](reference/rpc/send.html#argument-5-options) + [Argument \#1 \- dummy](reference/rpc/sendmany.html#argument-1-dummy) + [Argument \#2 \- amounts](reference/rpc/sendmany.html#argument-2-amounts) + [Argument \#3 \- minconf](reference/rpc/sendmany.html#argument-3-minconf) + [Argument \#4 \- comment](reference/rpc/sendmany.html#argument-4-comment) + [Argument \#5 \- subtractfeefrom](reference/rpc/sendmany.html#argument-5-subtractfeefrom) + [Argument \#6 \- replaceable](reference/rpc/sendmany.html#argument-6-replaceable) + [Argument \#7 \- conf\_target](reference/rpc/sendmany.html#argument-7-conf-target) + [Argument \#8 \- estimate\_mode](reference/rpc/sendmany.html#argument-8-estimate-mode) + [Argument \#9 \- fee\_rate](reference/rpc/sendmany.html#argument-9-fee-rate) + [Result (if verbose is not set or set to false)](reference/rpc/sendmany.html#result-if-verbose-is-not-set-or-set-to-false) + [Result (if verbose is set to true)](reference/rpc/sendmany.html#result-if-verbose-is-set-to-true) + [Argument \#1 \- address](reference/rpc/sendtoaddress.html#argument-1-address) + [Argument \#2 \- amount](reference/rpc/sendtoaddress.html#argument-2-amount) + [Argument \#3 \- comment](reference/rpc/sendtoaddress.html#argument-3-comment) + [Argument \#4 \- comment\_to](reference/rpc/sendtoaddress.html#argument-4-comment-to) + [Argument \#5 \- subtractfeefromamount](reference/rpc/sendtoaddress.html#argument-5-subtractfeefromamount) + [Argument \#6 \- replaceable](reference/rpc/sendtoaddress.html#argument-6-replaceable) + [Argument \#7 \- conf\_target](reference/rpc/sendtoaddress.html#argument-7-conf-target) + [Argument \#8 \- estimate\_mode](reference/rpc/sendtoaddress.html#argument-8-estimate-mode) + [Argument \#9 \- avoid\_reuse](reference/rpc/sendtoaddress.html#argument-9-avoid-reuse) + [Result (if verbose is not set or set to false)](reference/rpc/sendtoaddress.html#result-if-verbose-is-not-set-or-set-to-false) + [Result (if verbose is set to true)](reference/rpc/sendtoaddress.html#result-if-verbose-is-set-to-true) + [Argument \#1 \- newkeypool](reference/rpc/sethdseed.html#argument-1-newkeypool) + [Argument \#2 \- seed](reference/rpc/sethdseed.html#argument-2-seed) + [Argument \#1 \- address](reference/rpc/setlabel.html#argument-1-address) + [Argument \#2 \- label](reference/rpc/setlabel.html#argument-2-label) + [Argument \#1 \- amount](reference/rpc/settxfee.html#argument-1-amount) + [Argument \#1 \- flag](reference/rpc/setwalletflag.html#argument-1-flag) + [Argument \#2 \- value](reference/rpc/setwalletflag.html#argument-2-value) + [Argument \#1 \- address](reference/rpc/signmessage.html#argument-1-address) + [Argument \#2 \- message](reference/rpc/signmessage.html#argument-2-message) + [Argument \#1 \- hexstring](reference/rpc/signrawtransactionwithwallet.html#argument-1-hexstring) + [Argument \#2 \- prevtxs](reference/rpc/signrawtransactionwithwallet.html#argument-2-prevtxs) + [Argument \#3 \- sighashtype](reference/rpc/signrawtransactionwithwallet.html#argument-3-sighashtype) + [Argument \#1 \- wallet\_name](reference/rpc/unloadwallet.html#argument-1-wallet-name) + [Argument \#2 \- load\_on\_startup](reference/rpc/unloadwallet.html#argument-2-load-on-startup) + [Argument \#1 \- version](reference/rpc/upgradewallet.html#argument-1-version) + [Argument \#1 \- inputs](reference/rpc/walletcreatefundedpsbt.html#argument-1-inputs) + [Argument \#2 \- outputs](reference/rpc/walletcreatefundedpsbt.html#argument-2-outputs) + [Argument \#3 \- locktime](reference/rpc/walletcreatefundedpsbt.html#argument-3-locktime) + [Argument \#4 \- options](reference/rpc/walletcreatefundedpsbt.html#argument-4-options) + [Argument \#5 \- bip32derivs](reference/rpc/walletcreatefundedpsbt.html#argument-5-bip32derivs) + [Argument \#1 \- passphrase](reference/rpc/walletpassphrase.html#argument-1-passphrase) + [Argument \#2 \- timeout](reference/rpc/walletpassphrase.html#argument-2-timeout) + [Argument \#1 \- oldpassphrase](reference/rpc/walletpassphrasechange.html#argument-1-oldpassphrase) + [Argument \#2 \- newpassphrase](reference/rpc/walletpassphrasechange.html#argument-2-newpassphrase) + [Argument \#1 \- psbt](reference/rpc/walletprocesspsbt.html#argument-1-psbt) + [Argument \#2 \- sign](reference/rpc/walletprocesspsbt.html#argument-2-sign) + [Argument \#3 \- sighashtype](reference/rpc/walletprocesspsbt.html#argument-3-sighashtype) + [Argument \#4 \- bip32derivs](reference/rpc/walletprocesspsbt.html#argument-4-bip32derivs) * [Simple Raw Transaction](examples/transactions.html#simple-raw-transaction) * [Complex Raw Transaction](examples/transactions.html#complex-raw-transaction) * [PaymentRequest \& PaymentDetails](examples/payment_processing.html#paymentrequest-paymentdetails) - [Creating A Bloom Filter](examples/p2p_networking.html#creating-a-bloom-filter) - [Evaluating A Bloom Filter](examples/p2p_networking.html#evaluating-a-bloom-filter) - [Retrieving A MerkleBlock](examples/p2p_networking.html#retrieving-a-merkleblock) - [Parsing A MerkleBlock](examples/p2p_networking.html#parsing-a-merkleblock) * [How it works]( * [You need to know]( * [Running a full node]( © Copyright Bitcoin Project 2009\-2020\. Use this QR code or address below
product
L1
https://ethereum.org
The complete guide to Ethereum \| ethereum.org[Skip to main content](#main-content)* Learn Search`K`Languages EN![An illustration of a futuristic city, representing the Ethereum ecosystem.](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fhero.94a1ecc4.png&w=1920&q=75)Ethereum# Welcome to Ethereum The leading platform for innovative apps and blockchain networks Create accounts \& manage assets](/en/wallets/find-wallet/)[Pick a wallet Create accounts \& manage assets](/en/wallets/find-wallet/)[Get ETH The currency of Ethereum](/en/get-eth/)[Get ETH The currency of Ethereum](/en/get-eth/)[Choose a network Enjoy minimal fees](/en/layer-2/)[Choose a network Enjoy minimal fees](/en/layer-2/)[Try apps Finance, gaming, social](/en/dapps/)[Try apps Finance, gaming, social](/en/dapps/)Use cases## A new way to use the internet Stablecoins are currencies that maintain stable value. Their price matches the U.S. dollar or other steady assets. [Learn more](/en/stablecoins/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fimpact_transparent.7420c423.png&w=640&q=75)### A fairer financial system Billions can't open bank accounts or freely use their money. Ethereum's financial system is always open and unbiased. [Explore DeFi](/en/defi/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fmerge.1565d431.png&w=640&q=75)### The network of networks Ethereum is the hub for blockchain innovation. The best projects are built on Ethereum. [Explore benefits](/en/layer-2/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fman-baby-woman.c25cc704.png&w=384&q=75)### Innovative apps Ethereum apps work without selling your data. Protect your privacy. [Browse apps](/en/dapps/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Frobot-help-bar.95e36651.png&w=384&q=75)### The internet of assets Art, certificates or even real estate can be tokenized. Anything can be a tradable token. Ownership is public and verifiable. [More on NFTs](/en/nft/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fman-and-dog-playing.c53316dd.png&w=1920&q=75)### Crypto without volatility Stablecoins are currencies that maintain stable value. Their price matches the U.S. dollar or other steady assets. [Learn more](/en/stablecoins/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fimpact_transparent.7420c423.png&w=828&q=75)### A fairer financial system Billions can't open bank accounts or freely use their money. Ethereum's financial system is always open and unbiased. [Explore DeFi](/en/defi/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fmerge.1565d431.png&w=640&q=75)### The network of networks Ethereum is the hub for blockchain innovation. The best projects are built on Ethereum. [Explore benefits](/en/layer-2/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fman-baby-woman.c25cc704.png&w=750&q=75)### Innovative apps Ethereum apps work without selling your data. Protect your privacy. [Browse apps](/en/dapps/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Frobot-help-bar.95e36651.png&w=750&q=75)### The internet of assets Art, certificates or even real estate can be tokenized. Anything can be a tradable token. Ownership is public and verifiable. [More on NFTs](/en/nft/) ![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flayer-2-hub-hero.5bb68ce2.jpg&w=1920&q=75)Activity## The strongest ecosystem Activity from all Ethereum networks $96\.55BValue locked in DeFi$83\.46BValue protecting Ethereum$0\.045Average transaction cost18\.3MTransactions in the last 24h![](/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Flearn-hub-hero.bc4653ed.png&w=1920&q=75)Learn## Understand Ethereum Crypto can feel overwhelming. Don't worry, these materials are designed to help you understand Ethereum in just a few minutes. [What is Ethereum?](/en/what-is-ethereum/)[What are crypto wallets?](/en/wallets/)[How to start, step by step](/en/guides/)[Ethereum Whitepaper](/en/whitepaper/)[Ethereum roadmap](/en/roadmap/)[Other topics](/en/learn/) Values## The internet is changing Be part of the digital revolution Direct ownershipEqual AccessPrivacy orientedIntegratedDecentralizedCensorship resistantOpen to allDirect ownershipEqual AccessPrivacy orientedIntegratedDecentralizedCensorship resistantOpen to allDirect ownershipEqual AccessPrivacy orientedIntegratedDecentralizedCensorship resistantOpen to allRestricted ownershipDiscriminatoryNo privacyFragmentedCentralizedCensorableClosed to mostRestricted ownershipDiscriminatoryNo privacyFragmentedCentralizedCensorableClosed to mostRestricted ownershipDiscriminatoryNo privacyFragmentedCentralizedCensorableClosed to mostLegacy Ethereum is home to Web3's largest and most vibrant developer ecosystem. Use JavaScript and Python, or learn a smart contract language like Solidity or Vyper to write your own app. [Builder's Portal](/en/developers/) [Documentation](/en/developers/docs/)Code examples Build a bank powered by logic you've programmed Create tokens that you can transfer and use across applications A JavaScript Ethereum wallet Use existing languages to interact with Ethereum and other applications An open, permissionless DNS Re\-imagine existing services as decentralized, open applications ### Your own bankBuild a bank powered by logic you've programmed ### Your own currencyCreate tokens that you can transfer and use across applications ### A JavaScript Ethereum walletUse existing languages to interact with Ethereum and other applications ### An open, permissionless DNSRe\-imagine existing services as decentralized, open applications The ethereum.org website is built and maintained by hundreds of translators, coders, designers, copywriters, and enthusiastic community members each month. Come ask questions, connect with people around the world and contribute to the website. You will get relevant practical experience and be guided during the process! Ethereum.org community is the perfect place to start and learn. [More on ethereum.org](/en/community/) [(opens in a new tab)]( in a new tab)]( calls [🛠 QA session \- ethereum.org portal(opens in a new tab)]( 06, 2024 at 5:30 PM [Add to calendar(opens in a new tab)](🛠 QA session \- ethereum.org portal(opens in a new tab)]( 27, 2024 at 5:30 PM [Add to calendar(opens in a new tab)](☎️ ethereum.org Community Call \- November/December 2024(opens in a new tab)]( 05, 2024 at 4:00 PM [Add to calendar(opens in a new tab)](### Recent posts The latest blog posts and updates from the community [![](### Ethereum's distinctive property is hardness (opens in a new tab)](### The Devcon schedule is live! (opens in a new tab)](### Possible futures of the Ethereum protocol, part 6: The Splurge (opens in a new tab)](### Xatu Execution Layer data now available Posts 🤓 on ethPandaOps (opens in a new tab)](### Announcing the Winners of the Underhanded Solidity Contest 2024 (opens in a new tab)](### AnonKlub: Reflections on Our Journey in Privacy\-Preserving Solutions Privacy and Scaling Explorations (opens in a new tab)]( more on these websites [Josh Stark(opens in a new tab)]( Foundation Blog(opens in a new tab)]( Buterin's website(opens in a new tab)]( 🤓 on ethPandaOps(opens in a new tab)]( Lang Blog(opens in a new tab)]( and Scaling Explorations(opens in a new tab)]( in a new tab)]( in a new tab)]( in a new tab)]( in a new tab)](### Events Ethereum communities host events all around the globe, all year long [![](### Industry Day at Devcon 7 \- Southeast Asia (opens in a new tab)](### Devcon 7 \- Southeast Asia (opens in a new tab)](### ETHGlobal Bangkok (opens in a new tab)]( all events](/en/community/events/) ## Join ethereum.org This website is open source with hundreds of community contributors. You can propose edits to any of the content on this site. Find out all the different ways you can help ethereum.org grow and be better.](/en/contributing/)[GitHub Contribute to code, design, articles, etc. (opens in a new tab)]( To ask questions, coordinate contribution and join community calls. (opens in a new tab)]( To keep up with our updates and important news. (opens in a new tab)]( last updated: October 23, 2024 Go to top### Learn * [What is Ethereum?](/en/what-is-ethereum/) * [What is ether (ETH)?](/en/eth/) * [What is Web3?](/en/web3/) * [Run a node](/en/run-a-node/) * [Ethereum security and scam prevention](/en/security/) * [Choose your wallet](/en/wallets/find-wallet/) * [Dapps \- Decentralized applications](/en/dapps/) * [NFTs \- Non\-fungible tokens](/en/nft/) * [DeFi \- Decentralized finance](/en/defi/) * [DAOs \- Decentralized autonomous organizations](/en/dao/) * [Learn by coding](/en/developers/learning-tools/) * [Set up local environment](/en/developers/local-environment/) * [UX/UI design fundamentals](/en/developers/docs/design-and-ux/) * [Enterprise \- Mainnet Ethereum](/en/enterprise/) * [Enterprise \- Private Ethereum](/en/enterprise/private-ethereum/) * [Contributing to ethereum.org](/en/contributing/) * [Ethereum bug bounty program](/en/bug-bounty/) * [Ethereum Foundation Blog(opens in a new tab)]( * [Ecosystem Support Program(opens in a new tab)]( * [Devcon(opens in a new tab)]( * [Technical history of Ethereum](/en/history/) * [Ethereum Improvement Proposals](/en/eips/) [(opens in a new tab)]( in a new tab)]( in a new tab)]( [About us](/en/about/) * [Ethereum brand assets](/en/assets/) * [Code of conduct](/en/community/code-of-conduct/) * [Terms of use](/en/terms-of-use/) * [Press Contact(opens in a new tab)](mailto:[email protected]) Is this page helpful?
product
L1
https://solana.com
Web3 Infrastructure for Everyone \| SolanaThis website uses cookies to offer you a better browsing experience. Find out more on how we use cookies. Search`K`# Powerful for developers. Fast for everyone. Bring blockchain to the people. Solana supports experiences for power users, new consumers, and everyone in between. [Start Building](/docs/intro/quick-start)[Resources](/developers)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F4e7450bbc1114943b89ef51ea59fb791&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F4e7450bbc1114943b89ef51ea59fb791&w=3840&q=75)Powering tools and integrations from companies all around the world![Circle](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F0b6a53cf32794fb192e318ceeb647516&w=256&q=75)![Discord](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F99fc2e4c135d4284936a4dc130373935&w=256&q=75)![Google](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff5a7df85e0f44af9b95eb92290694bfc&w=256&q=75)![Jump_](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F5e82db5eeb674963ba79de5b82389c61&w=256&q=75)![Magic Eden](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fbf3ec5546f68436182b060308bffd31a&w=256&q=75)![Meta](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fb215a85c9d1841a48050a04d5d0269fe&w=256&q=75)![Shopify](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F216601dcf61448b6861659e35f020ecd&w=256&q=75)![Stripe](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F5c6fc8c39c58451d98affc20a146b12c&w=256&q=75)![Default Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F351865cde87b4b24875c345cdc28ea31&w=3840&q=75)PAYMENTS## TechCrunch: Stripe to Start Taking Payments with USDC on Solana The news was announced live on stage at Stripe’s Connect conference – complete with a live demo of a transaction on Solana. [Learn more \- TechCrunch: Stripe to Start Taking Payments with USDC on Solana]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fcdaee181be744ddab3d44e9e63fac681&w=3840&q=75)BREAKPOINT 2024## See Every Session on Stage at Breakpoint 2024 Catch up with all the news! Check out the keynotes, product announcements, debates, and more. [Watch \- See Every Session on Stage at Breakpoint 2024](## Blinks and Actions Put ‘Crypto Back in Crypto Twitter’ From Decrypt: “The new features will allow users to connect and send transactions without having to leave the website they are currently on.” [Read more \- Blinks and Actions Put ‘Crypto Back in Crypto Twitter’]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa1e9316b817a4a358b50a82771bc9622&w=3840&q=75)Payments## Coindesk: ‘PayPal Makes Retail Stablecoin Play with PYUSD on Solana’ PayPal USD (PYUSD) is expanding to Solana, taking advantage of native token extensions. [Read \- Coindesk: ‘PayPal Makes Retail Stablecoin Play with PYUSD on Solana’]( headline from the Block: Robinhood launches Solana staking in Europe plus new customer rewards program](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F5f533f0a3cce4135bbfe805a9f79c4e4&w=3840&q=75)News## The Block: Robinhood Launches Solana Staking in Europe The news brings a new staking option to the EU. [Read \- The Block: Robinhood Launches Solana Staking in Europe]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F351865cde87b4b24875c345cdc28ea31&w=3840&q=75)PAYMENTS## TechCrunch: Stripe to Start Taking Payments with USDC on Solana The news was announced live on stage at Stripe’s Connect conference – complete with a live demo of a transaction on Solana. [Learn more \- TechCrunch: Stripe to Start Taking Payments with USDC on Solana]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fcdaee181be744ddab3d44e9e63fac681&w=3840&q=75)BREAKPOINT 2024## See Every Session on Stage at Breakpoint 2024 Catch up with all the news! Check out the keynotes, product announcements, debates, and more. [Watch \- See Every Session on Stage at Breakpoint 2024](## Blinks and Actions Put ‘Crypto Back in Crypto Twitter’ From Decrypt: “The new features will allow users to connect and send transactions without having to leave the website they are currently on.” [Read more \- Blinks and Actions Put ‘Crypto Back in Crypto Twitter’]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa1e9316b817a4a358b50a82771bc9622&w=3840&q=75)Payments## Coindesk: ‘PayPal Makes Retail Stablecoin Play with PYUSD on Solana’ PayPal USD (PYUSD) is expanding to Solana, taking advantage of native token extensions. [Read \- Coindesk: ‘PayPal Makes Retail Stablecoin Play with PYUSD on Solana’]( headline from the Block: Robinhood launches Solana staking in Europe plus new customer rewards program](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F5f533f0a3cce4135bbfe805a9f79c4e4&w=3840&q=75)News## The Block: Robinhood Launches Solana Staking in Europe The news brings a new staking option to the EU. [Read \- The Block: Robinhood Launches Solana Staking in Europe]( Alt Text](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F351865cde87b4b24875c345cdc28ea31&w=3840&q=75)PAYMENTS## TechCrunch: Stripe to Start Taking Payments with USDC on Solana The news was announced live on stage at Stripe’s Connect conference – complete with a live demo of a transaction on Solana. [Learn more \- TechCrunch: Stripe to Start Taking Payments with USDC on Solana]( 1 ## Join a community of millions. Fee Paying Accounts, All Time Median Fee per Transaction ## Made for mass adoption. Don’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network. Transactions per Second### Scalable Get big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0\.0025\. The Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant. Validator Nodes### Energy Efficient Solana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches. 0%Net Carbon Impact[Energy Efficient \- Learn more](/environment)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F2ffe062107544cffa49618a58b9c50bc&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F421b60c862fb4c2c9b9dc17ad67ff979&w=3840&q=75)#### Designed for real world use. [Go to Case Studies](/news/tag/case-studies)[![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff6af6a440836404080a1919059090128&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff6af6a440836404080a1919059090128&w=3840&q=75)Case Study### XP XP aims to save consumers from high event ticket fees using Solana.](/news/case-study-xp)[![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff6af6a440836404080a1919059090128&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff6af6a440836404080a1919059090128&w=3840&q=75) Case Study### XP XP aims to save consumers from high event ticket fees using Solana.](/news/case-study-xp)[![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa4517ce3de2b4a79bd6f78371656734c&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa4517ce3de2b4a79bd6f78371656734c&w=3840&q=75) case Study### Boba Guys Boba Guys used a Solana\-powered loyalty program to increase monthly sales by 67%.](/news/case-study-boba-guys)[![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F20069e2d57e847369b00aca5a12cdaa2&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F20069e2d57e847369b00aca5a12cdaa2&w=3840&q=75) Case Study### Homebase Homebase used the Solana blockchain to successfully tokenized a single\-family rental property.](/news/case-study-homebase)[![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa9ade8a6286248af8c7f90bf06900712&w=3840&q=75)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fa9ade8a6286248af8c7f90bf06900712&w=3840&q=75) Video### Hivemapper Hivemapper decentralizes mapping with better real\-time data and community incentives](/news/case-study-hivemapper)## Build for growth. PaymentsGamingNFTsDeFiDAOsPaymentsGamingNFTsDeFiDAOs![Shopify](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F216601dcf61448b6861659e35f020ecd&w=640&q=75)Solana Pay is now available to millions of businesses as an approved app integration on Shopify. Solana Pay is built for immediate USDC transactions, fees that are fractions of a penny, and a net\-zero environmental impact. [Learn more about Payments on Solana](/developers/payments)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F7fcacf8bfcd44134944121d389d24edb&w=1920&q=75)![Asics Logo](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fb7cd5959a4a24b528f6a70e6cf16f137&w=256&q=75)![Decaf Logo](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F49bfeb8d3b554624b1104e3310338da1&w=256&q=75)![Helio Logo](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F6a83a1dd16874f22b668f9d18deefb85&w=256&q=75)![TipLink Logo](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F4d797d63b0f34c469d47cae71e142e1e&w=256&q=75)## Join a thriving community. Solana Hacker House participants ### Solana Mobile Announcement Users, developers, and reporters were on the scene when Solana Labs announced the Solana Mobile Stack and Saga device in June 2022\. ### Solana Breakpoint 2022 3,800 builders. 3 days. 1 community. Teams from around the world gathered in Lisbon in Nov. 2022 to learn, build, and celebrate at the annual conference from the Solana Foundation. ### New York Hacker House Start spreading the news. Lines were out the door at the Solana Foundation’s New York Hacker House in March 2022\. Developers building during Solana Hackathons ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. Total Solana Breakpoint attendees ### London Hacker House Builders joined London Hacker House, a five\-day offline event in June 2022, with advice and support from core Solana Lab engineers. ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. ### New Delhi Hacker House Vibe. Mint. Build. Thousands of developers came to build together at the Sept. 2022 New Delhi Solana Hacker House. New and native users came to Solana Miami in April 2022 to build, learn, and see real world Solana use cases. Solana Hacker House participants ### Solana Mobile Announcement Users, developers, and reporters were on the scene when Solana Labs announced the Solana Mobile Stack and Saga device in June 2022\. ### Solana Breakpoint 2022 3,800 builders. 3 days. 1 community. Teams from around the world gathered in Lisbon in Nov. 2022 to learn, build, and celebrate at the annual conference from the Solana Foundation. ### New York Hacker House Start spreading the news. Lines were out the door at the Solana Foundation’s New York Hacker House in March 2022\. Developers building during Solana Hackathons ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. Total Solana Breakpoint attendees ### London Hacker House Builders joined London Hacker House, a five\-day offline event in June 2022, with advice and support from core Solana Lab engineers. ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. ### New Delhi Hacker House Vibe. Mint. Build. Thousands of developers came to build together at the Sept. 2022 New Delhi Solana Hacker House. New and native users came to Solana Miami in April 2022 to build, learn, and see real world Solana use cases. Solana Hacker House participants ### Solana Mobile Announcement Users, developers, and reporters were on the scene when Solana Labs announced the Solana Mobile Stack and Saga device in June 2022\. ### Solana Breakpoint 2022 3,800 builders. 3 days. 1 community. Teams from around the world gathered in Lisbon in Nov. 2022 to learn, build, and celebrate at the annual conference from the Solana Foundation. ### New York Hacker House Start spreading the news. Lines were out the door at the Solana Foundation’s New York Hacker House in March 2022\. Developers building during Solana Hackathons ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. Total Solana Breakpoint attendees ### London Hacker House Builders joined London Hacker House, a five\-day offline event in June 2022, with advice and support from core Solana Lab engineers. ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. ### New Delhi Hacker House Vibe. Mint. Build. Thousands of developers came to build together at the Sept. 2022 New Delhi Solana Hacker House. New and native users came to Solana Miami in April 2022 to build, learn, and see real world Solana use cases. Solana Hacker House participants ### Solana Mobile Announcement Users, developers, and reporters were on the scene when Solana Labs announced the Solana Mobile Stack and Saga device in June 2022\. ### Solana Breakpoint 2022 3,800 builders. 3 days. 1 community. Teams from around the world gathered in Lisbon in Nov. 2022 to learn, build, and celebrate at the annual conference from the Solana Foundation. ### New York Hacker House Start spreading the news. Lines were out the door at the Solana Foundation’s New York Hacker House in March 2022\. Developers building during Solana Hackathons ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. Total Solana Breakpoint attendees ### London Hacker House Builders joined London Hacker House, a five\-day offline event in June 2022, with advice and support from core Solana Lab engineers. ### Seoul Hacker House Let’s build! Local devs came to the Solana Foundation’s Seoul Hacker House ahead of Korea Blockchain Week 2022\. ### New Delhi Hacker House Vibe. Mint. Build. Thousands of developers came to build together at the Sept. 2022 New Delhi Solana Hacker House. New and native users came to Solana Miami in April 2022 to build, learn, and see real world Solana use cases. ## It's time to join the thousands of creators, artists, and developers using Solana. © 2024 Solana Foundation. All rights reserved.Solana* [Grants]( en© 2024 Solana Foundation. All rights reserved.
product
L1
https://solanamobile.com
Solana Seeker \| The Definitive Web3 Mobile Device[Preorder Now]( [Preorder Now]( Print](/_next/image?url=%2Fseeker%2Fhero%2Fdevice%402x.png&w=1920&q=75)Shipping 2025 [Preorder Now]( Vault, Meet Wallet. Natively integrated hardware Seed Vault and mobile wallet. Fingerprint entry. Doubletap transactions. Seamless interface. Built exclusively for the Solana Seeker. ### Solana dApp Store 2\.0 The Solana Ecosystem in Your Pocket Your crypto rewards, simplified #### Payments, DeFi, DePIN, NFTs, Gaming Plus exclusive dApps only available on Solana Mobile # The Rewards Seeker #### Solana Seeker Genesis Token ###### The most powerful rewards magnet in web3\. Each Solana Seeker generates its own non\-transferrable Seeker Genesis Token. It unlocks exclusive rewards, boosts, access, and content throughout the Solana ecosystem Preorder your Seeker in the Founder Window or Early Adopter Window to receive the soul\-bound Chapter 2 Preorder Token. ## Preorder your Solana Seeker ##### Founder Window LIMITED TIME \| CLOSING SOON! ##### Early Adopter Window \*Generally, customers are not entitled to a refund of the deposit. However, if Solana Mobile determines not to move forward with the product, customers will be refunded. If the product ships, there will be a return policy associated with the product and refunds will be subject to that return policy. Get updates on our progress with Chapter 2 so you don’t miss a thing. Get UpdatesYou agree to be contacted by Solana Mobile and have read our [Privacy Policy](/privacy-policy-homepage-web). © 2024 Solana Mobile, Inc. [Press Kit](/press)[Privacy Policy](/privacy-policy-homepage-web)[Cookie Policy](/cookie-policy-web)[Deposit Agreement](/deposit-waitlist-agreement-web)[Support](/support)[Press Kit](/press)[Privacy Policy](/privacy-policy-homepage-web)[Cookie Policy](/cookie-policy-web)[Deposit Agreement](/deposit-waitlist-agreement-web)[Support](/support)Stockholm\-icons / Tools / ToolsCreated with Sketch.
product
Mobile Phone
https://bond.solanalabs.com
Bond by Solana Labs![bond logo](/bond-logo-black.svg)![bond logo](/bond-logo-white.svg)[Talk to us](/contact)Talk to usTransform Buyer Relationships Into Lifetime BondsToday's companies compete fiercely for customer attention and loyalty. Bond helps your brand go beyond mere transactions to turn every interaction into a lasting connection.[Talk to us](/contact)Your browser does not support the video tag.A New Type of Relationship ManagementBond is a technology stack that enables brands to create experiences that strengthen their customers’ allegiance and connection through seamless user\-centered design, trusted interactions, and enhanced brand partnerships.CreationOffer a unique customer journeyDeliver personalized interactions through innovative engagement programs and digital activations that delight customers, increase retention, and drive lifetime value.ConnectionEngage beyond the saleEstablish a personal touch across all touchpoints, even when customers aren’t buying directly from you. Engage them at the right moment to cultivate enduring relationships.CommunityBuild your loyalty networkCreate an ecosystem that lets customers connect and interact with your brand. Leverage excitement, virality, and network effects to boost customer commitment and growth.CollaborationPartner in public, privatelyCollaborate with partners on a public blockchain to enable interoperability and composability, while customizing privacy settings for your company and customer data.Unlock new opportunities for your brand![arrow left](/arrow-right.svg)![arrow right](/arrow-right.svg)Your browser does not support the video tag.oneAttract a new generation of customersConnect with individuals who value immersive experiences, deep personalization, and transparency. Engage the vibrant community of the Solana blockchain to tap into Millennial and Gen\-Z purchasing power.![](/_next/image?url=%2Funlock-2.jpg&w=750&q=75)twoGenerate digital identities for your productsSet up digital product passports to enhance trust. Allow customers to verify authenticity, gain insights into product provenance, supply chain traceability, and sustainability, while monitoring the secondary lifecycle of your products.Your browser does not support the video tag.threeStrengthen cross\-brand initiatives with enhanced privacySpark new partnerships and launch unique, composable, and interoperable collaborations on the public blockchain. Preserve data privacy and eliminate the risks associated with private blockchains.![](/_next/image?url=%2Funlock-4.jpg&w=750&q=75)fourExpand your brand experience with digital collectiblesIntroduce digital twins of your physical products and launch limited\-edition collections that can be traded, collected, and displayed across physical and virtual platforms. Offer exclusive experiences and attract a growing market of digital collectors.![](/_next/image?url=%2Funlock-5.jpg&w=750&q=75)fiveIssue certificates of authenticityEnsure customers buy authentic products, new or second\-hand, safeguarding your brand from counterfeits. Build strong connections with your indirect customers, unlocking new engagement opportunities.Reimagine your customer experience with blockchainEnhance your product with Bond’s advanced solutions suite to create digital experiences tailored to your marketing needs.![](/future-authenticity.svg)Authenticity and ProvenanceGenerate digital product passports that foster customer trust by verifying provenance and authenticity.![](/_next/image?url=%2Ffuture-shadow.png&w=3840&q=75)![](/_next/image?url=%2Ffuture-authenticity.jpg&w=3840&q=75)![](/future-digital.svg)Physical and DigitalElevate your customers’ experiences with virtual collections and digital twins, unlocking new blockchain\-enabled revenue streams.![](/_next/image?url=%2Ffuture-shadow.png&w=3840&q=75)Your browser does not support the video tag.![](/future-customer.svg)Customer InsightsGain comprehensive insights into customer preferences and behavior for personalized communication that drives conversions.![](/_next/image?url=%2Ffuture-shadow.png&w=3840&q=75)Your browser does not support the video tag.![](/future-loyalty.svg)Loyalty RewardsDesign custom reward programs that provide unique and exclusive perks, strengthening customer commitment and encouraging repeat purchases.![](/_next/image?url=%2Ffuture-shadow.png&w=3840&q=75)![](/_next/image?url=%2Ffuture-loyalty.jpg&w=3840&q=75)API platformDesigned for seamless integrationBond offers a suite of blockchain\-powered solutions that seamlessly integrate with your existing workflow. Designed for effortless implementation, our tools require no prior blockchain knowledge, enabling your team to quickly launch bespoke customer experiences.1Well\-documented, simple to use API0Blockchain development experience necessary![](/_next/image?url=%2Fdesigned-for-1.jpg&w=3840&q=75)Trusted by industry leaders![](/quotes.svg)Major brands have achieved remarkable success by tokenizing their loyalty programs, and Bond is the ideal partner for enterprises looking to revolutionize customer engagement through blockchain technology. Solana Labs' unparalleled industry expertise and deep understanding of business needs uniquely position them to empower global brands to innovate and drive unmatched loyalty experiences.![](/_next/image?url=%2Flogo-crossmint.png&w=48&q=75)Rodri Fernandez Touza Co\-Founder at Crossmint![](/quotes.svg)With their proven expertise, Bond and Solana Labs have transformed the way enterprises leverage blockchain technology. It's quite remarkable that brands can now launch innovative, engaging experiences in a matter of weeks without any prior blockchain knowledge. They've managed to simplify the entire process, abstracting away the complexities to the point where blockchain becomes virtually invisible to end customers.![](/_next/image?url=%2Flogo-gameshift.png&w=48&q=75)Davis Hart Head of GameShiftA premium blockchain experience![solana-logo](/solana.svg)Bond is built on the Solana blockchain’s cutting\-edge technology to power innovative loyalty programs that are fast, cost\-effective, and connect you to millions of users every day.Trusted ExpertiseAs the initial developer of the Solana blockchain, the expert team at Solana Labs delivers leading solutions, backed by years of industry leadership and a proven record of innovation.Scalable SolutionsThe Solana blockchain’s high\-performance architecture is designed to efficiently support the demands of any business, from boutique brands to global enterprises.Tailored SupportWe understand the uniqueness of your brand. That's why we provide a white\-glove service to ensure that our solutions perfectly align with your business goals.Battle\-Tested InfrastructureWith over 1 million daily active users and more than 370 million digital assets created, your loyalty programs will be pioneering and enduring.Ready to learn more?[Talk to us](/contact)![](/_next/image?url=%2Fready-to-1.jpg&w=3840&q=75)![](/_next/image?url=%2Fready-to-2.jpg&w=3840&q=75)![](/_next/image?url=%2Fready-to-3.jpg&w=3840&q=75)
product
Customer Engagement Platform
https://app.realms.today/realms
Create DAO![](### Mango DAO O### OpenBook V2 Council [![discord](/icons/discord.svg)](© 2024 Realms Today Ltd\|[Terms](|[Privacy Policy]( the Docs]( by Solana ​The operating entity of this site and owner of the related intellectual property has changed. The new operator is Realms Today Ltd. (the New Operator). We have accordingly amended the Terms and the Private Policy governing the relationship between our users and the New Operator. By clicking "accept", you represent and warrant that you agree to the revised Terms and Private Policy.
product
DAO Management Platform
https://gameshift.solanalabs.com
GameShift[Pricing](/pricing)[Docs]( Building]( to GameShift](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Frays.03ced6e4.png&w=3840&q=75)level upyour game web3 apiPower your game with next gen digital assets without writing a single line of blockchain code.[Start Building]( Guy](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Frunner-guy.5770ab3d.png&w=256&q=75)![Red Runner Gameshift Edition](/_next/image?url=%2Frr-gs-liner.png&w=640&q=75)## See where Gameshift's features can fit into your game! [![Play the demo](/_next/image?url=%2Fred-runner-explainer%2Fview-game.png&w=640&q=75)](/red-runner)why gameshift?![Faster Time to Market](/_next/static/media/icon-faster.19b60d68.svg)Faster Time to MarketFocus on game dev, not blockchain. GameShift's seamless API integrates in hours, not months.![Developer Friendly](/_next/static/media/icon-tools.65c3ba30.svg)Developer FriendlyAll you need to build an amazing Web3 experience in a single REST API and no need to write a single line of blockchain code.![Gaming First](/_next/static/media/icon-breeze.9f84f6b5.svg)Gaming FirstEnable a frictionless and gasless player experience. Users access game assets via email authentication and make purchases in USD.![Increase Player Engagement](/_next/static/media/icon-engagement.57487915.svg)Increase Player EngagementEnjoy higher engagement and loyalty from your players, and new revenue streams from asset sales and trading.![Trust](/_next/static/media/icon-security.d731fb05.svg)TrustAs the creators of Solana and products like Metaplex, Solana Labs has the proven expertise to deliver a gaming platform you can trust.![Ultrafast and Low Cost](/_next/static/media/icon-efficient.2e26ceac.svg)Ultrafast and Low CostLeverage Solana's leading speed and scalability. Minting costs just a fraction of a penny.![key features](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fgameshift-visual-main.fb2dad8d.png&w=3840&q=75)key featuresNon\-Custodial WalletsGameShift's non\-custodial wallets give players control over their digital assets while minimizing custody risks for developers.![Non-Custodial Wallets](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fnon-custodial-wallets.580df7f8.png&w=3840&q=75)No seed\-phrases. No passwordsPlayers access their wallets without seed\-phrases or passwords, avoiding any blockchain complexity.![No seed-phrases. No passwords](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fno-seed-phrases-no-passwords.e2cc2087.png&w=3840&q=75)Minting Game AssetsMint and transfer unique game assets with just a few lines of code.![Minting Game Assets](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcreate-assets.8ced680f.png&w=3840&q=75)Branded MarketplaceLet your players seamlessly buy and sell assets in USDC on your branded marketplace.![Branded Marketplace](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fmarketplace.b9ca541b.png&w=3840&q=75)Credit Card PaymentsAccept credit card payments from 170\+ countries with high acceptance rates.![Credit Card Payments](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcredit-cards.7f5a490b.png&w=3840&q=75)No Crypto NeededYour team and your players don’t need crypto tokens — GameShift interactions are all in fiat currencies from minting to marketplace.![No Crypto Needed](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fno-crypto.4806be89.png&w=3840&q=75)Integrate the GameShift REST API into your game and start building from the intuitive dashboard.![dashboard](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fgameshift-dashboard.584b9e7a.png&w=3840&q=75)![code snippet](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcode-snippet.930263b8.png&w=1920&q=75)![code snippet](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcode-snippet.930263b8.png&w=1920&q=75)![code snippet](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcode-snippet.930263b8.png&w=1920&q=75)![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fgameshift-visual-main.fb2dad8d.png&w=3840&q=75)our partners![Ilja Moisejevs](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ftensor-logo.7b8a35e9.png&w=1920&q=75)“The GameShift API opens up a world of opportunities for game studios, enabling them to launch their own branded marketplaces without the usual high cost and complexity. In\-game marketplaces introduce an immersive and exciting new chapter for games, offering players the ability to trade game assets without leaving the game. They benefit from Tensor's speed and deep liquidity, as listings are cross\-posted on Tensor.”Ilja Moisejevs CEO![Naga Samineni](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fmetakeep-logo.6cfb6228.png&w=1920&q=75)“GameShift has huge potential to accelerate mainstream adoption of web3 gaming. More than 3 billion daily online gamers can now automatically teleport to Web3 overnight and all they need is their email address. Most importantly, developers don't need to run any Key Management Servers or worry about loss or theft of keys.”Naga Samineni Co\-Founder![Rodri Fernandez Touza](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcrossmint-logo.d5fc6763.png&w=1920&q=75)“Web3 game development is complicated, especially minting blockchain assets. We partnered with Solana Labs because we share GameShift’s mission to abstract away this complexity. What makes us confident this can truly bring web2 gamers to web3 is GameShift being built by veterans like Solana Labs.”Rodri Fernandez Touza Co\-Founder![Daniel Lev](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcoinflow-logo.d52bccee.png&w=1920&q=75)“There are several reasons we partnered with GameShift. As builders themselves and the creators of Solana and Metaplex, they have a unique pedigree in web3\. We believe Gameshift can truly close the gap between web2 and web3 game development by removing blockchain hurdles and enabling USD payments.”Daniel Lev Co\-FounderWhy web3?1Real\-World UsageProvide a unique and immersive experience, allowing players to own, trade, and use digital assets as currency within the game world.2Own Your CollectiblesPromote creativity and foster a player\-driven economy by giving your players the ability to own, customize, share, and trade their assets.3Go Outside The GameGive your players the freedom to use their collectibles elsewhere in the gaming ecosystem to unlock more immersive and interconnected gaming experiences.![bg](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Freflective.369996d4.png&w=3840&q=75)Why Solana?The future of gaming is on Solana. With its superior throughput and minimal transaction costs, Solana offers a viable and enduring business model for play\-to\-own games.More at Solana.comFastDon’t keep your users waiting. Solana has block times of 400 milliseconds — and as hardware gets faster, so will the network.DecentralizedThe Solana network is validated by thousands of nodes that operate independently of each other, ensuring your data remains secure and censorship resistant.ScalableGet big, quick. Solana is made to handle thousands of transactions per second, and fees for both developers and users remain less than $0\.01\.Energy EfficientSolana’s proof of stake network and other innovations minimize its impact on the environment. Each Solana transaction uses about the same energy as a few Google searches.what the game studios say![Matt Candler](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Feljefe-logo.62be3d5c.png&w=3840&q=75)“GameShift's integration allows players to purchase and evolve NFT player cards as they progress in the game, introducing a new strategic layer to gameplay. Additionally, asset lending will enable the sharing of star players with friends, allowing newcomers to experience high\-level gameplay, and experienced gamers to strategize for upcoming matches.”Matt CandlerCEO at Studio369![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Feljefe.9f20c6ba.png&w=3840&q=75)![Steve Dufour](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fsolcraft-logo.c3092f79.png&w=3840&q=75)“There are several reasons why we would want to implement GameShift right away. It grants full control over the player's wallet, saving us some steps in controlling/locking assets while people are playing. It will give us the ability to create our own marketplace, allowing mint\-on\-demand and grants.”Steve DufourCo\-Founder at Solcraft![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fsolcraft.c40e90f5.png&w=3840&q=75)![Chris Scott](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fevio-logo.2ac8baa8.png&w=3840&q=75)“When we brought our web2 game Ev.io to Solana, we could suddenly create tournaments with real rewards for thousands of players \- massively increasing acquisition and retention. Now GameShift makes implementations like this easy for any game studio without the need to write a single line of blockchain code. It's truly a game changer.”Chris ScottGame Director at Ev.io![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fevio.d51ae2fd.png&w=3840&q=75)![Corey Wright](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fhoneyland-logo.dc97fcfb.png&w=3840&q=75)“Game creators want to spend time building games, not navigating the complexity of the blockchain. GameShift's single easy\-to\-use API is a great tool for developers to make the complex things simple so we can spend our time making great games.”Corey WrightCEO at Honeyland![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fhoneyland.b6eedf2c.png&w=3840&q=75)![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fgameshift-visual-main.fb2dad8d.png&w=3840&q=75)Ready to build?A radical shift in web3 workflow is here. Be a part of the next big move in game development.Start Building[Telegram @gameshiftlabs]( [email protected]](mailto:[email protected])© 2024 Solana Technology Services LLC \|[Terms](/website_tos-9-21-23.pdf)\|[Privacy Policy](|[Cookie Policy]( by Solana
product
Blockchain Gaming Infrastructure
https://solana.com/solutions/actions
Blockchain Links and Solana Actions \| SolanaThis website uses cookies to offer you a better browsing experience. Find out more on how we use cookies. Search`K`Solana Actions# Bring Crypto to the People with Solana Actions and Blockchain Links **It’s time to connect Solana to the entire internet.** Traditional onchain transactions have been locked away in apps or complex interfaces, making it significantly harder for people to use crypto products. With Solana Actions and blockchain links, or blinks, transactions can open up to anywhere on the internet — no dApp required. [Start Building](/docs/advanced/actions)![](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F9259fc4ba3594dcda2391ba6680446b7&w=1920&q=75)Featured Action## Blockchain Links, or Blinks Using Solana Actions, you can turn any transaction into a blockchain link that can be shared anywhere on the internet — no third party application required. Request a payment in a text message. Vote on governance in a chatroom. Buy an NFT on social media. It’s all possible. ## Meet users where they are, with blinks. Plus more support from![Access protocol](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ff24feae77403493d90609826fcf81437&w=256&q=75)![Backpack](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fc92e6e303f804f47b0332b97d3607b26&w=256&q=75)![Genopets](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F52200d569bd648b1aaf51cee933dcb28&w=256&q=75)![Helium](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fd9cf65c933fc45a081b25a4757e22d94&w=256&q=75)![Helius](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fc90433134fba44418dec87e644e6568e&w=256&q=75)![Jupiter](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fbcf8f3ef4068450b8a70dbebcdd56e4a&w=256&q=75)![Meteora](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Ffb3e0d3a36d4492fb61788f01bf428fe&w=256&q=75)![Phantom](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F1c6a92d5bc324859a61bdd6acb7185c4&w=256&q=75)![Sanctum](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F4f028f93c2584d0ea60b16a75400473d&w=256&q=75)## Get Started with Dialect Build, test, and deploy blinks quickly with Dialect’s suite of developer tools. [Developer Dashboard]( Docs]( links are an interface. Solana Actions are the APIs to deliver transactions on many surfaces.* ## With Solana Actions, request transactions with… [More from Dialect](### A QR Code [More from Dialect](### A push notification [More from Dialect](### A messaging app [More from Dialect](### A button [More from Dialect](### Anywhere you can place a URL [More from Dialect]( Foundation](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F59a40050d66345b48267bc0f5a9fa794&w=256&q=75)![Solana Foundation](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252Fcd7c1bc3c5434dceb68f8b7fbd3af1e3&w=256&q=75)![Solana Foundation](/_next/image?url=https%3A%2F%2Fcdn.builder.io%2Fapi%2Fv1%2Fimage%2Fassets%252Fce0c7323a97a4d91bd0baa7490ec9139%252F0c8e90abf02b48ff924327fa6b49b152&w=256&q=75)## Got a big idea? Apply for a grant to help bring your idea for a Solana Action or blink integration to life. [Make a Proposal]( for Microgrant]( ## More About Blinks and Solana Actions What are Solana Actions and blockchain links (blinks)?Solana Actions are specification\-compliant APIs that return transactions on the Solana blockchain to be previewed, signed, and sent across various contexts, including QR codes, buttons \+ widgets in mobile and desktop applications, and websites across the internet. Actions make it simple for developers to integrate the things you can do throughout the Solana ecosystem right into your environment, allowing you to perform blockchain transactions without needing to navigate away to a different app or webpage. Blockchain links – or blinks – turn any Solana Action into a shareable, metadata\-rich link. Blinks allow Action\-aware clients (browser extension wallets, bots) to display additional capabilities for the user. On a website, a blink might immediately trigger a transaction preview in a wallet without going to a decentralized app; in Discord, a bot might expand the blink into an interactive set of buttons. This pushes the ability to interact on\-chain to any web surface capable of displaying a URL. What is the difference between Actions and blinks?Actions are APIs that allow complex business logic (both on and off\-chain) to be used to construct transaction messages that are previewed, signed, and sent by the client. Native buttons, QR codes, or URLs (blinks) can initiate an Action. Blinks are one way to interact with an Action. Blinks allow users to execute blockchain transactions directly from URLs, making decentralized applications accessible from any platform or device. How is Solana Pay different from Actions?Solana Pay transactions are now called Actions. Actions are not specific to payments – there are many other types of Actions, such as voting, staking, swapping, minting and more. The goal with Actions is to apply the Solana Pay specification to many more use cases. By using the Solana Pay primitive as inspiration, Actions will change how users interact with blockchain in everyday environments. In short, the Solana Pay spec isn’t changing. But what you can do with Actions expands the scope from payments to anything you can do onchain. What are some examples of how Actions and blinks can be used?Some examples of Actions might include: * Staking SOL to help secure the Solana network, including liquid staking tokens * Allowing customers to pay at a retail store using a QR code scan * Token\-gated minting experiences * Enabling e\-commerce websites to accept cryptocurrency payments directly from product pages * Topping up a trading account before a margin call * Integrating blockchain functionality into gaming platforms for in\-game asset purchases and trades Some examples of blinks might include: * Tipping content creators on social media without the need for complex wallet setups * Minting custom NFTs or participating in governance votes directly from URLs * Letting users vote on community policies via links in newsletters What are some key benefits of using Actions and blinks?Key benefits include: * Enhancing user experiences by bringing signable transactions to users where they already are. * Increasing accessibility to Web3 applications from any platform. * Eliminating the friction of many clicks on many websites to send an on\-chain transaction. * Simplifying the integration of on\-chain actions into existing platforms, websites, or applications for developers. How can developers integrate Actions and blinks into their applications?Developers create actions as standalone APIs that conform to the Solana Actions Specification, and then may link them to their existing site URLs using an actions.json file. Blinks are fully\-qualified URLs. An actions.json file must be published at the root of the domain (e.g., solanapay.com/actions.json) in order to self\-register as a blink. As of launch, all three extensions (Phantom, Backpack, Dialect) will *only* unfurl registered (“trusted”) Actions URLs on [X]( To enable this, developers must register their Actions in the [Dialect Actions Registry]( Developers can test the entire end\-to\-end flow, including what the blink will look like, on [dial.to]( by inputting their Actions URL. Additionally, there are a host of libraries and SDKs for developers who wish to build clients that support blinks, or wallet chrome extensions that add blinks to existing sites like [X]( These libraries make it possible to build applications that render and style blinks with minimal work. For more information about Actions and blinks, visit the [official Solana documentation]( and recorded [developer workshop]( Are Actions and blinks secure?Actions and blinks are similar to “connecting” your wallet to dApps \- trust the sites you know and use, just as you trust the dApps you know and use. The first time a wallet attempts to retrieve a transaction from an unknown API, users should be shown a familiar “connect to site” prompt. If the site domain has connected to the wallet in the past, the site domain is more likely to be trustworthy. As with dApps, Action transactions are always simulated prior to execution. Note: blinks are executed on a different origin (X, Reddit, etc.) than their Action, so some caution should be exercised. What does the safety roadmap look like?As of launch, users can opt\-in to wallet support for Actions and blinks. Launch partner domains are currently whitelisted. Whitelisted site domains are run by launch partners of Solana; however, users should take all the security precautions that they ordinarily would when connecting to a new site domain. If you attempt to connect to a site domain that is not whitelisted, you will be prompted to confirm that you trust this site domain and wish to proceed. Regardless of whether a site domain is whitelisted, transaction simulations / previews still occur in wallets as expected, allowing users to view transaction details before signing. In the future, wallets may have a feature that allows them to “infer” trustworthiness based upon whether or not you've used a site before, and assertions may be required from wallets to safeguard users (agnostic of Actions). What happens if I click on a blink but don’t have a blockchain wallet set up?Blinks are just regular links, with superpowers. If you don’t have blink support through a wallet Chrome extension (like Phantom or Backpack), the underlying link will behave like links always do – it will take you to a website. That website is either: 1. The existing website of the dApp you are engaging with, whether it be the swap page on Jupiter, an NFT collection on Tensor, or a DAO proposal. From that site you can then take action as you normally do. 2. A kind of popup – or “interstitial” interface – for independent developers without a pre\-existing website or app. This may be a dedicated website, like actions.dialect.to, tiplink.io, or a signing experience in a mobile wallet, with secure, direct access to the user’s signing keys. In other words, blinks support fallbacks to both familiar website experiences, as well as entirely new, web3\-native ways for developers and creators to distribute experiences to their audience. What happens if I don’t have a Chrome extension?When an Action is shared via a blink, the blink should provide an [interstitial signing page](#blinks) whenever a Chrome extension is missing. These interstitial sites display the typical “connect to wallet” flow, along with access to embedded wallets associated with emails or phone numbers. What happens if multiple wallets intercept the click?As of launch, all wallet support is opt\-in, so users can pick and choose which wallets to use. That said, the wallet whose extension code has been injected first receives priority (agnostic of Actions). What is Dialect’s involvement in Actions and blinks?[Dialect]( is building developer tooling that powers Actions, such as forkable, self\-hosted interstitial signing sites, SDKs, and analytics for Actions APIs. Other teams are free to build tooling, as well. Solana is a blockchain built for mass adoption. The high\-performance network acts as a single global state machine — it’s open, interoperable, and decentralized. Solana has slot times of 400 milliseconds. Solana processes more transactions than every other major blockchain combined. Thousands of developers are building unique tools — from enterprise\-friendly token extensions to highly scalable state compression. Each Solana transaction uses about the same energy as a few Google searches. © 2024 Solana Foundation. All rights reserved.Solana* [Grants]( en© 2024 Solana Foundation. All rights reserved.
product
Developer Tooling
https://station.jup.ag/docs/apis/swap-api
How to Integrate Jupiter Swap \[API Documentation] [Skip to main content](#__docusaurus_skipToContent_fallback)[![Jupiter Logo](/img/jupiter-logo.svg)![Jupiter Logo](/img/jupiter-logo.svg)**Jupiter Station**](/)[Guides](/guides)[Docs](/docs)[API Playground](/api-v6)[Partners](/partners)[Stats]( + [V6 Swap API](/docs/apis/swap-api) + [(Deprecated) Price API V1](/docs/apis/price-api) + [Price API V2](/docs/apis/price-api-v2) + [CPI / Smart Contract Integration](/docs/apis/cpi) + [Game Dev (C\#)](/docs/apis/c-sharp-example) + [Self\-hosted V6 Swap API](/docs/apis/self-hosted) * [Projects and Dexes](/docs/projects-and-dexes) * V6 Swap API On this page# V6 Swap API infoIf you have problems landing transactions, read [Landing Transactions on Solana](/docs/apis/landing-transactions). Jupiter APIs is the easiest way for developers to access liquidity on Solana. Simply pass in the desired pairs, amount, and slippage, and the API will return the serialized transactions needed to execute the swap, which can then be passed into the Solana blockchain with the required signatures. Risk Disclaimer**Please use Jupiter's Swap API at your own risk**. [Jupiter's Frontend UI]( contains multiple safeguards and warnings when quoting. Jupiter is not liable for losses incurred by users on other platforms. ## V6 API Reference[​](#v6-api-reference "Direct link to V6 API Reference") All Jupiter swaps are using versioned transactions and address lookup tables. But not all wallets support Versioned Transactions yet, so if you detect a wallet that does not support versioned transactions, you will need to use the `asLegacyTransaction` parameter. Learn more about the Jupiter API Documentation at the [OpenAPI documentation](/api-v6). This documentation has a REST request list and a built in API Playground. Use the API Playground to try API calls now! API Documentation [OpenAPI Documentation](/api-v6) ### Guide for V6 Swap API (code example)[​](#guide-for-v6-swap-api-code-example "Direct link to Guide for V6 Swap API (code example)") #### 1\. Install required libraries[​](#1-install-required-libraries "Direct link to 1. Install required libraries") Running this example requires a minimum of [NodeJS 16]( In your command line terminal, install the libraries. #### 2\. Import from libraries and setup connection[​](#2-import-from-libraries-and-setup-connection "Direct link to 2. Import from libraries and setup connection") Next you can copy the following code snippets to a javascript file jupiter\-api\-example.js. And when you are ready to run the code, just type: *node jupiter\-api\-example.js* import { Connection, Keypair, VersionedTransaction } from '@solana/web3.js'; import fetch from 'cross-fetch'; import { Wallet } from '@project-serum/anchor'; import bs58 from 'bs58'; // It is recommended that you use your own RPC endpoint. // This RPC endpoint is only for demonstration purposes so that this example will run. const connection = new Connection(' tipAlways make sure that you are using your own RPC endpoint. The RPC endpoint used by the connection object in the above example may not work anymore. For more information about RPC endpoints see the [official Solana Documentation]( to learn more about their public RPC endpoints. #### 3\. Setup your wallet[​](#3-setup-your-wallet "Direct link to 3. Setup your wallet") You can paste in your private key for testing purposes but this is not recommended for production applications. const wallet = new Wallet(Keypair.fromSecretKey(bs58.decode(process.env.PRIVATE_KEY || ''))); #### 4\. Get the route for a swap[​](#4-get-the-route-for-a-swap "Direct link to 4. Get the route for a swap") Here, we are getting a quote to swap from SOL to USDC. // Swapping SOL to USDC with input 0.1 SOL and 0.5% slippage const quoteResponse = await ( // console.log({ quoteResponse }) #### 5\. Get the serialized transactions to perform the swap[​](#5-get-the-serialized-transactions-to-perform-the-swap "Direct link to 5. Get the serialized transactions to perform the swap") Once we have the quote, we need to serialize the quote into a swap transaction that can be submitted on chain. // get serialized transactions for the swap const { swapTransaction } = await ( // quoteResponse from /quote api // user public key to be used for the swap // auto wrap and unwrap SOL. default is true // feeAccount is optional. Use if you want to charge a fee. feeBps must have been passed in /quote API. #### 6\. Deserialize and sign the transaction[​](#6-deserialize-and-sign-the-transaction "Direct link to 6. Deserialize and sign the transaction") // deserialize the transaction const swapTransactionBuf = Buffer.from(swapTransaction, 'base64'); var transaction = VersionedTransaction.deserialize(swapTransactionBuf); // sign the transaction #### 7\. Execute the transaction[​](#7-execute-the-transaction "Direct link to 7. Execute the transaction") // get the latest block hash const latestBlockHash = await connection.getLatestBlockhash(); // Execute the transaction const rawTransaction = transaction.serialize() const txid = await connection.sendRawTransaction(rawTransaction, { Solana Network CongestionDue to the network congestion on Solana, the `sendRawTransaction` method may not be able to help you to land your transaction. You should check out this [`transactionSender`]( file to send transaction. import { Connection, Keypair, VersionedTransaction } from '@solana/web3.js'; import fetch from 'cross-fetch'; import { Wallet } from '@project-serum/anchor'; import bs58 from 'bs58'; // It is recommended that you use your own RPC endpoint. // This RPC endpoint is only for demonstration purposes so that this example will run. const connection = new Connection(' const wallet = new Wallet(Keypair.fromSecretKey(bs58.decode(process.env.PRIVATE_KEY || ''))); // Swapping SOL to USDC with input 0.1 SOL and 0.5% slippage const quoteResponse = await ( // console.log({ quoteResponse }) // get serialized transactions for the swap const { swapTransaction } = await ( // quoteResponse from /quote api // user public key to be used for the swap // auto wrap and unwrap SOL. default is true // feeAccount is optional. Use if you want to charge a fee. feeBps must have been passed in /quote API. // deserialize the transaction const swapTransactionBuf = Buffer.from(swapTransaction, 'base64'); var transaction = VersionedTransaction.deserialize(swapTransactionBuf); // sign the transaction // Execute the transaction const rawTransaction = transaction.serialize() const txid = await connection.sendRawTransaction(rawTransaction, { ## Advanced error handling to disable certain AMM from the API[​](#advanced-error-handling-to-disable-certain-amm-from-the-api "Direct link to Advanced error handling to disable certain AMM from the API") Sometimes an AMM will throw an error when swapping. To prevent getting a quote from the failed AMM, you can use the `excludeDexes` parameter when getting `/quote`. Example JS, with the help of `@mercurial-finance/optimist` package: import { parseErrorForTransaction } from '@mercurial-finance/optimist'; // TX ID from last step if the transaction failed. const transaction = connection.getTransaction(txid, { const programIdToLabelHash = await ( const { programIds } = parseErrorForTransaction(transaction); let excludeDexes = new Set(); for (let programId of programIds) { let foundLabel = programIdToLabelHash[programId]; // Request another quote with `excludeDexes`. const { data } = await ( ## Instructions Instead of Transaction[​](#instructions-instead-of-transaction "Direct link to Instructions Instead of Transaction") Sometimes you may prefer to compose using instructions instead of one transaction that is returned from the `/swap` endpoint. You can post to `/swap-instructions` instead, it takes the same parameters as the `/swap` endpoint. const instructions = await ( // quoteResponse from /quote api throw new Error("Failed to get swap instructions: " + instructions.error); tokenLedgerInstruction, // If you are using `useTokenLedger = true`. computeBudgetInstructions, // The necessary instructions to setup the compute budget. setupInstructions, // Setup missing ATA for the users. swapInstruction: swapInstructionPayload, // The actual swap instruction. cleanupInstruction, // Unwrap the SOL if `wrapAndUnwrapSol = true`. addressLookupTableAddresses, // The lookup table addresses that you can use if you are using versioned transaction. const deserializeInstruction = (instruction) => { keys: instruction.accounts.map((key) => ({ const getAddressLookupTableAccounts = async ( ): Promise<AddressLookupTableAccount[]> => { keys.map((key) => new PublicKey(key)) return addressLookupTableAccountInfos.reduce((acc, accountInfo, index) => { const addressLookupTableAddress = keys[index]; const addressLookupTableAccount = new AddressLookupTableAccount({ const addressLookupTableAccounts: AddressLookupTableAccount[] = []; const blockhash = (await connection.getLatestBlockhash()).blockhash; const messageV0 = new TransactionMessage({ // uncomment if needed: ...setupInstructions.map(deserializeInstruction), // uncomment if needed: deserializeInstruction(cleanupInstruction), const transaction = new VersionedTransaction(messageV0); ## Using `maxAccounts`[​](#using-maxaccounts "Direct link to using-maxaccounts") Sometimes, if you are composing with Jupiter Swap instruction, you may want to spare some accounts (64 max in 1 Solana transaction) for your own program instruction, you can use `maxAccounts`. // If you know that your instruction will take up 10 accounts, you // can pass in 54 as `maxAccounts` when quoting. const { data } = await ( const quoteResponse = data; The `maxAccounts` is an estimation since it doesn't consider account overlapping but it is a good start to control how many accounts you want per transaction. ## Using Token Ledger Instruction[​](#using-token-ledger-instruction "Direct link to Using Token Ledger Instruction") Sometimes you may not know the exact input amount for the Jupiter swap until an instruction before the swap happens. const instructions = await ( // quoteResponse from /quote api tokenLedgerInstruction: tokenLedgerPayload, // If you are using `useTokenLedger = true`. swapInstruction: swapInstructionPayload, // The actual swap instruction. addressLookupTableAddresses, // The lookup table addresses that you can use if you are using versioned transaction. // A withdraw instruction that will increase the user input token account amount. const withdrawInstruction = ...; // Coupled with the tokenLedgerInstruction, the swap instruction will use the // user increased amount of the input token account after the withdrawal as input amount. const tokenLedgerInstruction = new TransactionInstruction({ keys: tokenLedgerPayload.accounts.map((key) => ({ const swapInstruction = new TransactionInstruction({ keys: swapInstructionPayload.accounts.map((key) => ({ const getAdressLookupTableAccounts = async ( ): Promise<AddressLookupTableAccount[]> => { keys.map((key) => new PublicKey(key)) return addressLookupTableAccountInfos.reduce((acc, accountInfo, index) => { const addressLookupTableAddress = keys[index]; const addressLookupTableAccount = new AddressLookupTableAccount({ const addressLookupTableAccounts: AddressLookupTableAccount[] = []; const messageV0 = new TransactionMessage({ instructions: [tokenLedgerInstruction, withdrawInstruction, swapInstruction], const transaction = new VersionedTransaction(messageV0); This can be useful if you want to withdraw from Solend and immediately convert your withdrawal token into another token with Jupiter. ## Setting Priority Fee for Your Transaction[​](#setting-priority-fee-for-your-transaction "Direct link to Setting Priority Fee for Your Transaction") If transactions are expiring without confirmation on\-chain, this might mean that you have to pay additional fees to prioritize your transaction. To do so, you can set the `computeUnitPriceMicroLamports` parameter. const transaction = await ( // quoteResponse from /quote api // user public key to be used for the swap dynamicComputeUnitLimit: true, // allow dynamic compute limit instead of max 1,400,000 // custom priority fee prioritizationFeeLamports: 'auto' // or custom lamports: 1000 If 'auto' is used, Jupiter will automatically set a priority fee for the transaction, it will be capped at 5,000,000 lamports / 0\.005 SOL. ## Using Dynamic Slippage[​](#using-dynamic-slippage "Direct link to Using Dynamic Slippage") To understand what Dynamic Slippage is, checkout our [Jupresearch post]( Dynamic slippage is a slippage estimation and optimization mechanism during the /swap call, and is useful because: * Estimates slippage closer to the time of execution. * A set of heuristics that accounts for the type of token traded and user's max slippage tolerance. * Safeguards the user while ensuring success rate. The frontend sends a payload to the backend with an additional `dynamicSlippage` field with `maxBps` set as the user's max slippage **(this is important to respect the user's max, the jup.ag UI sets the default to 300bps (3%))**. // get serialized transactions for the swap const { swapTransaction } = await ( // quoteResponse from /quote api // user public key to be used for the swap // auto wrap and unwrap SOL. default is true // jup.ag frontend default max for user dynamicSlippage: { "maxBps": 300 }, // feeAccount is optional. Use if you want to charge a fee. feeBps must have been passed in /quote API. The backend returns a response with a serialized transaction that is already using the final optimized slippage and a `dynamicSlippageReport` for visibility/error catching. "swapTransaction": "// serialized transaction", // the final optimized slippage bps used in the serialized transaction // the incurred out amount observed from simulating the transaction // the simulated incurred slippage during optimization // negative integer refers to the loss in bps while positive refers to the gain // an amplifcation ratio we use to add a buffer to the estimated slippage ## Examples[​](#examples "Direct link to Examples") For more example scripts please visit the [jupiter\-quote\-api\-node public Git repository]( The repository has some further scripts and instructions for you to explore! Having issues? Head to the [Troubleshooting](/docs/apis/troubleshooting) section for some help. [Edit this page]( APIs](/docs/api)[NextPayments API](/docs/apis/payments-api)* [V6 API Reference](#v6-api-reference) + [Guide for V6 Swap API (code example)](#guide-for-v6-swap-api-code-example) * [Advanced error handling to disable certain AMM from the API](#advanced-error-handling-to-disable-certain-amm-from-the-api) * [Instructions Instead of Transaction](#instructions-instead-of-transaction) * [Using Token Ledger Instruction](#using-token-ledger-instruction) * [Setting Priority Fee for Your Transaction](#setting-priority-fee-for-your-transaction) * [Using Dynamic Slippage](#using-dynamic-slippage)
product
DEX Aggregator
https://terminal.jup.ag
Jupiter TerminalV3 offers full tokens selection, better routing, and more. V2 will be deprecated soon.Check out what's new in v3[# Jupiter aggregatorJupiter]( Terminalv3An open\-sourced, lite version of Jupiter that provides end\-to\-end swap flow by linking it in your HTML. Check out the visual demo for the various integration modes below. Full functionality and swap experience of Terminal.Things you can configure Input mint cannot be changed Output mint cannot be changed User can freely switch between ExactIn or ExactOut mode.ExactInOrOut Depending on Exact In / Exact Out, the amount cannot be changed Prevent Initial slippage from overriding user's last saved slippage Slippage to be prefilled on first load Use user slippage is true Amount to be prefilled on first load Simulate Terminal with a fake wallet passthrough (Testing available on Desktop only) The strict list contains a smaller set of validated tokens. To see all tokens, toggle "off". Refetch interval for token accounts Set the interval in milliseconds to refetch getTokenAccountsByOwner. ModalIntegratedWidgetJupiter renders as a part of your dApp.Loading... Full functionality and swap experience of Terminal.Things you can configure Input mint cannot be changed Output mint cannot be changed User can freely switch between ExactIn or ExactOut mode.ExactInOrOut Depending on Exact In / Exact Out, the amount cannot be changed Prevent Initial slippage from overriding user's last saved slippage Slippage to be prefilled on first load Use user slippage is true Amount to be prefilled on first load Simulate Terminal with a fake wallet passthrough (Testing available on Desktop only) The strict list contains a smaller set of validated tokens. To see all tokens, toggle "off". Refetch interval for token accounts Set the interval in milliseconds to refetch getTokenAccountsByOwner. Terminal is designed to work anywhere the web runs, including React, Plain HTML/JS, and many other frameworks. Copy to clipboardShare[Open Example directory]( fully typed API]( Alternatively, install from NPM
product
DEX Aggregator
https://api.jup.ag/metropolis
# Jupiter Metropolis API The most powerful set of Liquidity APIs in all of crypto. [Start Building]( Building]( Menu[![logo](/img/jupiter-logo.svg)Jupiter](/)[Docs]( Building]( Menu#### Our Liquidity APIs Data Transfer Diagonal Streamline Icon: ## Swap API Access all of Solana's liquidity with a single API. Accounting Coins Stack 1 Streamline Icon: ## Token API Access Jupiter's comprehensive token list, curated by community and partners. More info [here]( File Code Cash 1 Streamline Icon: ## Price API Retrieve real\-time aggregate prices of any tradable token on Solana. ## Limit Order API Create, cancel, and manage limit orders for tokens including Token 2022 without Transfer Tax function. Coming Soon!## Perp API [Get Started\-\>](#### Built by JupiterFor All Builders Empowering builders to build sustainable businesses. Generating over $100M in Revenue Previous[![dp](img/metropolis-api//solflare.png)Solflare]( Screener]( Screener]( Screener]( Next#### Used by Jupiter:Solana's Liquidity Layer [![dp](/img/metropolis-api/credit-avatar-1.png)###### Jeremy Allaire (@jerallaire) 5:20 PM · Nov 15, 2023]( am super impressed with]( [@JupiterExchange]( on [@solana]( Truly excellent UX and features. An example of maturation in a range of infrastructure \-\- wallets, usdc on solana liquidity and availability, and product execution. [![dp](/img/metropolis-api/credit-avatar-2.png)###### Topo Gigio (@TopoGigio\_sol) 10:36 PM · Dec 21, 2023]( you know?:]( has a bridge feature? Where it will compare rates and find you the most efficient path to [$SOL]( for me, is the single most important app on [$SOL]( is our Grand Central Station.Love at first swapGM 4:28 PM · Dec 16, 2023]( me this isn't a gorgeous fucking product by]( [@JupiterExchange]( would previously require me to use a slow, redacted CEX that requires KYC and requires me to handover custody of my assets.The performant chain thesis is simple:When your base layer does not require weeks and months of development efforts purely directed towards gas/fee optimizations, you allow your builders to innovate and focus purely on the product \& they make the magic happen
product
Pricing Data API
https://ape.pro
Ape.Pro \- Solana's Memecoin Terminal[New Tokens](/)[Hunt Gems](/gems)MoreSearch token or address`/`[Login](/login)WatchlistPR# New Tokens Real\-time feed of tokens launched in the past 24hFilters124hSearchBUY![SOL](/icons/solana.svg)Token / AgeMkt CapVolumeTxsLiquidityChecklistQuick Buy0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)0\.1![SOL](/icons/solana.svg)[New Tokens](/)[Hunt Gems](/gems)More
product
Digital Assets Terminal
https://raydium.io/swap/
15m1H4H1D1WNo data for this chart. Please wait for a moment or try refreshing the page. This website\-hosted user interface (this "Interface") is an open source frontend software portal to the Raydium protocol, a decentralized and community\-driven collection of blockchain\-enabled smart contracts and tools (the "Raydium Protocol"). This Interface and the Raydium Protocol are made available by the Raydium Holding Foundation, however all transactions conducted on the protocol are run by related permissionless smart contracts. As the Interface is open\-sourced and the Raydium Protocol and its related smart contracts are accessible by any user, entity or third party, there are a number of third party web and mobile user\-interfaces that allow for interaction with the Raydium Protocol. THIS INTERFACE AND THE RAYDIUM PROTOCOL ARE PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND. The Raydium Holding Foundation does not provide, own, or control the Raydium Protocol or any transactions conducted on the protocol or via related smart contracts. By using or accessing this Interface or the Raydium Protocol and related smart contracts, you agree that no developer or entity involved in creating, deploying or maintaining this Interface or the Raydium Protocol will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of, this Interface or the Raydium Protocol, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, digital assets, tokens, or anything else of value. The Raydium Protocol is not available to residents of Belarus, the Central African Republic, The Democratic Republic of Congo, the Democratic People's Republic of Korea, the Crimea, Donetsk People's Republic, and Luhansk People's Republic regions of Ukraine, Cuba, Iran, Libya, Somalia, Sudan, South Sudan, Syria, the USA, Yemen, Zimbabwe and any other jurisdiction in which accessing or using the Raydium Protocol is prohibited (the "Prohibited Jurisdictions"). By using or accessing this Interface, the Raydium Protocol, or related smart contracts, you represent that you are not located in, incorporated or established in, or a citizen or resident of the Prohibited Jurisdictions. You also represent that you are not subject to sanctions or otherwise designated on any list of prohibited or restricted parties or excluded or denied persons, including but not limited to the lists maintained by the United States' Department of Treasury's Office of Foreign Assets Control, the United Nations Security Council, the European Union or its Member States, or any other government authority.
product
Digital Assets Terminal
https://v2.raydium.io
RaydiumIn case you missed it, Raydium V3 Beta is live \- check it out [here]( More info in the [Tweet](×![logo-with-text](/logo/logo-with-text.svg)Launch app![home-bg-element-1](/backgroundImages/home-bg-element-1.png)An avenue for the evolution of DeFiLight\-speed **swaps**. Next\-level **liquidity**. Friction\-less **yield**.Launch appRead docs![gitbook](/icons/gitbook.svg)TOTAL VALUE LOCKED$TOTAL TRADING VOLUME$![build-on-slogan](/logo/build-on-slogan.svg)A suite of features powering the evolution of DeFi on Solana![home-trade](/icons/home-trade.svg)TradeSwap or Trade quickly and cheaply.Enter Exchange![home-yield](/icons/home-yield.svg)YieldEarn yield through fees and yield farms.Enter Farms![home-pool](/icons/home-pool.svg)PoolProvide liquidity for any SPL token.Add Liquidity![home-acceleraytor](/icons/home-acceleraytor.svg)AcceleRaytorLaunchpad for new Solana projects.View ProjectsRaydium provides Ecosystem\-Wide Liquidity for users and projects![home-order-book-AMM](/icons/home-order-book-AMM.svg)Order Book AMMRaydium's AMM interacts with OpenBook's central limit order book, meaning that pools have access to all order flow and liquidity on OpenBook, and vice versa.![home-yield](/icons/home-yield.svg)Best Price SwapsRaydium determines the best swap route among all pools in order to provide the best price for users, and executes accordingly.![home-pool](/icons/home-pool.svg)Premissionless LiquidityRaydium enables the permissionless creation of liquidity pools and farms so projects can launch and bootstrap liquidity in a decentralized manner.ABOUT[Documentation]( for DropZone]( for Fusion Pool](#responses)[Apply for AcceleRaytor](#responses)[Permissionless Pool]( Started on Raydium](
product
Digital Assets Terminal
https://github.com/raydium-io/raydium-amm
GitHub \- raydium\-io/raydium\-amm: Constant product AMM integrated with the OpenBook CLOB Write better code with AI]( Find and fix vulnerabilities]( Plan and track work]( Collaborate outside of code]( Find more, search less]( + [Small and medium teams]( + [View all use cases](/solutions/use-case) + [View all industries](/solutions/industry) + [White papers, Ebooks, Webinars]( Fund open source developers](/sponsors) + [The ReadME Project Search or jump to... # Search code, repositories, users, issues, pull requests... We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted ## Use saved searches to filter your results more quickly To see all available qualifiers, see our [documentation]( You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. * [Notifications](/login?return_to=%2Fraydium-io%2Fraydium-amm) You must be signed in to change notification settings Constant product AMM integrated with the OpenBook CLOB forks](/raydium-io/raydium-amm/forks) [Branches](/raydium-io/raydium-amm/branches) [Tags](/raydium-io/raydium-amm/tags) [Activity](/raydium-io/raydium-amm/activity) [Notifications](/login?return_to=%2Fraydium-io%2Fraydium-amm) You must be signed in to change notification settings master[Branches](/raydium-io/raydium-amm/branches)[Tags](/raydium-io/raydium-amm/tags)Go to fileCode## Folders and files | Name | | Name | Last commit message | Last commit date | | --- | --- | --- | --- | --- | | Latest commit History[19 Commits](/raydium-io/raydium-amm/commits/master/) | | | | [program](/raydium-io/raydium-amm/tree/master/program "program") | | [program](/raydium-io/raydium-amm/tree/master/program "program") | | | | [.gitignore](/raydium-io/raydium-amm/blob/master/.gitignore ".gitignore") | | [.gitignore](/raydium-io/raydium-amm/blob/master/.gitignore ".gitignore") | | | | [LICENSE](/raydium-io/raydium-amm/blob/master/LICENSE "LICENSE") | | [LICENSE](/raydium-io/raydium-amm/blob/master/LICENSE "LICENSE") | | | | [README.md](/raydium-io/raydium-amm/blob/master/README.md "README.md") | | [README.md](/raydium-io/raydium-amm/blob/master/README.md "README.md") | | | | [SECURITY.md](/raydium-io/raydium-amm/blob/master/SECURITY.md "SECURITY.md") | | [SECURITY.md](/raydium-io/raydium-amm/blob/master/SECURITY.md "SECURITY.md") | | | | View all files | | | ## Repository files navigation | Environment | [PROGRAM](/raydium-io/raydium-amm/blob/master/program) | | --- | --- | | Mainnet | `675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8` | | Devnet | `HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8` | * **The Raydium AMM is an on\-chain smart contract based on the “constant product” in a permissionless and decentralized manner built on the Solana blockchain.And it also shares its liquidity according to the Fibonacci sequence in the form of limit orders on [OpenBook]( the primary central limit order book (CLOB) of Solana** * **The audit process is [here]( * **The dev document is [here]( 2. Install [Solana]( and then run `solana-keygen new` to create a keypair at the default location. Clone the repository and enter the source code directory. cargo build-bpf --features devnet You must update these pubkeys in the "config\_feature" as yours over the localnet feature before build; cargo build-bpf --features localnet After building, the smart contract files are all located in the target directory. Attention, check your configuration and confirm the environment you want to deploy. 1. You must have an openbook market not associated to any amm pool if you want to initialize a new amm pool. And you can refer to [ListMarket](#L349) to create a new market. 2. Add dependencies in your Cargo.toml raydium-library = { git = "" } spl-token = { version = "4.0.0", features = ["no-entrypoint"] } spl-associated-token-account = { version = "2.2.0", features = [ spl-token-2022 = { version = "0.9.0", features = ["no-entrypoint"] } 3. Import dependent libraries 2. initialize a new amm pool with an associate openbook market let wallet_file_path = "id.json"; let cluster_url = ""; let amm_program = Pubkey::from_str("HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8")?; let market_program = Pubkey::from_str("EoTcMgcDRTJVZDMZWBoU6rhYHZfkNTVEAfz3uUJRcYGj")?; let market = Pubkey::from_str("74yqm5ihhMg5XJeqvC6oPsHaczjF6U9Rc8zs4wMnAGUL")?; let amm_coin_mint = Pubkey::from_str("2SiSpNowr7zUv5ZJHuzHszskQNaskWsNukhivCtuVLHo")?; let amm_pc_mint = Pubkey::from_str("GfmdKWR1KrttDsQkJfwtXovZw9bUBHYkPAEwB6wZqQvJ")?; let create_fee_destination = Pubkey::from_str("3XMrhbv989VxAMi3DErLV9eJht1pHppW5LbKxe9fkEFR")?; let client = RpcClient::new(cluster_url.to_string()); let wallet = solana_sdk::signature::read_keypair_file(wallet_file_path) .map_err(|_| format_err!("failed to read keypair from {}", wallet_file_path))?; let input_pc_amount = 10000_000000; let input_coin_amount = 10000_000000; // generate amm keys let amm_keys = raydium_library::amm::utils::get_amm_pda_keys( // build initialize instruction let build_init_instruction = raydium_library::amm::commands::initialize_amm_pool( 3. deposit assets to an amm pool let wallet_file_path = "id.json"; let cluster_url = ""; let amm_program = Pubkey::from_str("HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8")?; let amm_pool_id = Pubkey::from_str("BbZjQanvSaE9me4adAitmTTaSgASvzaVignt4HRSM7ww")?; let slippage_bps = 50u64; // 0.5% let input_amount = 10000_000000; let base_side = 0; // 0: base coin; 1: base pc let client = RpcClient::new(cluster_url.to_string()); let wallet = solana_sdk::signature::read_keypair_file(wallet_file_path) .map_err(|_| format_err!("failed to read keypair from {}", wallet_file_path))?; // load amm keys let amm_keys = raydium_library::amm::utils::load_amm_keys(&client, &amm_program, &amm_pool_id)?; // load market keys let market_keys = raydium_library::amm::openbook::get_keys_for_market( // calculate amm pool vault with load data at the same time or use simulate to calculate let result = raydium_library::amm::calculate_pool_vault_amounts( let (max_coin_amount, max_pc_amount) = // build deposit instruction let build_deposit_instruction = raydium_library::amm::commands::deposit( 4. withdraw assets from amm pool let wallet_file_path = "id.json"; let cluster_url = ""; let amm_program = Pubkey::from_str("HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8")?; let amm_pool_id = Pubkey::from_str("BbZjQanvSaE9me4adAitmTTaSgASvzaVignt4HRSM7ww")?; // let slippage_bps = 50u64; // 0.5% let withdraw_lp_amount = 10000_000000; let client = RpcClient::new(cluster_url.to_string()); let wallet = solana_sdk::signature::read_keypair_file(wallet_file_path) .map_err(|_| format_err!("failed to read keypair from {}", wallet_file_path))?; // load amm keys let amm_keys = raydium_library::amm::utils::load_amm_keys(&client, &amm_program, &amm_pool_id)?; // load market keys let market_keys = raydium_library::amm::openbook::get_keys_for_market( // build withdraw instruction let build_withdraw_instruction = raydium_library::amm::commands::withdraw( let wallet_file_path = "id.json"; let cluster_url = ""; let amm_program = Pubkey::from_str("HWy1jotHpo6UqeQxx49dpYYdQB8wj9Qk9MdxwjLvDHB8")?; let amm_pool_id = Pubkey::from_str("BbZjQanvSaE9me4adAitmTTaSgASvzaVignt4HRSM7ww")?; let input_token_mint = Pubkey::from_str("GfmdKWR1KrttDsQkJfwtXovZw9bUBHYkPAEwB6wZqQvJ")?; let output_token_mint = Pubkey::from_str("2SiSpNowr7zUv5ZJHuzHszskQNaskWsNukhivCtuVLHo")?; let slippage_bps = 50u64; // 0.5% let amount_specified = 2000_000000u64; let swap_base_in = false; let client = RpcClient::new(cluster_url.to_string()); let wallet = solana_sdk::signature::read_keypair_file(wallet_file_path) .map_err(|_| format_err!("failed to read keypair from {}", wallet_file_path))?; // load amm keys let amm_keys = raydium_library::amm::utils::load_amm_keys(&client, &amm_program, &amm_pool_id)?; // load market keys let market_keys = raydium_library::amm::openbook::get_keys_for_market( // calculate amm pool vault with load data at the same time or use simulate to calculate let result = raydium_library::amm::calculate_pool_vault_amounts( let direction = if input_token_mint == amm_keys.amm_coin_mint && output_token_mint == amm_keys.amm_pc_mint let other_amount_threshold = raydium_library::amm::swap_with_slippage( // build swap instruction let build_swap_instruction = raydium_library::amm::commands::swap( Constant product AMM integrated with the OpenBook CLOB © 2024 GitHub, Inc. * Do not share my personal information You can’t perform that action at this time.
product
Decentralised Exchange
https://mainnet.port.finance/
Port Finance: All in one DeFi solution on Solana
product
Decentralised Borrowing & Lending
https://app.apricot.one
Apricot FinanceYou need to enable JavaScript to run this app.
product
Decentralised Borrowing & Lending
https://solflare.com
Solflare[![Solflare](/assets/logo-icon-white.406a80a7..svg) ![Solflare](/assets/solflare-logo-white.c53d256d..svg)](/)* [MetaMask Snap](/metamask) [Access wallet](/access) ![](/assets/purple.a70a7749..png)![](/assets/shape-orange.557de308..svg)# A secure and powerful*Solana Wallet* Solflare is the safest way to start exploring Solana. Buy, store, swap tokens \& NFTs and access Solana DeFi from web or mobile. [Download for]( [Get for iOS]( Get mobile app![](/assets/A-secure-and-powerful-Solana-Walletx2.c6efaf0a..png)![](/assets/hero-img-mobile.1bf42891..png)![background shapes](/assets/gradients.23c76e1c..png)### 24% circulating sol staked### $7,628,653,750\.00 staked via Solflare### 83\.90MM in stake accounts![background shapes](/assets/gradients.23c76e1c..png)SAFE## *Security* is Key Solflare was the first Solana wallet ever. Our core mission to keep users as safe as possible will never change. See exactly what leaves your wallet before signing a Transaction and be protected at all times. The safest way to interact with Blockchains is with a hardware wallet. Solflare supports Ledger on both web and mobile. Solflare warns you before interacting with possibly malicious websites. Explore Solana dApps with ease ofmind. From Newcomer to Pro \- Solflare’s got you covered. Powerful features are constantly added to assist you to succeed more. Stake or liquid stake your Solana in just three clicks Explore everything Solana has to offer Take immediate action on both web and mobile; No more missed opportunities View and understand your Activity history without needing to be a Blockchain expert Easily buy and manage all your tokens from both web and mobile Safely store your favorite NFTs, check floor prices, set an NFT profile picture and more Stake or liquid stake your Solana in just three clicks Explore everything Solana has to offer Take immediate action on both web and mobile; No more missed opportunities View and understand your Activity history without needing to be a Blockchain expert Easily buy and manage all your tokens from both web and mobile Safely store your favorite NFTs, check floor prices, set an NFT profile picture and more Stake or liquid stake your Solana in just three clicks Explore everything Solana has to offer Support## *Assistance* when you need it Everybody gets stuck sometimes. Get help from our always online support team or learn more in our Solflare Academy. Our team of trained professionals is available 24/7 to assist you whenever you need help. Just launch live\-chat and tell us what you need. [Start Chat]( Academy](/assets/solflare-academy.6d6a065c..png)### Solflare Academy Browse through many guides \& articles and learn more about Blockchain, Solana and its various apps. [Read more]( ![](/assets/gradients.23c76e1c..png)## Here's what others have to say about *Solflare* 7:47 PM · Jun 10, 2021 4:43 AM · Apr 13, 2022 12:46 PM · Feb 20, 2022 3:40 AM · Dec 12, 2021 7:47 PM · Jun 10, 2021 4:43 AM · Apr 13, 2022 12:46 PM · Feb 20, 2022 3:40 AM · Dec 12, 2021 7:47 PM · Jun 10, 2021 4:43 AM · Apr 13, 2022 12:46 PM · Feb 20, 2022 3:40 AM · Dec 12, 2021 ## Try Solflare now! Lightning fast transactions on Solana, right in your pocket. Safe and secure, right where you are. [![App store](/assets/app-store.7d7b971d..png)]( [![Play store](/assets/play-store.2ad41b5d..png)]( Solflare now](/assets/Try-Solflare-nowx2.d8af6098..png)![Try Solflare now](/assets/Try-Solflare-now-mobx2.7d4bd1f2..png)![](/assets/cta-gradients.f1d68492..png)[![Solflare](/assets/solflare-logo-white.c53d256d..svg)](/)Copyright ©2024 Solflare Contact usStill have questions? Want to just say hello? [Get in touch]( ©2024 Solflare Your favorite Solflare wallet awaits![Solflare app QR code](/assets/QR-code.cd6abe98..png)Scan the QR code above, or search for Solflare Wallet in the App Store or Google Play.
product
Wallet
https://app.nosana.io
Nosana \- The Future of GPU Compute \- Nosana Network Connect your Solana wallet
product
DePin
https://bee.hivemapper.com
Bee \- The Future of Mapmaking[![](#product-specs)Bee for Consumers[Bee for Enterprise]( for Consumers[Bee for Enterprise](#Hivemapper-Bee-ProductSection)[![](#Hivemapper-Bee-ProductSection)![](## Welcome to the future of mapmaking, powered by your journeys. ## Bee is the ultimate mapping miner effortlessly updating the world's freshest map. ## It's also a premium dashcam keeping you safe and secure on your daily drive. ## Embrace the power of innovation and collaboration. ## Join the revolution. Join the hive. Get More Out of BeeGet More Out of BeeThe ultimate mapper that keeps you safe and secureThe ultimate mapper that keeps you safe and securePassive MappingCellular LTE enabled for passive mapping and fleet monitoringProfessional Grade GPSPrecise positioning and depth sensing ‍24 Hour ProtectionHigh\-resolution video records during the day and nightAI Event DetectionsAutomatic video backup on extreme driving and braking[Explore All Features![](#product-specs)[Explore All Features![](#mobile-productspecs)![]( for Early ShippingStarting at$449![]( OneRapid RushOffer ended March 15th at 11:59 PM PDT![]( TwoSteady PaceOffer ended May 13th at 12 PM PDT![]( ThreeLast Dash[PRE\-ORDER NOW](#Hivemapper-Bee-ProductSection)![]( OneRapid RushOffer ended March 15th at 11:59 PM PDT![]( TwoSteady Pace**2000 HONEY Bonus.** Ships after Phase One.Offer ended May 13th at 12 PM PDT![]( ThreeLast Dash[PRE\-ORDER NOW](#Hivemapper-Bee-ProductSection)![]( all purchases made during Phase Two: Steady Pace\* Tokens will only be awarded after mapping 2000 kilometers[PRE\-ORDER NOW](#Hivemapper-Bee-ProductSection)Offer ends May 13th at 12 PM PDTOffer ends May 13th at 12 PM PDT### FAQs ##### How long will Phase Three: Last Dash last? Phase One: Rapid Rush ended on March 15th, 2024 at 11:59 PM PDT. Phase Two: Steady Pace ended on May 13th, 2024 at 12 PM PDT. ##### Do I get a HONEY bonus for pre\-ordering Bee? To claim the HONEY bonus, it is necessary to provide the original Bee purchase order number. Purchases must be made through Bee Maps or authorized distributors. Purchases made through unauthorized resellers are ineligible for the HONEY bonus. *Note: Orders placed from December and January that were upgraded will receive the HONEY bonus specified in your upgrade email.* ##### If I switch to Bee, do I still get the HONEY bonus for my order? ##### When will Bee ship? ##### Do I need to upgrade my existing order to Bee? **Hivemapper Dashcam:** We will produce the Hivemapper Dashcam for the next several months as we gear up for Bee production; however, we encourage you to switch over. Bee has far more functionality and is expected to earn greater rewards. Please check your email for a limited\-time offer and instructions on how to upgrade. ##### How do I upgrade my order if I haven't received an upgrade email? ##### Will Bee work everywhere in the world? ##### **Is cellular LTE available worldwide?** ##### **Are the cellular LTE service fees included in Bee’s price?** ##### Can I cancel my order and get a refund? **WiFi Only** automatically uploads map data only when connected to WiFi. $589with WiFi \+ Cellular LTE **WiFi \+ Cellular LTE** automatically uploads map data as you drive.[PRE\-ORDER NOW](#)What's in the Box# Bee Product Specs![]( Main: 12\.3 MP at 30 Hz frame rate * Stereo depth cameras: 720p with a baseline of 13 centimeters * ML Performance: 5\.1 TOPS Processor * Inertial Measurement Unit (IMU) Priority Mobile CarriersWe’re working to certify the Bee LTE on these carriers and adding additional carriers across additional countries. United States* T\-Mobile CanadaRogersAustraliaOptusEuropeVodafone \& most EU carriersAsiaChunghwa Telecom \& most Asian carriersProduct Specs![]( Main: 12\.3 MP at 30 Hz frame rate * Stereo depth cameras: 720p with a baseline of 13 centimeters * ML Performance: 5\.1 TOPS Processor * Inertial Measurement Unit (IMU) Bee for FleetsFleet Telemetry Capabilitieswithout recurring SaaS fees or annual contracts![]( get it, running a fleet is expensive and complicated. Bee is a premium dashcam keeping your drivers safe and secure on their daily drive.[BUILD YOUR FLEET]( for Privacy# Blurring
product
DePin
https://beemaps.com
Bee Maps \- The fastest growing mapping company in history[![bee logo](/static/bee-maps-logo-bb72521a643c3bef7a76c5599b8fed93.svg)](/)[Products](/product)[Solutions](/use-cases)[Contact Sales](/#contactForm)Explore the MapThe fastest growingmapping company in historyExplore the MapTrusted by leaders in technology, automotive, mapping, real estate, the public sector, and beyond [View customer stories](/use-cases)Superior Quality Custom\-built hardware and software that maps down to the centimeter Stereo\-depth cameras capture 2D images with the depth and distance of objects. Edge processing automatically identifies and positions road features. Real\-time driving event detections include harsh braking and swerving. 0% of the world’s roads mapped in 20 months [![]( Jose\-San Francisco\-Oakland, CA]( Angeles\-Long Beach, CA]( Freshness We map the world 100x more frequently than Google Maps [Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)[Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)[Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)Access our Hyper\-Fresh Data [![Map Features API]( Features API Access geolocated map features.](/product/map-features-api)[![Map Image API]( Image API View high\-resolution street\-level imagery.](/product/map-image-api)[![Scout]( Explore, search, and monitor global roads.](/product/scout)Purchase our Next\-Gen Dashcam [![](data:image/svg+xml;charset=utf-8,%3Csvg%20height='449'%20width='988'%20xmlns=' keeper](/static/db549b17358b609d1e4ca657ced46aca/0f532/2x-nextgendashcam-beekeeper.jpg)![Bee keeper](/static/db549b17358b609d1e4ca657ced46aca/0f532/2x-nextgendashcam-beekeeper.jpg)Beekeeper for Enterprise Manage your fleet without recurring SaaS fees or annual contracts.](/fleets)[![](data:image/svg+xml;charset=utf-8,%3Csvg%20height='449'%20width='988'%20xmlns=' Image API](/static/0e8529079d1685150a7089d6bb9e4a61/0f532/2x-nextgendashcam-bee.jpg)![Map Image API](/static/0e8529079d1685150a7089d6bb9e4a61/0f532/2x-nextgendashcam-bee.jpg)Bee for Consumers Map and mine while staying safe with a purpose\-built dashcam.]( Started Unlock the FreshestSource of Map DataData Products [Map Features API](/product/map-features-api)[Map Image API](/product/map-image-api)[Scout](/product/scout)[Burst](/product/bursts)[Pricing](/product/pricing)[GitHub]( [Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)Contribute [Blog](/blog)[Careers](/careers)[Privacy Policy]( of Service](/tos/mapping-network#introduction)![bee logo](/static/bee-maps-logo-bb72521a643c3bef7a76c5599b8fed93.svg)
product
DePin
https://hivemapper.com
Bee Maps \- The fastest growing mapping company in history[![bee logo](/static/bee-maps-logo-bb72521a643c3bef7a76c5599b8fed93.svg)](/)[Products](/product)[Solutions](/use-cases)[Contact Sales](/#contactForm)Explore the MapThe fastest growingmapping company in historyExplore the MapTrusted by leaders in technology, automotive, mapping, real estate, the public sector, and beyond [View customer stories](/use-cases)Superior Quality Custom\-built hardware and software that maps down to the centimeter Stereo\-depth cameras capture 2D images with the depth and distance of objects. Edge processing automatically identifies and positions road features. Real\-time driving event detections include harsh braking and swerving. 0% of the world’s roads mapped in 20 months [![]( Jose\-San Francisco\-Oakland, CA]( Angeles\-Long Beach, CA]( Freshness We map the world 100x more frequently than Google Maps [Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)[Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)[Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)Access our Hyper\-Fresh Data [![Map Features API]( Features API Access geolocated map features.](/product/map-features-api)[![Map Image API]( Image API View high\-resolution street\-level imagery.](/product/map-image-api)[![Scout]( Explore, search, and monitor global roads.](/product/scout)Purchase our Next\-Gen Dashcam [![](data:image/svg+xml;charset=utf-8,%3Csvg%20height='449'%20width='988'%20xmlns=' keeper](/static/db549b17358b609d1e4ca657ced46aca/0f532/2x-nextgendashcam-beekeeper.jpg)![Bee keeper](/static/db549b17358b609d1e4ca657ced46aca/0f532/2x-nextgendashcam-beekeeper.jpg)Beekeeper for Enterprise Manage your fleet without recurring SaaS fees or annual contracts.](/fleets)[![](data:image/svg+xml;charset=utf-8,%3Csvg%20height='449'%20width='988'%20xmlns=' Image API](/static/0e8529079d1685150a7089d6bb9e4a61/0f532/2x-nextgendashcam-bee.jpg)![Map Image API](/static/0e8529079d1685150a7089d6bb9e4a61/0f532/2x-nextgendashcam-bee.jpg)Bee for Consumers Map and mine while staying safe with a purpose\-built dashcam.]( Started Unlock the FreshestSource of Map DataData Products [Map Features API](/product/map-features-api)[Map Image API](/product/map-image-api)[Scout](/product/scout)[Burst](/product/bursts)[Pricing](/product/pricing)[GitHub]( [Automotive](/use-cases/automotive)[Navigation \& Logistics](/use-cases/navigation-logistics)[Government \& City](/use-cases/government-city)[Insurance](/use-cases/insurance)[Real Estate](/use-cases/real-estate)Contribute [Blog](/blog)[Careers](/careers)[Privacy Policy]( of Service](/tos/mapping-network#introduction)![bee logo](/static/bee-maps-logo-bb72521a643c3bef7a76c5599b8fed93.svg)
product
DePin
https://www.helius.dev/solana-rpc-nodes
Experience Unmatched Solana RPC Performance with Helius Fuel your Solana project with Solana's Leading RPC Nodes](/solana-rpc-nodes)[Solana APIs Easy\-to\-use APIs to take your apps to the next level in seconds](/solana-apis) Listen to on\-chain events and stream them to your applications](/solana-webhooks-websockets) Everything you've ever needed to power up your wallet infrastructure](/use-cases/wallets)[DeFi Unparalleled performance and reliability for DeFi](/use-cases/defi)[Payments Over 90% of all payments activity run through Helius rails, for a reason.](/use-cases/payments) Bleeding edge tech for decentralized physical infrastructure](/use-cases/depin)[NFTs Power up with our minting APIs, NFT indexers, and compression tools](/use-cases/nfts)[Built with Helius Discover some of the innovative teams that trust and utilize our services](/built-with-helius) Explore comprehensive guides, tutorials, and insights]( tutorials Get up and running on new features and techniques]( View our current job openings]( A human\-readable Solana block explorer]( Drive The Ultimate Tool for Testing Solana RPCs]( Educational app that teaches users Helius and Solana development]( # Solana's Leading RPC Nodes Unparalleled performance, reliability, and domain expertise with Solana's leading RPC Infrastructure. Unlike other providers, we exclusively support Solana and have laser\-focus on providing you with the best possible RPC experience. [Get started \- free]( ## Engineered for growth ### **Add Magic to Your Apps** Our RPCs are designed to give you the lowest latencies and the fastest speeds in the ecosystem. We have the highest transaction\-sending success rates out of any RPC provider. ### **Never Worry About Reliability** Due to our advanced failover systems and extra redundancy, we are constantly at the top of all RPC providers regarding uptime guarantees. We have powered the largest events in Solana history with ease. ### **Get The Most out of Solana** Unlike other providers, we exclusively focus on Solana. This means we have the knowledge, resources, and mission to help you get the best out of Solana, whether debugging network issues or proactively suggesting performance improvements. ## **Leverage the full power of Solana.** Our infrastructure is globally distributed all over the world with multiple failover and redundancies to ensure you never miss a trade. ### Lowest Latency Sends We are up to 5x faster than other RPC providers when it comes to transaction confirmation times due to our cutting\-edge transaction forwarders and staked connection networks. ### Generous Rate Limits Never have to worry about your applications getting limited as you grow. We power the best of the best — ranging from Jupiter and Drift to Zeta Markets and Orca. We've seen it all and will help you optimize your systems for the best possible outcome. Hardware businesses are tough on the margins. With Helius, that's one less thing you need to worry about. As your project evolves, so will your needs. When that happens, we'll be here to help. ## **Shared \& Dedicated Nodes** We offer both shared and dedicated RPC nodes. Talk to our experts to see which is best suited for your needs. Embrace the balance of high performance and cost savings with our shared RPC nodes. Tailored for projects leveraging Solana's blockchain, our nodes ensure you receive scalable, consistently high performance globally, all at a cost that respects your budget. **Unlimited Scalability** \- Your ambitions shouldn't have limits, and neither should your blockchain capabilities. **Global Coverage** \- Our nodes span the globe, ensuring you have the best speeds wherever your business takes you. **Low Starting Cost** \- Get started without financial strain; enjoy premium features at a fraction of the cost. Experience unparalleled security and performance with Dedicated RPC Nodes, tailored for high\-demand Solana projects. These nodes ensure top\-tier functionality and exclusive resource access, delivering tailored solutions that meet your specific needs. **Optimized Performance** \- Execute intensive RPC methods, such as getProgramAccounts, without compromise. **Geolocated Servers** \- Benefit from geolocated servers engineered for optimal server\-to\-server communication. **Enhanced Capabilities with Geyser Plugins** \- Extend functionality with advanced Geyser plugins. ## Ready to build? Start building with a free account. Speak to an expert for your Enterprise needs. [Create a free account]( Products[Solana RPC Infrastructure](/solana-rpc-nodes)[Solana APIs](/solana-apis)[Webhooks \& WebSockets](/solana-webhooks-websockets) Company[Blog](/blog)[Jobs]( \& Conditions](/terms)[Privacy Policy](/privacy-policy)
product
RPC Provider
https://connect-in-style.wormhole.com
You need to enable JavaScript to run this app. # Connect \- Integrator Tool Validate your config and customize your theme to tailor Wormhole Connect exactly to your needs. Select chain and tokenTo Select chain and tokenAmount Resume TransactionTerms of Use###### Config ###### Config is valid [Full config documentation](###### Common config properties `rpcs` \- RPC endpoints for the chains you're using Connect forExample`routes` \- Which routes/protocols you want Connect to choose fromExample`chains` \- Whitelist of chains you want Connect to offerExample`tokensConfig` \- Arbitrary tokens you want to add to ConnectExample###### React Integration Copy the code below into your application: const config: WormholeConnectConfig = { const theme: WormholeConnectTheme = {"mode":"dark"}; export default () => { return <WormholeConnect config={config} theme={theme} />; const config: WormholeConnectConfig \= { const theme: WormholeConnectTheme \= {"mode":"dark"}; export default () \=\> { return \<WormholeConnect config\={config} theme\={theme} /\>;
product
Bridge
https://wormhole.com/products/queries
[Start Building](## Pull any onchain data on\-demand Developers can leverage Queries for efficient, inexpensive, on\-demand cross\-chain data retrieval and attestation. [Join the beta]( building]( Cross\-Chain Development Reduce code and development time by using your existing state and read calls. Save on gas fees with batched requests and avoid expensive cross\-chain transactions. Fetch cross\-chain data in seconds, ensuring responsive and reliable cross\-chain data retrieval for your app. Benefit from attestation provided by the Wormhole Guardians for secure and trustworthy data access \- the same security model trusted by Uniswap Foundation. Leverage pull\-based data retrieval to unlock new opportunities and flexibility for your application. ### Queries by the numbers As EVM\-compatible and non\-EVM blockchains emerged, DeFi users gained the ability to trade, lend, and transact across ecosystems. [Read more](/case-studies/pyth)Discover other Wormhole products##### SDK Build your custom multichain application. [Learn more](/products/sdk)![](##### Native Token Transfers Make any token natively multichain. Build your custom multichain protocol. Pull any on\-chain data
on\-demand. [Learn more](/products/queries)![](#### Future\-proof, permissionless tooling to empower multichain builders [Start Building]( for updates Subscribe[![x or twitter](/assets/x.svg)]( or twitter](/assets/discord.svg)]( or twitter](/assets/telegram.svg)]( or twitter](/assets/github.svg)]( or twitter](/assets/some.svg)]( or twitter](/assets/youtube.svg)]( [Multichain apps](/ecosystem/multichain-apps)[W Token](/ecosystem/w-token)[Ecosystem Programs](/ecosystem/ecosystem-programs)[Case Studies](/case-studies)[Careers](/ecosystem/careers)Developers [Hub](/community/hub)[Blog](/blog)[Brand and Press](/brand-and-press)2024 Ⓒ Wormhole. All Rights Reserved. [Terms of use](/pages/terms-of-use)[Privacy Policy](/pages/data-protection-and-privacy-policy)
product
OnChain Data API
https://wormhole.com/platform/gateway
[Start Building](## The gateway to Cosmos Gateway connects liquidity and users from Ethereum and beyond to Cosmos chains and apps, all with an IBC\-based liquidity router. [Start Building]( in touch](/contact)![]( for Cosmos Gateway leverages the flexibility of the Cosmos SDK and CosmWasm to enable seamless composability between the Wormhole Stack and the Cosmos Ecosystem. Gateway’s purpose is to drive liquidity to grow the Cosmos ecosystem, not to charge users additional fees for transferring their own assets. Gateway utilizes the ICS\-20 standard for IBC\-native token bridging, ensuring greater fungibility of assets, compliance with Cosmos protocols, and a better experience for users. Gateway and the greater Wormhole ecosystem have industry\-leading liquidity and integrations across Ethereum, Solana, and over 25 other chains. #### One IBC connection to reach all of crypto Wormhole Gateway leverages a hardened set of core trust assumptions enforced by a decentralized set of 19 validators called Guardians. Wormhole has one of the leading security programs in web3, as confirmed by a team of independent security professionals as part of Uniswap’s June 2023 bridge assessment report, where Wormhole was ranked \#1 of all protocols evaluated. Global Accountant is a CosmWasm\-based module that aims to ensure that fungibility of native and wrapped assets remain in 1:1 parity. This module operates as a smart contract on Wormhole Gateway and aims to ensure that at no time will wrapped assets coming from a blockchain exceed the number of native assets sent to that blockchain. This Cosmos\-based product improves security for all of crypto. The Governor security feature monitors outflows of assets on connected blockchains and limits asset volume to an acceptable ceiling, slowing down the potential for cross\-chain contagion in the context of an existential smart contract or connected blockchain vulnerability. In addition to message routing, Gateway provides security benefits for the broader Wormhole Stack and its Guardian nodes. 1. Get in touch with Wormhole contributors 2. Your chain approved and relaying goes live 3. Wormhole governance proposal to add your chain [Start building]( Process](#### Future\-proof, permissionless tooling to empower multichain builders [Start Building]( for updates Subscribe[![x or twitter](/assets/x.svg)]( or twitter](/assets/discord.svg)]( or twitter](/assets/telegram.svg)]( or twitter](/assets/github.svg)]( or twitter](/assets/some.svg)]( or twitter](/assets/youtube.svg)]( [Multichain apps](/ecosystem/multichain-apps)[W Token](/ecosystem/w-token)[Ecosystem Programs](/ecosystem/ecosystem-programs)[Case Studies](/case-studies)[Careers](/ecosystem/careers)Developers [Hub](/community/hub)[Blog](/blog)[Brand and Press](/brand-and-press)2024 Ⓒ Wormhole. All Rights Reserved. [Terms of use](/pages/terms-of-use)[Privacy Policy](/pages/data-protection-and-privacy-policy)
product
Bridge
https://wormhole.com/products/native-token-transfers
[Start Building](## Make any token natively multichain Native Token Transfers (NTT) is an open framework that enables the seamless creation and transfer of multichain tokens, while maintaining ownership and contract upgradability across blockchains. [Start building]( in touch](/contact)![]( natively multichain tokens for: Tokens maintain their inherent properties on each chain, resulting in a natively authentic multichain token without altering their intrinsic characteristics. NTT enables token transfers without the need for liquidity pools, eliminating associated fees, slippage, or MEV risk. Maintain ownership, upgrade authority, and customizability of a token. Integrate with any token contract, standard, or protocol governance processes. NTT is an open source, extensible token transfer framework built to be adopted widely across the ecosystem to build unique, customized functionality. Wormhole Guardian infrastructure and Global Accountant enable multichain token balance integrity checks, giving access to a global, synchronized token state. NTT implements advanced security features such as access controls, pausing, rate\-limiting, and a global balance accounting integrity checker. [Learn more](/)##### Wormhole messaging Leverage the leading interoperability protocol with over 1 billion secure cross\-chain messages sent to grow your project quickly and securely. NTT is flexible and customizable, allowing integrators the option to elect an additional verifier, such as a smart contract or off\-chain process (see below). ### How it works Standard ArchitectureCustom Architecture![]( On Graph to Expand ### A flexible framework for token transfers Deploy as a pure multichain burn\-and\-mint token where your native tokens are burned on the source chain and minted on the destination chain. #### Fantom and Wormhole Deploy Circle’s Bridged USDC Standard, Paving the Way for Future Native Deployment Fantom introduces USDC.e via Wormhole, bridging Circle's Ethereum USDC to Fantom as the primary stablecoin, replacing other USDC forms. In Phase 1, USDC.e is bridged and backed by USDC through Wormhole, with Fantom supporting liquidity for transfers. [Read more](/blog/fantom-and-wormhole-deploy-circles-bridged-usdc-standard)Discover other Wormhole products##### SDK Build your custom multichain application. [Learn more](/products/sdk)![](##### Native Token Transfers Make any token natively multichain. Build your custom multichain protocol. Pull any on\-chain data
on\-demand. [Learn more](/products/queries)![](#### Future\-proof, permissionless tooling to empower multichain builders [Start Building]( for updates Subscribe[![x or twitter](/assets/x.svg)]( or twitter](/assets/discord.svg)]( or twitter](/assets/telegram.svg)]( or twitter](/assets/github.svg)]( or twitter](/assets/some.svg)]( or twitter](/assets/youtube.svg)]( [Multichain apps](/ecosystem/multichain-apps)[W Token](/ecosystem/w-token)[Ecosystem Programs](/ecosystem/ecosystem-programs)[Case Studies](/case-studies)[Careers](/ecosystem/careers)Developers [Hub](/community/hub)[Blog](/blog)[Brand and Press](/brand-and-press)2024 Ⓒ Wormhole. All Rights Reserved. [Terms of use](/pages/terms-of-use)[Privacy Policy](/pages/data-protection-and-privacy-policy)
product
Cross-chain Infrastructure
https://wormholescan.io
Wormholescan \| Wormhole Explorer This website is designed to enhance your experience. By continuing to use this site, you consent to our [Terms of Use](#/terms-of-use) Mainnet[HOME](#/)SEARCH[TXS](#/txs)ANALYTICSOTHER[![W Token]( W Token](#/analytics/w) [Tokens](#/analytics/tokens) [Chains](#/analytics/chains) [Protocols](#/analytics/protocols)[Governor](#/governor)Developers [VAA Parser](#/developers/vaa-parser) [Submit Your Protocol](#/developers/submit) [API Doc](#/developers/api-doc) [Wormhole Doc]( [Github](## Somethingunexpectedhappened If the problem persists, *please reach**please reach* out to us on [discord.]( Reload page#### Want to join the Wormhole community? Join us! [About Us]( Work]( of Use](#/terms-of-use)Developers [VAA Parser](#/developers/vaa-parser)[Submit Your Protocol](#/developers/submit)[API Doc](#/developers/api-doc)[GitHub]( Doc]( to top Built by
product
Explorer
https://rendernetwork.com
Render Network[![]( Features###### Features [How It Works](/how-it-works/ "How It Works")[Integrations](/integrations/ "Integrations")[Future](/futures/ "Future") [Artists](/participate-artists/ "Artists")[Node Operators](/participate-node-operators/ "Node Operators")[RENDER Holders](/participate-render-holders/ "RENDER Holders")[Compute Clients](/participate-compute-clients/ "Compute Clients")[Agencies](/participate-studios/ "Agencies") [Resources](/resources/ "Resources")[Getting Started](/getting-started/ "Getting Started")[Grants](/grants/ "Grants")[Case Studies]( "Case Studies") [About Us](/about/ "About Us")[Showcase]( "Showcase")[Our Blog]( "Our Blog")[Contact](/contact/ "Contact") [Login]( "Login")## The Distributed GPU Render Network Supercharge Your Rendering With Near Limitless GPU Power. [Use The Render Network]( "Use The Render Network")![](/_next/image/?url=https%3A%2F%2Fcms.rendernetwork.com%2Fmedia%2FZomax_nft_01.00_00_01_14.Still001.jpg&w=3840&q=75)![](/_next/image/?url=https%3A%2F%2Fcms.rendernetwork.com%2Fmedia%2FCORRUPTION_STANON_MINT%20(1).00_01_55_14.Still006.png&w=3840&q=75)##### Transform your Creative Workflow with the Speed and Scale of the Render Network Welcome to Render Network, the world's first decentralized GPU rendering platform designed to supercharge your creative workflow. We harness idle GPU power worldwide, providing you with near\-limitless rendering capacity at a fraction of the usual cost. The decentralized project is supported by the Render Network Foundation, a not\-for\-profit dedicated to advancing the core Render Network protocol and fostering the growth of its vibrant community. [Getting Started](/getting-started/ "Getting Started")## Cloud rendering made easy, secure, and affordable Create for next generation resolutions at incredible speeds with parallelized rendering Decentralized supply provides near unlimited scale to meet any project's need Simple, on\-demand pricing with no minimum spends or upfront commitments Accelerate your C4D rendering with our powerful native plugin. The Wizard validates your scenes, packages assets, and submits jobs to Render Network \- all without leaving Cinema. It's the fastest way to access distributed GPU rendering, tailor\-made for C4D artists. [Our Vision]( "Our Vision")### In The News [![]( "Fast Company")[![]( "VentureBeat")[![]( "Coin Desk")[![]( "FX Guide")[![]( "Variety")[![]( "Harvard Article")[![]( "Fast Company")[![]( "VentureBeat")[![]( "Coin Desk")[![]( "FX Guide")[![]( "Variety")[![]( "Harvard Article")[![]( "Fast Company")[![]( "VentureBeat")[![]( "Coin Desk")[![]( "FX Guide")[![]( "Variety")[![]( "Harvard Article")Maybe we’ve already answered your question. **Visit our FAQs** [FAQ]( "FAQ")###### Join the community on Telegram Stay up to date with the latest Render Network community information! [Join the Render Community]( "Join the Render Community")##### Subscribe to receive news \& updates. [![](/_next/image/?url=https%3A%2F%2Fcms.rendernetwork.com%2Fmedia%2Flogo-footer.svg&w=384&q=75)](/)##### Access Near Unlimited GPU Cloud Rendering Power Try the Render Network today to transform your creative workflow with the scale of decentralized GPU rendering [Try Render]( "Try Render")1. Features 1. [How It Works](/how-it-works/ "How It Works") 2. [Node Operators](/participate-node-operators/ "Node Operators") 3. [RENDER Holders](/participate-render-holders/ "RENDER Holders") 4. [Compute Clients](/participate-compute-clients/ "Compute Clients") 1. [Getting Started](/getting-started/ "Getting Started") 4. [Case Studies]( "Case Studies") 5. [About Us](/about/ "About Us") © OTOY Inc \- 2024 All Rights Reserved [Terms \& conditions]( "Terms & conditions")[Privacy policy]( "Privacy policy")[Consent Preferences](#)Back to top
product
DePin
https://app.getgrass.io/
Grass \| Sign In
product
Data
https://app.squads.so/squads
Squads \- Your Business Operations Onchain
product
Multi-Sig Wallet
https://v3.squads.so/squads
Squads App \- Secure On\-chain Assets with Multisig![Logo](/logo-new.svg)![Logo](/logo-new-mobile.svg)Сonnect wallet Transactions might fail or take longer to confirm due to significant surge in Solana network usage. Please, check current status of the network.
product
Multi-Sig Wallet
https://www.tensor.trade/
Tensor \| Solana's Leading NFT Marketplace[COLLECTIONS](/)[TRADE](/trade/default)[NFTS](/trade/default)[INSCRIPTIONS](/inscriptions)[PRICE LOCK](/lock/your)[YOUR LOCKS](/lock/your)[CALCULATOR](/lock/calculator)[LOCK FEED](/lock/feed)[REWARDS](/rewards)[TENSORIANS](/rewards)[LEADERBOARD](/rewards)[EARN POINTS](/rewards)[REFERRALS](/rewards)[GIB BACK](/rewards)⌘k No collections found matching '' CONNECT WALLETCONNECT WALLETAPP SETTINGS[List Collection]( Center]( of Service]( Policy]( # Solana's Leading NFT Marketplace FASTEST DATA · DEEPEST LIQUIDITY · FUN REWARDSCARDS
product
NFT Marketplace
https://backpack.exchange
Backpack: Crypto Exchange \& Wallet \| Solana, Ethereum \& BTC
product
Centralised Exchange
https://backpack.app
Backpack: Crypto Exchange \& Wallet \| Solana, Ethereum \& BTC[![Logo](logo.svg)](/)[![Logo](logo.svg)](/) [© Backpack 2024](/)[Terms](terms)[Privacy](privacy)[Careers]( Kit](media-kit)* [Media Kit](media-kit) * [© Backpack 2024](/) # The All\-in\-One Crypto App [![download-chrome](chrome.svg)]( Downloads](download)![wallet](wallet.png)![boost](boost.svg)# Boost your Rewards Use Backpack on these applications to get more points![![github](features/marginfi.svg)## MarginFi 1\.05x Points Boost (retroactive)](## Zeta Markets 1\.1x Z\-Score Boost](## Tensor 1\.25x Points Boost (campaign)]( Points Boost (retroactive)]( Markets1\.1x Z\-Score Boost]( Points Boost (campaign ended)](# Secure your Collectibles Lock your NFTs to prevent them from being drained.![wallet](lock-collectibles.png)We support locking for 100\+ of the most popular Solana NFT collections, including:![madlads](projects/madlads.png)![clayno](projects/clayno.png)![degenape](projects/degenape.png)![smb](projects/smb.png)![tensorians](projects/tensorians.png)[Learn More](# Filter out Spam Spam filtering for tokens and collectibles keeps your wallet loooking clean.![filter1](filter1.png)![filter2](filter2.png)![rewards](rewards.svg)# Stake and Earn Rewards Use Backpack to stake using a few clicks.![stake1](stake1.png)![setting](setting-icon.svg)# Make it personal Customize your RPC, set your own priority fees.![privacy](privacy-icon.svg)# Privacy by default No KYC required and no personal data is collected.We are Backpack 🎒![github](morereasons/1.svg)Open Source![lightning](morereasons/2.svg)Power User's Choice![lightning](morereasons/3.svg)Earn extra with our partners![lightning](morereasons/4.svg)List and sell NFTs with ease![lightning](morereasons/5.svg)cNFT and SPL22 support![lightning](morereasons/6.svg)Defi and gamesWe are Backpack 🎒![github](morereasons/1.svg)## Open Source The only open source wallet on Solana Power users prefer Backpack for airdrop claims, minting NFTs, and more Earn 1\.25x Tensor points, Solana Mobile referral rewards List directly on Tensor, and accept the highest offer from your wallet View collectibles using the newest standards Connect your wallet to dApps and play games in your wallet. has solidified @Backpack as my primary wallet.[© Backpack 2024](/)[Terms](terms)[Privacy](privacy)[Careers]( Kit](media-kit)* [Media Kit](media-kit) * [© Backpack 2024](/)
product
Wallet
https://stake.solblaze.org/
# Stake Solana tosupport the ecosystem DAO Treasury \& Airdrops ### Simple Liquid Staking When you stake at the click of a button, you receive staked tokens (bSOL) that appreciate in value over time relative to staking rewards. Unstake instantly without the standard 2\-3 day delay period by swapping bSOL back to SOL on the instant unstake page. ### DAO Treasury \& Airdrops Your staked bSOL tokens also represent your voting power, which can be used either to vote on treasury proposals (for supporting Solana ecosystem projects) to or unlock exclusive airdrops (where holding more bSOL gives you more airdropped tokens). ### Secure \& Non\-custodial The non\-custodial liquid stake pool protocol was built partly by Solana Labs and has been [audited by three separate organizations]( so you don't need to worry about your funds getting stolen. Funds are always in your control. # How It Works First, stake your SOL to receive staked tokens (bSOL), which appreciate in value over time relative to staking rewards. The protocol automatically stakes your SOL across many validators according to our [delegation strategy]( in order to help further decentralize Solana. Then, use your staked tokens (bSOL) in decentralized finance applications to increase your rewards. For instance, use your bSOL to provide liquidity on a decentralized exchange. Whenever someone swaps for bSOL on a DEX, you receive a share of the swap fees. ### Treasury \& Airdrops (Soon) Finally, use your staked tokens to vote for Solana ecosystem proposals and receive airdrops (holding more bSOL gives you more airdropped tokens). A portion of staking rewards go towards the BlazeStake Treasury, supporting the Solana ecosystem.
product
Liquid Staking
https://mint.solblaze.org/
### Name (ex: MyToken) ### Symbol (ex: TOK) ### Decimals (ex: 9\) ### Initial Supply (ex: 1000000\) Disabled \- Cannot increase token supply in the future Enabled \- Can increase token supply in the future ### Future Metadata Changes Disabled \- Cannot change token name, symbol, image in the future Enabled \- Can change token name, symbol, image in the future Minting fee: 0\.25 SOL If you thought this tool was useful, consider liquid staking your SOL with [BlazeStake](
product
NFT Issuance Platform
https://app.marginfi.com
## Welcome to marginfi marginfi is a protocol on Solana focused on safety, transparency, and flexibility. If you're a developer looking to integrate with marginfi, [read our docs here]( Earn Yield Skip## Earn Yield marginfi enables you to permissionlessly earn variable yield, paid to you by borrowers. There are no middlemen. marginfi users come from all over the world, unblocked from traditional finance rails. Safety and Use ## Safety and Use marginfi is an [open source]( , [double audited]( , and [code\-verified]( protocol. Anyone can build new applications that benefit from marginfi's resources. Follow marginfi ## Follow marginfi Join the fastest growing crypto community and keep up with the latest industry news, product releases, and alpha.
product
Decentralised Borrowing & Lending
https://docs.vybenetwork.com/docs/getting-started
Get your free API Key [Jump to Content](#content)[![Vybe API]( Reference](/reference)[Changelog](/changelog)[Discussions](/discuss)v1\.0v3\.0\.4v3\.0\.5v3\.1\.0 [Log In](/login?redirect_uri=/docs/getting-started)[![Vybe API]( In](/login?redirect_uri=/docs/getting-started)v3\.1\.0[Guides](/docs)[Recipes](/recipes)[API Reference](/reference)[Changelog](/changelog)[Discussions](/discuss)Get your free API KeySearch## Getting started * [Get your free API Key](/docs/getting-started) * [Upgrading your Subscription](/docs/upgrading-your-plan) * [Availability \& Pricing](/docs/pricing) * [Connecting to WebSocket](/docs/connecting-to-a-websocket) * [Pyth Oracle Prices](/docs/pyth-oracle-prices) Powered by # Get your free API Key Follow this guide to quickly get set up with a free Vybe API key. [Suggest Edits](/edit/getting-started)# Sign in Go to [Alpha Vybe]( and Sign in with either your Solana wallet or Social Sign In (Google, X, and Github are supported). If you sign in with your Solana wallet, you must authenticate your ownership with a transaction first. # Go to API Management in your dashboard Once signed in, navigate to your dashboard in the top right of nav bar. From the dashboard page, navigate to your Vybe API dashboard. From this page, you can manage your API subscriptions and generate your free API key. All users have access to the free plan, where you can test all our available endpoints with limited RPM and credits. Click on the **"Generate Key"** , and a modal will appear where you can name and create your key. Make sure you copy your key somewhere secure first before continuing. Once the modal is closed, you will not be able to copy your API key again and will need to recreate one. The **Vybe API URL** will also be visible once a key is created. You can have up to 5 API keys. To delete an existing key, simply press the recycle icon and confirm via a modal. # Using your API key To use your API Key, please include it in the request Header as **“X\-API\-Key”**. Failure to include a valid API Key in your request will result in a 403 Forbidden Error. What’s NextLearn more about our plans, go to your API dashboard, or see the documentation for our endpoints. * [🚀 Upgrading your plan](/docs/upgrading-your-plan) * [💥 Vybe API plans](/docs/vybe-api-plans) * [Table of Contents](#) * + [Sign in](#sign-in) + [Go to API Management in your dashboard](#go-to-api-management-in-your-dashboard) + [Using your API key](#using-your-api-key)
product
OnChain Data API
https://alpha.vybenetwork.com/
Solana Ecosystem metrics and analytics search/keyAltGet API KeybookmarkOnWatchlistSign InarrowRightEcosystem[gridPrograms](/programs "Programs")[Tokens](/tokens "Tokens")[walletWallets](/wallets "Wallets")[globeNetwork](/network "Network")API[terminalAPI Plans](/api-plans "API Plans")keyAltGet API KeybriefcasePortfolioNEWbookmarkOffWatchlistmessageFeedbackSOLANA TPS:[0]( TVL:$00\.00%EXPLORER:commentFeedback[Privacy Policy](/privacy)[Terms of Service](/terms)### WE VALUE YOUR DATA PRIVACY We use cookies to collect data about your browsing activity to improve your user experience and our services. By clicking "Accept", you consent to our use of cookies and similar technologies as described in our [privacy policy](/privacy).
product
Digital Assets Terminal
https://app.goosefx.io/farm
GooseFX \| Your Solana DeFi Destination Attempting Recovery, Hold Tight!
product
Yield Aggregator
https://solanabeach.io
If you're seeing this message, that means **JavaScript has been disabled on your browser**, please **enable JS** to make this app work. DashboardValidatorsTransactionsBlocksTokensSupply[Dashboard](/)[Validators](/validators)[Transactions](/transactions)[Blocks](/blocks)[Tokens](/tokens)[Supply](/supply)Search for slots, accounts, transactions, programs, tokens, and validators...Copyright © 2024 \- solanabeach.io[Contact Us](#)[API]( Cookies on the Beach This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Cookie Policy. Performance cookies are used to see how visitors use the website, eg. analytics cookies. Those cookies cannot be used to directly identify a certain visitor. | Name | Domain | Expiration | Description | | --- | --- | --- | --- | | \_ga | .solanabeach.io | 2 years | This cookie name is associated with Google Universal Analytics \- which is a significant update to Google's more commonly used analytics service. This cookie is used to distinguish unique users by assigning a randomly generated number as a client identifier. It is included in each page request in a site and used to calculate visitor, session and campaign data for the sites analytics reports. | Targeting cookies are used to identify visitors between different websites, eg. content partners, banner networks. Those cookies may be used by companies to build a profile of visitor interests or show relevant ads on other websites. | Name | Domain | Expiration | Description | | --- | --- | --- | --- | | \_\_cfduid | .solanabeach.io | 1 month | Cookie assoiated with sites using CloudFlare, used to speed up page load times. According to CloudFlare it is used to override any security restrictions based on the IP address the visitor is coming from. It does not contain any user identification information. | Unclassified cookies are cookies that do not belong to any other category or are in the process of categorization. | Name | Domain | Expiration | Description | | --- | --- | --- | --- | | \_ga\_DDV5S1ZHNC | .solanabeach.io | 2 years | | Cookies are small text files that are placed on your computer by websites that you visit. Websites use cookies to help users navigate efficiently and perform certain functions. Cookies that are required for the website to operate properly are allowed to be set without your permission. All other cookies need to be approved before they can be set in the browser. You can change your consent to cookie usage at any time on our Privacy Policy page. Cookie [report]( created by [Cookie\-Script](
product
Explorer
https://www.helium.com/token
HNT, IOT, MOBILE, and Data Credits[![Helium Logo](/_next/static/media/logosymbol.e32f55d5.svg)](/)* Build Build the network and mine HNT](/mine) Explore HNT and Data Credits](/token) Deploy 5G Coverage on Helium](/5G) IOT sensors from popular manufacturers](/featured-products) Discover solutions built on Helium](/solutions) Connect your devices to the Network](/commercial) Add our coverage to yours](/roam) Read our news and announcements]( Join the Helium Discord]( Technical Information, FAQ and Support]( [Ecosystem](/ecosystem)[Case Studies](/stories)![Menu](/_next/static/media/menuwhite.97522b9f.svg)![Cross](/_next/static/media/cross.97e56514.svg)Build ![Diagonal Down Arrow](/_next/static/media/dropdownarrow.10ee975b.svg) [Hotspots](/mine)[Token](/token)[Helium 5G](/5G)Use IoT ![Diagonal Down Arrow](/_next/static/media/dropdownarrow.10ee975b.svg) [Featured Products](/featured-products)[Solutions](/solutions)[Commercial](/commercial)[Roam](/roam)Resources ![Diagonal Down Arrow](/_next/static/media/dropdownarrow.10ee975b.svg) [Blog]( Explorer]( Documentation]( Studies](/stories)[HIP 51 has been approved by the Community. Read more here](# The New Wireless Economy. ### HNT is burned out of circulation in order to use the Network. Data Credits are created through the burning of HNT and have a fixed USD value. [![Coimmarket Cap Logo](/_next/static/media/coinmarketcap.8ef39df3.svg)]( Logo](/_next/static/media/coingecko.b5755446.svg)]( Stripe](/_next/static/media/1dtri.bec65256.svg)# HNT The Helium Network Token ("HNT") is the native cryptocurrency of the Helium Network and is the only token that can be burned to create Data Credits and send device data. Subnetwork tokens (IOT and MOBILE) are backed and redeemable for HNT. There is no pre\-mine of HNT, and a max supply of 223M HNT. [HNT]( Hotspots](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fminer4.d9ba3645.png&w=1920&q=75)![Data Credits](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fdc-header.be6fe867.jpg&w=1920&q=75)# Data Credits Data Credits are the only payment accepted to send data over the The People's Network. Data Credits allow users to transfer bytes of data via Helium. The price of Data Credits is fixed in USD (1 Data Credit \= $0\.00001\). Like pre\-paid cellphone minutes or airline miles, Data Credits are non\-transferrable, and can only be used by their original owner. To acquire Data Credits, network users convert HNT or obtain them from an HNT owner. Any HNT converted to Data Credits is permanently removed (“burned”) from the circulating supply. Burn\-And\-Mint Equilbrium (BME) is token economic structure utilizing two token types. The following articles explain more how this works. New Models for Utility Tokens ## Get Ecosystem Updates to Your Inbox [Mine](/mine)[Use](/commercial)[Roam](/roam)[Switch from 3G](/switch)[HNT and Data Credits](/token)[Developers]( Mobile](/5G)##### Social [Discord](##### Get in Touch
product
DePin
https://app.credix.finance
?Investing[Opportunities](/)[Repayments](/repayments/)Your investments[Your portfolio](/your-portfolio/)Your historyConnect your wallet Open for fundingAll opportunities## Pools By investing in a pool, you automatically diversify your investment over multiple deals by gaining exposure to the senior tranche of all the deals in this pool. The information herein is provided to accredited investors and for convenience only. Data and values are current as of 11/5/2024, and subject to change. Past performance does not guarantee future results. All investments carry risk, including the loss of your entire investment. Credix does not provide investment advice, and is not responsible for the reliability, accuracy, or completeness of third\-party information. This does not constitute an offer or the solicitation of an offer to sell securities, and this material should not be relied upon in making any investment decision(s).APR is subject to change.
product
RWA Tokenisation Platform
https://app.hel.io
Helio \| Sell more with crypto ⚡️[About Helio]( Helio](/_next/image?url=https%3A%2F%2Fhelio-assets.s3.eu-west-1.amazonaws.com%2Fimages%2FFavicon3D.png&w=256&q=75)# Welcome to Helio © 2024 Helio Fintech Ltd · All rights reserved · Contact us at: [[email protected]](mailto:[email protected])[Privacy]( ##### Sign up for latest updates Join our mailing list and get updates from Helio. Your email will be private. No spam. Subscribe© 2024 Helio Fintech Ltd · All rights reserved · Contact us at: [[email protected]](mailto:[email protected])[Privacy]( ## Scan to connect with our mobile app ### Coinbase Wallet app Connect with your self\-custody wallet ### Or try the Coinbase Wallet browser extension Install* Connect with dapps with just one click on your desktop browser * Add an additional layer of security by using a supported Ledger hardware wallet
product
Payments Infrastructure
https://spherepay.co
Sphere \| A better way to transfer value[Sphere [Sphere ramp](/ramp)[Dashboard](/login)[Sphere Ramp](/ramp) Global payments solutions# Send money anywhere From dollars and euros to pesos and beyond, Sphere makes moving between currencies effortless. [For businesses](/en/access-request)[For individuals](/ramp)![Sphere analytics dashboard showing financial performance metrics and customer data.](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fhero-dashboard.9e47a936.png&w=3840&q=75)![Sphere ramp interface showing a new off-ramp transfer to a bank account.](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fhero-ramp.68ead5e0.png&w=1920&q=75)![Sphere app payment screen with Apple Pay, Digital Wallet, and Card options.](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fhero-payments.5f174b2c.png&w=828&q=75)## Solutions Optimized payment processing### Cross\-border payments for businesses Better money movement—from wire, bank transfer, and card to support for every major network— transferring money over the internet has never been easier. [Get started](/en/access-request)[Learn more](#faq)#### For international remittances Send your preferred currency, your vendors receive USD, MXN, BRL, EUR at world\-class exchange rates. * Compliant \& secure OTC services, effortless currency conversions, and comprehensive financial tracking and management solutions.* Dedicated support 24/7 * Privacy and encryption Accept payments any way you want, leverage auto\-conversions that settle directly to your bank, and offer conversion services to your customers with white\-label solutions.* Service level agreements * API and No\-Code Solutions ### 1White\-labeled solutions for better money movement Sphere handles the engineering, operational, and regulatory complexities for you — orchestrating so you don't have to. * Available by API, no\-code, and embeddable widget. * Save hundreds of hours on development time. ### 2Currencies conversions made easy Sphere payment links are versatile, customizable and robust. They adapt to your needs, whether for one\-time purchases or recurring subscriptions. Accept payments directly from email, SMS, social media, website, or app. Get the full power of Sphere without having to write a single line of code. ### 4Customer Insights and Analytics We follow the best practices in payments to deliver semantic, easy\-to\-use SDKs. Focus on growing your business while we handle smart contract audits, cross\-chain orchestration, and all the technical, operational, and compliance upkeep. * Simple, powerful, and intuitive RESTful API * Copy and paste code that just works * Concise and thorough documentation [Documentation]( support]( software development kit](/_next/static/media/code-snippet.4d648ad8.svg)Product Features### An end\-to\-end payments suite Connect seamlessly through a single API or a user\-friendly no\-code console in just minutes. Gain access to top\-tier compliance, accounting, payments, on/off\-ramps, analytics, and developer tools. Payment Blocked: Sanctioned IP address198\.51\.100\.1$300\.12 USDPayment Blocked: Sanctioned IP address169\.170\.90\.7$15\.45 USDPayment Blocked: Sanctioned IP address192\.168\.1\.100$120\.87 USDPayment Blocked: Sanctioned wallet addressXoAZ...2m3221\.40 SOL#### Secured and certified All transactions at a competitor matched fee, with network fees passed at cost. Payouts directly to your or a third\-party vendor’s bank account, either manually or on a scheduled basis, with competitive OTC rates. Receive your money in seconds to minutes, instead of days to weeks. Automatically split payments without extra fees. Payments are peer to peer and we never handle customer or merchant funds. Our contracts are audited by industry\-leading experts. We regularly conduct threat modeling, penetration testing, and vulnerability assessments on our infrastructure. Sphere follows all best practices according to US regulations and uses licensed money transmitters. All data is encrypted and/or tokenized at rest and in transit. We never store sensitive PIIs, and have strict ACLs. ## Ready to take the next step? Join industry leaders growing with Sphere. Commonly asked questions. Can’t find the answer you’re looking for? Please get in touch. ### How much does Sphere cost? Software access is free, but we take a small transaction fee. Custom enterprise pricing is available upon request. ### Which networks are supported? ### How is currency conversion handled? ### Is Sphere audited? ### Does Sphere custody funds? ### Is it possible to integrate Sphere with my existing payment solution? Accelerating digital value transfer for a more connected world. [Terms of Service](/legal/terms)[Privacy Policy](/legal/terms)Report a Vulnerability[![Github](/_next/static/media/github-grayLogo.c7800654.svg)](© 2024 Sphere Laboratories Inc. All rights reserved. Sphere Laboratories, Inc \- CRN \#7141668 1209 Orange Street, Wilmington, DE 19801
product
Payments Infrastructure
https://spherepay.readme.io
[Jump to Content](#content)[![Sphere]( Endpoints](/reference)v1\.0 [Log In](/login?redirect_uri=/reference/introduction)[![Sphere]( Endpoints[Log In](/login?redirect_uri=/reference/introduction)Moon (Dark Mode)Sun (Light Mode)v1\.0[API Endpoints](/reference)IntroductionSearchJUMP TO## Sphere API + [Create a productpost](/reference/productcontroller_create-1) + [Retrieve a productget](/reference/productcontroller_retrieve) + [Update a productpost](/reference/productcontroller_update) + [Delete a productdelete](/reference/productcontroller_delete) + [List all productsget](/reference/productcontroller_list) + [Create a pricepost](/reference/pricecontroller_create-1) + [Retrieve a priceget](/reference/pricecontroller_retrieve-1) + [List all pricesget](/reference/pricecontroller_list-1) + [Creates a payment linkpost](/reference/paymentlinkcontroller_create-1) + [Retrieve a payment linkget](/reference/paymentlinkcontroller_retrieve-1) + [Update a payment linkpost](/reference/paymentlinkcontroller_update) + [Delete a payment linkdelete](/reference/paymentlinkcontroller_delete) + [List all payment linksget](/reference/paymentlinkcontroller_list) + [Retrieve a subscriptionget](/reference/subscriptioncontroller_retrieve-1) + [List all subscriptionsget](/reference/subscriptioncontroller_list-1) + [Retrieve a paymentget](/reference/paymentcontroller_retrieve) + [List all paymentsget](/reference/paymentcontroller_list-1) + [Create a webhookpost](/reference/webhookcontroller_create) + [Retrieve a webhookget](/reference/webhookcontroller_retrieve) + [Update a webhookpost](/reference/webhookcontroller_update) + [Delete a webhookdelete](/reference/webhookcontroller_delete) + [List all webhooksget](/reference/webhookcontroller_list) + [Retrieve an eventget](/reference/eventcontroller_retrieve-1) + [List all eventsget](/reference/eventcontroller_list-1) + [Create a walletpost](/reference/walletcontroller_create) + [Delete a walletdelete](/reference/walletcontroller_disconnectwallet-1) + [List all walletsget](/reference/walletcontroller_listconnectedwallets-1) + [Create a couponpost](/reference/couponcontroller_create) + [Retrieve a couponget](/reference/couponcontroller_retrieve) + [Update a couponpost](/reference/couponcontroller_update) + [List all couponsget](/reference/couponcontroller_list) + [Create a promotion codepost](/reference/promotioncodecontroller_create) + [Retrieve a promotion codeget](/reference/promotioncodecontroller_retrieve) + [Update a promotion codepost](/reference/promotioncodecontroller_update) + [Delete a promotion codedelete](/reference/promotioncodecontroller_delete) + [List all promotion codesget](/reference/promotioncodecontroller_list) + [Create a customerpost](/reference/customercontroller_create-1) + [Retrieve a customerget](/reference/customercontroller_retrieve-1) + [List all customersget](/reference/customercontroller_list-1) + [Create a usage recordpost](/reference/usagerecordcontroller_create) + [List all usage records for a subscription itemget](/reference/usagerecordcontroller_listallbysubscriptionitem) + [Create a tax ratepost](/reference/taxratecontroller_create) + [Retrieve a tax rateget](/reference/taxratecontroller_retrieve) + [Update a tax ratepost](/reference/taxratecontroller_update) + [Delete a tax ratedelete](/reference/taxratecontroller_delete) + [List all tax ratesget](/reference/taxratecontroller_list) + [Retrieve a tax categoryget](/reference/taxcategorycontroller_retrieve-1) + [List all tax categoriesget](/reference/taxcategorycontroller_list-1) + [Create a new bank accountpost](/reference/bankaccountcontroller_create) + [Retrieve a bank accountget](/reference/bankaccountcontroller_retrieve) + [Delete a bank accountdelete](/reference/bankaccountcontroller_remove) + [List all bank accountsget](/reference/bankaccountcontroller_list) + [Create a payoutpost](/reference/payoutcontroller_create) + [Retrieve a payoutget](/reference/payoutcontroller_findone) + [Delete a payoutdelete](/reference/payoutcontroller_delete) + [List all payoutsget](/reference/payoutcontroller_list) JUMP TO## Sphere API + [Create a productpost](/reference/productcontroller_create-1) + [Retrieve a productget](/reference/productcontroller_retrieve) + [Update a productpost](/reference/productcontroller_update) + [Delete a productdelete](/reference/productcontroller_delete) + [List all productsget](/reference/productcontroller_list) + [Create a pricepost](/reference/pricecontroller_create-1) + [Retrieve a priceget](/reference/pricecontroller_retrieve-1) + [List all pricesget](/reference/pricecontroller_list-1) + [Creates a payment linkpost](/reference/paymentlinkcontroller_create-1) + [Retrieve a payment linkget](/reference/paymentlinkcontroller_retrieve-1) + [Update a payment linkpost](/reference/paymentlinkcontroller_update) + [Delete a payment linkdelete](/reference/paymentlinkcontroller_delete) + [List all payment linksget](/reference/paymentlinkcontroller_list) + [Retrieve a subscriptionget](/reference/subscriptioncontroller_retrieve-1) + [List all subscriptionsget](/reference/subscriptioncontroller_list-1) + [Retrieve a paymentget](/reference/paymentcontroller_retrieve) + [List all paymentsget](/reference/paymentcontroller_list-1) + [Create a webhookpost](/reference/webhookcontroller_create) + [Retrieve a webhookget](/reference/webhookcontroller_retrieve) + [Update a webhookpost](/reference/webhookcontroller_update) + [Delete a webhookdelete](/reference/webhookcontroller_delete) + [List all webhooksget](/reference/webhookcontroller_list) + [Retrieve an eventget](/reference/eventcontroller_retrieve-1) + [List all eventsget](/reference/eventcontroller_list-1) + [Create a walletpost](/reference/walletcontroller_create) + [Delete a walletdelete](/reference/walletcontroller_disconnectwallet-1) + [List all walletsget](/reference/walletcontroller_listconnectedwallets-1) + [Create a couponpost](/reference/couponcontroller_create) + [Retrieve a couponget](/reference/couponcontroller_retrieve) + [Update a couponpost](/reference/couponcontroller_update) + [List all couponsget](/reference/couponcontroller_list) + [Create a promotion codepost](/reference/promotioncodecontroller_create) + [Retrieve a promotion codeget](/reference/promotioncodecontroller_retrieve) + [Update a promotion codepost](/reference/promotioncodecontroller_update) + [Delete a promotion codedelete](/reference/promotioncodecontroller_delete) + [List all promotion codesget](/reference/promotioncodecontroller_list) + [Create a customerpost](/reference/customercontroller_create-1) + [Retrieve a customerget](/reference/customercontroller_retrieve-1) + [List all customersget](/reference/customercontroller_list-1) + [Create a usage recordpost](/reference/usagerecordcontroller_create) + [List all usage records for a subscription itemget](/reference/usagerecordcontroller_listallbysubscriptionitem) + [Create a tax ratepost](/reference/taxratecontroller_create) + [Retrieve a tax rateget](/reference/taxratecontroller_retrieve) + [Update a tax ratepost](/reference/taxratecontroller_update) + [Delete a tax ratedelete](/reference/taxratecontroller_delete) + [List all tax ratesget](/reference/taxratecontroller_list) + [Retrieve a tax categoryget](/reference/taxcategorycontroller_retrieve-1) + [List all tax categoriesget](/reference/taxcategorycontroller_list-1) + [Create a new bank accountpost](/reference/bankaccountcontroller_create) + [Retrieve a bank accountget](/reference/bankaccountcontroller_retrieve) + [Delete a bank accountdelete](/reference/bankaccountcontroller_remove) + [List all bank accountsget](/reference/bankaccountcontroller_list) + [Create a payoutpost](/reference/payoutcontroller_create) + [Retrieve a payoutget](/reference/payoutcontroller_findone) + [Delete a payoutdelete](/reference/payoutcontroller_delete) + [List all payoutsget](/reference/payoutcontroller_list) Sphere is a payments API for digital currencies. Sphere's mission is to accelerate the development of digital currencies. To enable people from around the world to transact on cheaper, faster, and more accessible payment rails, we've begun with stablecoins and other digital currencies on decentralized networks. Sphere provides an end\-to\-end payments experience — from on\-ramp, to multi\-chain and fiat transactions, to off\-ramp — with best\-in\-class compliance, accounting, taxes, tooling, and billing reconciliation. 0\.3% flat fee on all payments, excluding network fees (wire, gas, etc.) which we pass at cost. We support one\-time and recurring billing through payment links and subscriptions. You have the flexibility to [create your own frontend and UX](/reference/react-sdk), or use our pre\-built checkout pages. For subscriptions, you may choose between: 1. **Escrowed**, where funds are locked up and periodically withdrawn from (traditional). 2. **Escrowless**, where funds are automatically withdrawn from your customer's wallet each billing period. Subscriptions don't require wrapping and unwrapping of tokens. We support a variety of pricing models: including flat, per\-seat, volume, graduated, and customer chooses. Automated Invoices will be rolled out in Q1 2024\. Smart contracts are natively held on Solana and Ethereum. *L2s, and side\-chains coming soon.* # How it works Sphere uses three core objects for payments: 1. **`product`** — the goods and services you're selling. 2. **`price`** — the cost, defined by amount and currency, of those products. 3. **`paymentLink`** or **`invoice`** — the payment method for a given set of product and price. Fundamentally, you as the developer will: 1. Create a [`product`](/reference/productcontroller_create). 2. Create and attach a [`price`](/reference/pricecontroller_create) to your `product`. 3. Create a [`paymentLink`](/reference/paymentLinkcontroller_create) or `invoice` and attach them to a given set of product and price. 4. The API will respond with a `url` for a pre\-built checkout to redirect customers to, [or build your own](/reference/react-sdk). 5. A [`payment`](/reference/payments) object will be auto\-generated when a customer tries to pay. 6. Create a [`webhook`](/reference/webhooks) and listen for [events](/reference/events) on the `payment` object to carry out your business logic. And that's it! Our [guides](/docs/overview) give more details on specific examples and more complex use cases. A [`payment`](/reference/payments) object is auto\-generated each time a customer tries to pay for one of your products through a payment method — whether one\-time vs. recurring, or via payment link vs. invoice. It contains key information about the purchase, such as the customer, transaction, and involved line items, for you to consume on your backend and apply the appropriate business logic upon a purchase. [`subscription`](/reference/subscriptions) objects are auto\-generated when your customers purchase products with a recurring price. Developers do not need to create `subscription` objects on their own. This object contains useful information about the subscription, such as the remaining number of billing periods, amounts billed, and the start\-and\-end date of the current period. At the end of each billing period, the `subscription` objects are billed by Sphere, and `payment` objects are created to record the recurring withdrawals from either the escrow account or customer wallet address. If you are using [metered billing](/docs/metered-api-subscription), then you will need to submit [usage records](/reference/usage-records) to bill for usage. [Webhooks](/reference/webhooks) are available for you to listen to a wide selection of events. For example, you may listen to the `payment.successful` event to credit a customer on your backend after a successful purchase. If there is additional information you'd like to include in a given object, for your own reference or to use later elsewhere, we provide a `meta` field for storing arbitrary JSON in most of our objects. Some use\-cases could be to include your own pre\-existing `id` tags for reconciliation purposes, or to temporarily reference during a user flow instead of creating a new data model inside of your database. ### Real\-Time Price Updates Sphere uses the [Pyth]( oracle network to provide real\-time updated price data to our smart contracts across all major supported chains. Whenever one of our programs that you invoke via API, or in select cases directly via cross\-smart contract call, requires an exchange rate (e.g., to correctly price HNT/USDC), Pyth's streamed updates guarantee best pricing. * [Table of Contents](#) + [How it works](#how-it-works)
product
Developer Tooling
https://app.meteora.ag/dlmm
Home \| MeteoraNew to Meteora? Watch[Getting Started on Meteora]( the first time, memecoin creators can permanently lock liquidity and still compound and claim fees forever![Learn more]( Mint](/memecoin-mint)BetaMore [Vaults](/vaults)[Farms](/farms)[Blog]( Wallet# Meteora Pools [DLMM](/)[Dynamic Pools](/#dynamicpools)[Pools with FarmsHot](/#farmpools)[LST Pools](/#lstpools)[Multi\-token Pools](/#stablepools)Total Value LockedSwap Volume24HALL$0\.00Loading...Audited by[![](data:image/svg+xml,%3csvg%20xmlns=%27 aggregator](
product
Pool Software
https://app.meteora.ag/#dynamicpools
Home \| MeteoraNew to Meteora? Watch[Getting Started on Meteora]( the first time, memecoin creators can permanently lock liquidity and still compound and claim fees forever![Learn more]( Mint](/memecoin-mint)BetaMore [Vaults](/vaults)[Farms](/farms)[Blog]( Wallet# Meteora Pools [DLMM](/)[Dynamic Pools](/#dynamicpools)[Pools with FarmsHot](/#farmpools)[LST Pools](/#lstpools)[Multi\-token Pools](/#stablepools)Total Value LockedSwap Volume24HALL$0\.00Fee24HALL$0\.00[![add](/icons/add.svg)Create Pool](/pools/create)Sort by: tvlSort by: tvlSort by: volumeSort by: fee\_tvl\_ratioSort by: l\_mPoolTypeTVL24H Vol365d Yield / TVLLM APRLoading...Audited by[![](data:image/svg+xml,%3csvg%20xmlns=%27 aggregator](
product
Decentralised Exchange
https://app.meteora.ag/vaults
Vaults \| MeteoraNew to Meteora? Watch[Getting Started on Meteora]( the first time, memecoin creators can permanently lock liquidity and still compound and claim fees forever![Learn more]( Mint](/memecoin-mint)BetaMore [Vaults](/vaults)[Farms](/farms)[Blog]( Wallet# Dynamic Vaults Vault assets are automatically rebalanced every minute between top lending protocols for the safest, most optimized yields.Allocation adjusted every minute between these protocols Allocation adjusted every minute between
product
Yield Aggregator

Data sources include:

Downloads last month
13
Edit dataset card