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 |
https://app.meteora.ag/#stablepools | 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 | Pool Software |
https://app.meteora.ag/#lstpools | 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 | Pool Software |
https://www.meteora.ag/ | Meteora[![Meteora Logo](/logo.svg)Meteora](/)[Launch App](# Meteora Building the best LP tech and LP Army in crypto
We are building the greatest community of LPs. Our mission is to bring LPing to the
masses so that more people can earn yield on their assets. We are builders
and educators who LP better together.
for Meteora](/images/users/alex.svg)![Geeklad: Built a Tool for DLMM
Profit Analysis for Meteora](/images/users/geeklad.svg)![SOL Decoder: Built an Automated
DLMM Trader That Runs 24/7](/images/users/SOLdecoder.svg)![Kagren: Built a Tool That Optimizes
Fee Printing with Dune](/images/users/Kagren.svg)![Madxbug: Built a Tool to Track
Positions with P&L for Meteora](/images/users/Madxbug.svg)![Chieph: Runs GooseDAO, the Home
of Super-Users in the LP Army](/images/users/Chieph.svg)![Otto: Community Leader and
Alpha Tester Extraordinaire](/images/users/Otto.svg)![Heavymetalcook: Bootcamp Lead
and LP Army Mod](/images/users/Heavymetalcook3.svg)![Mario: LP Army Collab Manager and
Bootcamp Instructor](/images/users/Mario.svg)![Ewan: Original OG Goose DAO
Member and Solana Builder](/images/users/Ewan2.svg)![▲lex: Built a DLMM Tool Suite
for Meteora](/images/users/alex.svg)### ▲lex: Built a DLMM Tool Suite
Meteora DLMM Profit Analysis tool allows you to analyze wallet performance, including open and closed DLMM positions, using advanced filters and graphs. It estimates earned fees and profits in USD and SOL, as well as earned MET points.
[Try out Alex’s tool]( by![PROF](/images/users/prof.svg)PROF Alex's tool allows me find new and unique pairs, identify the most lucrative pools, quickly view TVL, and immediately determine the PnL of each closed position.
Recommended by![Defilogist](/images/users/defilogist.svg)DefilogistI put Metlex in my daily routine because it allows me to quickly find the most efficient pools for any tokens. Even better, from the pnl tab, I can share my winning trades and celebrate them.
for Meteora](/images/users/alex.svg)### ▲lex: Built a DLMM Tool Suite
Meteora DLMM Profit Analysis tool allows you to analyze wallet performance, including open and closed DLMM positions, using advanced filters and graphs. It estimates earned fees and profits in USD and SOL, as well as earned MET points.
[Try out Alex’s tool]( coins](/_next/image?url=%2Fimages%2Fmemecoins-bg.png&w=3840&q=75)New product!
## With Meteora, mint a memecoin, add locked liquidity, and claim fees in a single click
Our Meteora Mint simplifies creating a memecoin, creating a pool, and adding locked liquidity into one simple step. Mint a memecoin and earn fees for life all in one go.
## Our dynamicprotocols include
NewThe alpha vault is an anti\-sniper bot tool used for all kinds of token launches that allows true holders to be the first to buy from the pool at launch.
[Learn More](### Memecoin Mint Tool
NewMemecoin Mint gives users the ability to mint a memecoin, create a pool, add liquidity, and lock liquidity all in one simple UX. Earn lifetime fees with just a single click.
[![flork-in-love](/images/flork-in-love.svg)Launch your meme](### DLMM
DLMM gives LPs access to dynamic fees and precise liquidity concentration all in real\-time.
[Try Now](### Dynamic Pools
LPs earn from trading fees and lending yield in these easy\-to\-use AMM pools.
[Try Now](### Dynamic Vaults
A composable lending aggregator that rebalances capital every minute from top lending protocols allowing idle capital anywhere to earn yield.
[Try Now](## Ongoing 10%LP Stimulus Package
The MET community has designed the greatest LP stimulus program ever to drive liquidity and grow Solana's TVL.
Connect your wallet and check your MET token allocation if you are an eligible MER holder. [Learn more.](
## Join LP Army
Join our LP Army community and kickstart your liquidity providing career! With free advanced coaching and experienced members DLMMing together using powerful tools available on our Discord, your path to success will be much faster. Don‘t miss our weekly community calls and LP Jams, they are packed with valuable alpha!
[![discord-icon](/images/discord.svg)Join Discord]( Logo](/logo.svg)MeteoraDriving the Most Dynamic Liquidity on Solana
Community[* ![discord-icon](/images/discord-v2.svg)Discord]( ![twitter-icon](/images/twitter.svg)X (Twitter)]( ![medium-icon](/images/medium.svg)Medium]( by[![halborn-icon](/images/halborn.svg)]( | product | Launch Pad |
https://app.hubbleprotocol.io/ | Hubble \| Censorship resistant stablecoin \| Supercharge Solana's liquidity
You need to enable JavaScript to run this app.
Connect WalletConnect your walletCopyright ©2024 Hubble* [![hubble](/assets/hubble.1b517315.svg)](
[Terms and conditions]( policy]( | product | Stablecoin Issuance |
https://trustwallet.com/browser-extension | Download the Trust Wallet Chrome Browser Extension \| Trust* **Wallet**[**Mobile App**The world of Web3 in your pocket](/download)[**Browser Extension**An optimized Web3 experience for desktop](/browser-extension)
* **Features**[**Swaps**Swap securely and seamlessly](/swap)[**Staking**Earn crypto rewards while securing networks](/staking)[**NFTs**Explore the world of NFTs](/nft)[**Security**Learn how we keep your assets \& Web3 journey safe](/security)[**Buy Crypto**Buy crypto in under five minutes](/buy-crypto)[**SWIFT: Smart Contract Wallet**Explore Web3 easily with account abstraction features](/swift)
* **Build**[**Developer Docs**Get guides for building powerful Web3 applications]( Core**Open\-source, mobile\-focused crypto wallet library]( dApp**Get your dApp in front of millions]( assets listed**Elevate your asset’s exposure](
* **Support**[**FAQ**Get answers to your most pressing questions]( Forum**Connect with our vibrant and diverse community]( Us**Reach out for personalized support](
* **About**[**About Us**Discover who we are and what drives us](/about-us)[**Careers**Join us in shaping the future of Web3](/careers)[**Press Kit**Download our official logo and other media assets](/press)[**Blog**Stay up\-to\-date on Web3 trends and insights](/blog)[**Terms of Service**What you need to know to use our services](/terms-of-service)[**Privacy Policy**Your privacy matters, learn how we protect it](/privacy-policy)
DarkLightLanguage[Download Trust Wallet](/download)![Blue Shield](/_next/static/media/raw.4edbb099.svg)[**Mobile App**The world of Web3 in your pocket](/download)[**Browser Extension**An optimized Web3 experience for desktop](/browser-extension)![Blue Shield](/_next/static/media/raw.e7c57d68.svg)[**Swaps**Swap securely and seamlessly](/swap)[**Staking**Earn crypto rewards while securing networks](/staking)[**NFTs**Explore the world of NFTs](/nft)[**Security**Learn how we keep your assets \& Web3 journey safe](/security)[**Buy Crypto**Buy crypto in under five minutes](/buy-crypto)[**SWIFT: Smart Contract Wallet**Explore Web3 easily with account abstraction features](/swift)![Blue Shield](/_next/static/media/raw.b373ab3f.svg)[**Developer Docs**Get guides for building powerful Web3 applications]( Core**Open\-source, mobile\-focused crypto wallet library]( dApp**Get your dApp in front of millions]( assets listed**Elevate your asset’s exposure]( Shield](/_next/static/media/raw.1211abf0.svg)[**FAQ**Get answers to your most pressing questions]( Forum**Connect with our vibrant and diverse community]( Us**Reach out for personalized support]( Shield](/_next/static/media/raw.9a6dd06f.svg)[**About Us**Discover who we are and what drives us](/about-us)[**Careers**Join us in shaping the future of Web3](/careers)[**Press Kit**Download our official logo and other media assets](/press)[**Blog**Stay up\-to\-date on Web3 trends and insights](/blog)[**Terms of Service**What you need to know to use our services](/terms-of-service)[**Privacy Policy**Your privacy matters, learn how we protect it](/privacy-policy)WalletFeaturesBuildSupportAboutLanguage[Download](/download)# Explore Web3 in your browser
Our Browser Extension is your secure crypto wallet and gateway to thousands of Web3 dApps. Swap tokens, play games, earn rewards, and more.
[Download Extension](/download)[Download Extension](/download)## The Trust Wallet Browser Extension works on…
## A true multi\-chain experience
Explore Web3 dApps across 100\+ blockchain networks – with more added regularly.
* ![BNB](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fbinance%2Finfo%2Flogo.png&w=96&q=75)BNB Beacon Chain
* ![BNB](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fsmartchain%2Finfo%2Flogo.png&w=96&q=75)BNB Smart Chain
* ![HT](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fheco%2Finfo%2Flogo.png&w=96&q=75)Huobi ECO Chain
* ![IOTX](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fiotexevm%2Finfo%2Flogo.png&w=96&q=75)IoTeX Network Mainnet
* ![KCS](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fkcc%2Finfo%2Flogo.png&w=96&q=75)KuCoin Community Chain
* ![NTRN](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fneutron%2Finfo%2Flogo.png&w=96&q=75)Neutron DAO Token
* ![TON](/_next/image?url=https%3A%2F%2Fassets-cdn.trustwallet.com%2Fblockchains%2Fton%2Finfo%2Flogo.png&w=96&q=75)The Open Network
View all networks* ### Buy crypto with ease
Buy crypto with a debit or credit card, mobile payments, or bank transfers.
* ### Earn rewards \& build your portfolio
Earn rewards, all the way up to 70% APR via trusted providers.
* ### Explore \& manage NFTs
Explore top NFT marketplaces and manage your NFTs securely.
* ### Swap crypto safely
Swap 10,000\+ cryptocurrencies with trusted swap providers.
## Your wallet. Your keys. Your crypto
Built\-in private key encryption and a password\-protected login means you’re always in complete control.
### Connect your hardware wallet
Connect a hardware wallet to the Browser Extension for an additional layer of security.
### Manage all your wallets in one place
Use Trust Wallet's ‘multi\-wallet’ feature to securely add, import, and manage all your wallets in one place.
Join over 140 million people who already trust us to keep their crypto and Web3 experience secure.
[Download Extension](/download)### Your questions answered
Get answers to the most frequently asked questions about the Trust Wallet Browser Extension.
### Built for Developers
Leverage Trust Wallet's powerful developer mode to add custom tokens \& testnests, test your dApps and much more.
## Use Trust Wallet anywhere, anytime.
The Browser Extension is the perfect companion to our mobile app. Now, you can access Trust Wallet comfortably at home, at work, or on the go!
## Built with and for our community
A Browser Extension was our most requested feature, so we did what we do best–build together with our community.
### Try new features first with beta releases
Be the first to try our new newest features and help us shape Trust Wallet with your feedback.
[Try Beta Releases](/download)![Beta release](/_next/static/media/raw.49a30cc8.svg)##### Stay Connected:
* **Wallet**[Mobile App](/download)[Browser Extension](/browser-extension)
* **Features**[Buy Crypto](/buy-crypto)[Swaps](/swap)[Staking](/staking)[NFTs](/nft)[Security](/security)[SWIFT: Smart Contract Wallet](/swift)
* **Build**[Developer Docs]( Core]( dApp]( assets listed](
* **Support**[FAQ]( Forum]( Us](
* **About**[About Us](/about-us)[Careers](/careers)[Press Kit](/press)[Terms of Service](/terms-of-service)[Privacy Policy](/privacy-policy)[Blog](/blog)
* ![A-LIGN ISO 27701](/_next/static/media/image.8354ab2c.svg)![A-LIGN ISO 27001](/_next/static/media/image.7f0b3bc9.svg)
**Download Trust Wallet**The most trusted \& secure crypto wallet.
[Download for iOS]( Extension![Chrome](/_next/static/media/raw.7dd85797.svg)]( APK](/download/apk)[Download for Android![App Store](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fimage.5ee64b2e.png&w=256&q=75)]( | product | Wallet |
https://bds.birdeye.so/#products | [Sign in](/auth/sign-in)[Create Free Account](/auth/sign-up)# Access World\-Class Crypto Data Today
Your Premier Source for Comprehensive Crypto Trading Data
* 50M\+ Daily Trade Events
[Get Started For FREE](#pricing)[Documentations]( solutions for Previous## DAPPS
NextOne Integration. Limitless Possibilities![Smart Portfolio](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-wallet.c3615789.svg&w=256&q=75)Smart PortfolioAll noises removed by unique filtering system[Learn more]( documentation]( time Candle Chart](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-analytic.50bb96b3.svg&w=256&q=75)Real Time Candle ChartWebSocket streaming OHLCV data with low latency[Learn more]( it out]( SimulationAccurate data decoding using trading data and labeling system[Learn more]( it out]( 100+ DEXes](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-multi.1c81c9d3.svg&w=256&q=75)Multichain DataCross\-chain experience can be seamless and fast[Learn more]( full list]( Integration That Works![clock-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-clock.d1a3174c.svg&w=256&q=75)FREE TrialsGet Started Instantly With Zero Cost![play-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-replay.c115b590.svg&w=256&q=75)Plug\-And\-PlayThe APIs That Fit Exactly Your DApp![money-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ficon-money.8d7ac9a2.svg&w=256&q=75)Pay Less, Use MoreFlexible And Customizable Pricing Model[Get Started Now](#pricing)We Support![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fzksync.8feefdfb.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbsc.d4b6cf2a.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Favalanche.88baf6f7.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fpolygon.c921ea46.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Farbitrum.cf7ad4b1.png&w=384&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fzksync.8feefdfb.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fbsc.d4b6cf2a.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Favalanche.88baf6f7.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fpolygon.c921ea46.png&w=640&q=75)![wallet-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Farbitrum.cf7ad4b1.png&w=384&q=75)[View full list]( CasesWalletsDEXesTradersToken* Dynamic And Multi\-chain Asset PortfolioSimplify asset tracking with Smart Token Filtering mechanism
* Real\-Time OHLCV Data and Candle ChartsStream data via APIs or WebSocket
* Multi\-chain Trade History With Parsed TXsGet insights into the past transactions, detect patterns, and more.
* Transaction SimulationSave your time and effort on transaction decoding
[Check Sample Data]( CUs/moRate Limit:300 rpmAdditional CUs:No[Get Started](/auth/sign-in)StarterPrice/month$99Included:3M CUs/moRate Limit:1000 rpmAdditional 1M CUs:$33[Buy Now](/auth/sign-in)PremiumPrice/month$199Included:10M CUs/moRate Limit:1000 rpmAdditional 1M CUs:$9\.9[Buy Now](/auth/sign-in)BusinessPrice/month$999Included:50M CUs API/mo50M CUs WS/moRate Limit:1500 rpmAdditional 1M CUs API:$5\.9Additional 1M CUs WS:$1\.8[Buy Now](/auth/sign-in)Applicable DataStandard PackToken Price![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Token Information![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Token List![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Exclusive PackTick\-level Trades \- by Token![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Tick\-level Trades \- by Pair![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)OHLCV Data \- by Token![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)OHLCV Data \- by Pair![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)OHLCV Data \- by Base/Quote![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Wallet Portfolio![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Wallet Historical Trades![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)Transaction Simulation![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)WebSocket \- Trades![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)WebSocket \- OHLCV![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)[View Details]( Documentation]( Support![uncheck-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Funcheck.270f50b0.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)![check-icon](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fcheck.1644c188.svg&w=64&q=75)EnterpriseCustom Solutions Fit To Your Exact Requirements[Let's talk](mailto:[email protected])* Fixed Price
* Discount for Yearly Payment
* 24/7 Direct Support
* Pay in Crypto or Fiat
Join The Titans Who Trusted Us![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fjupiter.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2F1inch.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fphantom.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fbackpack.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fsolflare.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2FdeBridge.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fcmc.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fprism.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fmango.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fstepfinance.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fbitget.png&w=128&q=75)![enterprise-icon](/_next/image?url=https%3A%2F%2Fgithub.com%2Fbirdeye-so%2Fbirdeye-ads%2Fraw%2Fmain%2Fpartners%2Ficon%2Fhelio.png&w=128&q=75)[![logo](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flogo.43914244.svg&w=384&q=75)](/#)Empowering crypto with data[![x-logo](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fx.49bf4eb9.svg&w=64&q=75)](/)[![telegram-logo](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ftelegram.443d519b.svg&w=64&q=75)](/)[![email-logo](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Femail.9a53f6cf.svg&w=64&q=75)](/)Legal[Term of Services]( Policy]( Documentation]( Assets]( Wings Lab Pte. Ltd | product | Pricing Data API |
https://birdeye.so | Crypto Trading Data Aggregator Tool for Traders \| BirdeyeYou need to enable JavaScript to run this app. | product | Digital Assets Terminal |
https://moon.ly/ | Discover and track the best NFT dropsSOL/USD: Solana Network: 0[![logo]( "logo")](/)[![logo]( "logo")](/)*
+ [Solana upcoming drops](/solana)
+ [Ethereum upcoming drops](/ethereum)
+ [Polygon upcoming drops](/polygon)
+ [Near upcoming drops](/near)
+ [APTOS upcoming drops](/aptos)
* Tools[Staking (old/deprecated)](/staking)[Mission (Staking V2)](/mission)[Alerts](/alerts)[Auto alert](/alerts?tab=auto-alert)[Reminders](/reminders)
* Market Data[Monitor](/monitor)[Live feed](/live)[Watchlist](/watchlist)[Holdings](/holdings)
* [Mission (Staking V2)](/mission)
* [Get verified](/get-verified)[Submit NFT](/nft/submit)
[Log in](/login?from=%2F)# Discover and track the best NFT drops
## Find the best upcoming and live NFT drops. Moonly provides analytics to help you make good NFT investments.
### Top floor movers
[![SolChefs - nft avatar]( "SolChefs - top mover mint/drop")#### SolChefs
24h volume:0\.66](/nft/solchefs)0\.51\.6k%[![Rare Wojak - nft avatar]( "Rare Wojak - top mover mint/drop")#### Rare Wojak
24h volume:10\.76](/nft/rare-wojak)0\.69130%[![Donsy - nft avatar]( "Donsy - top mover mint/drop")#### Donsy
24h volume:![MATIC currency icon](/images/blockchains/polygon-logo.svg)88\.56](/nft/donsy)![MATIC currency icon](/images/blockchains/polygon-logo.svg)8\.35116\.04%### Sales of the day
### Top sale stats will be here in just a moment
### Bottom floor movers
[![GFC Weapon Collection - nft avatar]( "GFC Weapon Collection - bottom mover mint/drop")#### GFC Weapon Col...
24h volume:![MATIC currency icon](/images/blockchains/polygon-logo.svg)6\.5](/nft/gfc-weapon-collection)![MATIC currency icon](/images/blockchains/polygon-logo.svg)3\-53\.85%[![Cyber Samurai - nft avatar]( "Cyber Samurai - bottom mover mint/drop")#### Cyber Samurai
24h volume:27\.6](/nft/cyber-samurai)0\.69\-42\.02%[![The Pumas - nft avatar]( "The Pumas - bottom mover mint/drop")#### The Pumas
24h volume:6\.59](/nft/the-pumas)5\-28\.57%### Top volume changes
[view all](/monitor)## Featured NFT Drops
* Yet another NFT project, but this time it's something different. Building a real company, while using NFT as fuel.
21\.9k33\.9kPrice0\.4 SOLSupply3870Mint DateApr 23, 2024
[Upcoming](/) [Live](/?queryMode=all)## Upcoming NFT Drops
Sort byFilter by## Latest from Moonly Blog
Gain exposure for an upcoming mint or grow your live project.
Get your NFT featured[Post your NFT for free](/nft/submit)[![logo]( "logo")](/)Moonly is a service that provides advanced tools to help you make informed decisions about your NFT investments.
[Solana](/solana)[Ethereum](/ethereum)[Polygon](/polygon)[Near](/near)[Alerts](/alerts)[Reminders](/reminders)[Market Data](/monitor)[Live](/live)[Submit NFT](/nft/submit)[Terms of service](/#)[Privary Policy](/#)[Blog](© Copyright Moon.ly 2024 | product | Digital Assets Terminal |
https://www.hellomoon.io/ | Hello Moon \| Solana Analytics \| NFTs \| DeFi \| SOL \| Universal Index
Connect walletHello Moon[Solana](/solana)### NFTs
height\="0" width\="0" style\="display:none;visibility:hidden"\>Infrastructure to build the future of Solana##### Harness the most powerful Solana developer tools to build and scale your business
[Start building for free](/dashboard)[View Documentation →]( BY1curl \-\-request POST \\2 \-\-url collection\_listing\_candlesticks/id4 \-\-header ‘accept: application/json’ \\5 \-\-header ‘content\-type: application/json’ \\For developers,by developersEasily integrate real\-time data to your product in just a few minutes
[View Documentation →](## Powerful, easy to use developer tools
Integrate the most up\-to\-date and accurate data from across the Solana ecosystem.
Easily build and customize your own datastreams in a few minutes without writing a single line of code.
Choose how you want your data delivered \- REST API, webhook or websocket
1. ### Real\-time Solana NFT and DeFi data
Integrate the most up\-to\-date and accurate data from across the Solana ecosystem.
2. ### No code datastream builder
Easily build and customize your own datastreams in a few minutes without writing a single line of code.
3. ### Flexible delivery methods
Choose how you want your data delivered \- REST API, webhook or websocket
## Flexible pricing that scales with you
1 Webhook Push \= 1 credit • 1 API Call \= 100 credits • 1 RPC call \= 1 credits### Enterprise
[Contact Us](mailto:[email protected])Looking for a more custom tailored solution? Reach out to us to see what our partners are using – lower latency, custom data streams, historical data to genesis block, volume\-based pricing, and enterprise\-level support.
## Join the community
* [Privacy, Security, Terms \& Conditions](
© 2022 Hello Moon | product | OnChain Data API |
https://app.step.finance/ | StepYou need to enable JavaScript to run this app.Want to know what we are working on?Take a sneak peak at[Step V3]( currently being worked on[![Step logo](/static/media/step.367d541c33d593a1a7e8d1bb26877ea0.svg)](/)* Dashboard
Connect![Step graphic](/static/media/step-disconnected-logo.e20a4f8b7497afdf9784416de8ed9862.svg)Connect your wallet or watch an address to begin | product | Digital Assets Terminal |
https://marinade.finance/app/ | Marinade \| Staking dApp | product | Liquid Staking |
https://basis.markets | Basis Markets \- Trade Analysis \& Execution[![Basis Markets
](#)[Docs]( your wallet](# Next\-level automation.Delta\-neutral strategies. Real\-time insights.
## DAO\-governed trade analysis engine \& execution platform,supporting your delta\-neutral strategies across exchanges
[![]( by[![Solana logo]( Vault](### Basis trade executor
## Effectively **allocate** your crypto assets
The BTX combines our proprietary data with advanced execution algorithms to support your trading. Open your delta\-neutral trades with minimal effort using the Basis Trade eXecutor.
[Coming soon \>](#)### BASIS TRADE ENGINE
## Access insights to guide your own strategies
The Basis Trade Engine provides a customisable dashboard of
real\-time insights from across 12 exchanges to let you filter and analyse the best trades for you. \*NFT required
[BTE 2\.0 coming soon \>]( Trade Engine](### THE FASTEST AND MOST ACCURATE EXCHANGE DATA
]( Markets]( Logo]( ](### OUR PROJECT TOKEN
The BASIS utility token underpins the Basis Markets ecosystem. BASIS is used to pay trading fees when using the Basis Trade eXecutor.
NFT holders receive benefits including:
\- Access to the Basis Trade Engine
\- Discounted Basis Trade eXecutor fee structure
\- Voting rights controlling Basis via our DAO
\- Connection with other members via private discord
Buy here :[![Solsea Logo]( Eden](### SINGLE SIDED
Stake your BASIS tokens to receive an additional layer of rewards through our staking programme.
[Stake BASIS \>](## \~**825**M
Basis has come a long way from its initial launch in 2021\. The ecosystem has an active community and healthy user base on both the BTE and BTX.
The active DAO community continues to develop innovative additions and features to enhance the functionality of Basis Markets' products and ecosystem.
[More information \>](##### Q4 2021 : Project launch
* NFT \& BASIS token launch
* BTE alpha release
##### Q1 2022: BTE launch
* BTE full release for NFT holders
* Marketing \& partnerships
##### **Q2 2022: DAO launch**
* DAO updates governance framework
* DAO voting system live \& initial proposals pass
* BTE upgrades \& additional functionality
##### **H2 2022: Pivot to BTX**
* DAO proposes pivot to BTX
* BTX begins development \& adjusts exchanges
* BTX alpha released to testers
##### **2023: BTX development**
* Beta development \& testing
* Beta version released to DAO members
* DAO feedback and iteration
##### ***2024: BTX public release \& more***
* BTX public launch planning
* Expand BTX exchange integrations
* Enhance trade execution
* Join our [Discord]( for updates
# WHO IS BASIS?
## As a decentralised autonomous organisation (DAO), Basis is owned and controlled by its diverse community.
Project contributors bring skills and knowledge from backgrounds such as trading, quantitative finance, blockchain engineering, data science, marketing, and product development. Get in touch with the community via our discord
[Get in touch here \>]( # FAQ
What is the Basis Trade Engine?The Basis Trade Engine (BTE) provides Basis NFT holders with real\-time data on funding \& lending rate data from 12 top exchanges. It highlights the most favourable basis trade opportunities currently available, with the advanced analysis needed to interpret and put these opportunities into action.
**What is the Basis Trade eXecutor?**The Basis Trade eXecutor (BTX) is a proprietary trade execution platform that links to your favourite exchanges via API. It provides users with the guidance and tools to open top performing delta\-neutral trades with ease, avoiding any errors with manual execution.
What does a Basis Markets NFT get me?1\. Access to the Basis Trade Engine with its data set and live information on where to find the most profitable basis trade opportunities across multiple exchanges
2\. Discounted fee structure on trading fees when executing trades through the Basis Trade eXecutor. [â](/o/fggBbt9Eg44awhb5796e/s/eP8HBG4v6oxzoDOwFBzR/~/changes/65/products/basis-trade-executor-btx)3\. Membership of the Basis Markets DAO and the ability to influence the direction of the project by participating in governance via discussions, as well as submitting and voting on proposals
4\. Access to a private members\-only area within our [Discord](
Where can I access Basis Markets from?Basis Markets does not provide services to customers located in, established in, or a citizen of the United States and a number of other restricted jurisdictions. If you fall into this category, you must not use the Basis Markets platform.
Please read our [terms of service](#10.-certification-of-non-united-states-person-status) for full details before accessing the Basis Markets ecosystem.
Cant find what your looking for ? Find more information in our [Docs]( | product | Digital Assets Terminal |
https://basis.markets | Basis Markets \- Trade Analysis \& Execution[![Basis Markets
](#)[Docs]( your wallet](# Next\-level automation.Delta\-neutral strategies. Real\-time insights.
## DAO\-governed trade analysis engine \& execution platform,supporting your delta\-neutral strategies across exchanges
[![]( by[![Solana logo]( Vault](### Basis trade executor
## Effectively **allocate** your crypto assets
The BTX combines our proprietary data with advanced execution algorithms to support your trading. Open your delta\-neutral trades with minimal effort using the Basis Trade eXecutor.
[Coming soon \>](#)### BASIS TRADE ENGINE
## Access insights to guide your own strategies
The Basis Trade Engine provides a customisable dashboard of
real\-time insights from across 12 exchanges to let you filter and analyse the best trades for you. \*NFT required
[BTE 2\.0 coming soon \>]( Trade Engine](### THE FASTEST AND MOST ACCURATE EXCHANGE DATA
]( Markets]( Logo]( ](### OUR PROJECT TOKEN
The BASIS utility token underpins the Basis Markets ecosystem. BASIS is used to pay trading fees when using the Basis Trade eXecutor.
NFT holders receive benefits including:
\- Access to the Basis Trade Engine
\- Discounted Basis Trade eXecutor fee structure
\- Voting rights controlling Basis via our DAO
\- Connection with other members via private discord
Buy here :[![Solsea Logo]( Eden](### SINGLE SIDED
Stake your BASIS tokens to receive an additional layer of rewards through our staking programme.
[Stake BASIS \>](## \~**825**M
Basis has come a long way from its initial launch in 2021\. The ecosystem has an active community and healthy user base on both the BTE and BTX.
The active DAO community continues to develop innovative additions and features to enhance the functionality of Basis Markets' products and ecosystem.
[More information \>](##### Q4 2021 : Project launch
* NFT \& BASIS token launch
* BTE alpha release
##### Q1 2022: BTE launch
* BTE full release for NFT holders
* Marketing \& partnerships
##### **Q2 2022: DAO launch**
* DAO updates governance framework
* DAO voting system live \& initial proposals pass
* BTE upgrades \& additional functionality
##### **H2 2022: Pivot to BTX**
* DAO proposes pivot to BTX
* BTX begins development \& adjusts exchanges
* BTX alpha released to testers
##### **2023: BTX development**
* Beta development \& testing
* Beta version released to DAO members
* DAO feedback and iteration
##### ***2024: BTX public release \& more***
* BTX public launch planning
* Expand BTX exchange integrations
* Enhance trade execution
* Join our [Discord]( for updates
# WHO IS BASIS?
## As a decentralised autonomous organisation (DAO), Basis is owned and controlled by its diverse community.
Project contributors bring skills and knowledge from backgrounds such as trading, quantitative finance, blockchain engineering, data science, marketing, and product development. Get in touch with the community via our discord
[Get in touch here \>]( # FAQ
What is the Basis Trade Engine?The Basis Trade Engine (BTE) provides Basis NFT holders with real\-time data on funding \& lending rate data from 12 top exchanges. It highlights the most favourable basis trade opportunities currently available, with the advanced analysis needed to interpret and put these opportunities into action.
**What is the Basis Trade eXecutor?**The Basis Trade eXecutor (BTX) is a proprietary trade execution platform that links to your favourite exchanges via API. It provides users with the guidance and tools to open top performing delta\-neutral trades with ease, avoiding any errors with manual execution.
What does a Basis Markets NFT get me?1\. Access to the Basis Trade Engine with its data set and live information on where to find the most profitable basis trade opportunities across multiple exchanges
2\. Discounted fee structure on trading fees when executing trades through the Basis Trade eXecutor. [â](/o/fggBbt9Eg44awhb5796e/s/eP8HBG4v6oxzoDOwFBzR/~/changes/65/products/basis-trade-executor-btx)3\. Membership of the Basis Markets DAO and the ability to influence the direction of the project by participating in governance via discussions, as well as submitting and voting on proposals
4\. Access to a private members\-only area within our [Discord](
Where can I access Basis Markets from?Basis Markets does not provide services to customers located in, established in, or a citizen of the United States and a number of other restricted jurisdictions. If you fall into this category, you must not use the Basis Markets platform.
Please read our [terms of service](#10.-certification-of-non-united-states-person-status) for full details before accessing the Basis Markets ecosystem.
Cant find what your looking for ? Find more information in our [Docs]( | product | Digital Assets Terminal |
https://core.allbridge.io/ | Allbridge Core. Cross\-сhain Crypto Swaps \- Transfer Tokens Between
Connect wallet [Support]( help? 👋 | product | Bridge |
https://www.lulo.fi/ | Lulo[Blog]( Started](# The Modern Way To Grow Your Wealth
Access crypto returns without the price risk. Diversify your portfolio today with DeFi Yield
It's better than your bank!
Lulo automatically ensures your deposits are always earning as much as possible.
### Connect your wallet
Or use your email to get started
### Create a deposit
Start with as little as $100
### Relax \& Earn
That's it! Watch your earnings grow by the minute
# Wall of Love
Hear from our community.
[![periwinkleplur](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1803040828178219008%2FvLraM-yU_normal.jpg&w=96&q=75 "Profile picture of plur")]( of the reasons I like to [@uselulo]( is there’s no black box involved. I deposit USDC/USDT, can always watch that deposit, and it auto rotates to earn the best interest on established lending sites.
No worry about incorrectly speculating on token prices, just straight yield.[![ChildOfBusiness](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1726263912406904832%2FVKiPyNbW_normal.jpg&w=96&q=75 "Profile picture of Wombat")]( Im not even gonna lie I was sitting down just now thinking about my interview with [@mauricedotxyz]( about [@uselulo]( Its really dawned on me how spectacular this product is. Something so simple but so promising is the perfect mix for mass adoption. Insanely bullish[![Seb_Moriarty](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1824436770986987520%2FuOKwEZDd_400x400.jpg&w=96&q=75 "Profile picture of S3B | Phase Labs")]( \| Phase Labs]( off the interest earned in [@uselulo]( is the dream[![stronkpants](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1846581071728799744%2FRmTNpbti_normal.jpg&w=96&q=75 "Profile picture of Stronk 🐻")]( 🐻]( can't believe how good [@uselulo]( is at fully automating the rotation of your assets to get best yields everytime.[![aufsol](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1691110621369040896%2FROOCV4Vl_normal.jpg&w=96&q=75 "Profile picture of auf.sol ⚡️")]( ⚡️]( $2k earned just for holding stables
Current APY \- 19\.7%
Tradfi has no chance, sorry![Over $2k earned just for holding stables
Current APY - 19.7%
Tradfi has no chance, sorry "Photo by auf.sol ⚡️")[![MrBunnyOnX](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1802067329167036416%2Fi-I8S7uo_normal.jpg&w=96&q=75 "Profile picture of Mr. Bunny 🐰")]( Bunny 🐰]( to sleep peacefully knowing my funds are finding the best APY possible w [@uselulo]( 🫶💚
Shoutout to [@mauricedotxyz]( , [@0xbraunguy]( , [@nicechute]( and the rest of the team for creating such an awesome product.
These guys continue to keep delivering bullish updates which is…[![xNFTpat](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1819623050289336320%2FfKG4Uuis_400x400.jpg&w=96&q=75 "Profile picture of Pat")]( memecoin profits go straight into [@uselulo]( you roundtrip yours, we are not the same 😹🫵[![SylvesterSolid](/_next/image?url=https%3A%2F%2Fpbs.twimg.com%2Fprofile_images%2F1797533966741671937%2FKvsYWDdG_normal.jpg&w=96&q=75 "Profile picture of Sly Odogwu")]( Odogwu]( am super bullish on this team.
All my [$USDC]( is with themBACKED BY
logo/white![Castle Island Ventures](/_next/image?url=%2Fcastleventures.png&w=384&q=75)![Maple Finance](/_next/image?url=%2Fmaple.png&w=384&q=75)![GoldenTree Asset Management](/_next/image?url=%2Fgoldentree.png&w=384&q=75)# Smarter Investing with DeFi Yield
Don't let deposits sit idle in your bank account. Grow them faster with Lulo.
## Monthly earnings over 10 years
Stay ConnectedProvide your email to stay up to\-date on the latest announcements.SubscribeYour subscription could not be saved. Please try again.Check your email to confirm your subscription.# Frequently Asked
### Do I need to buy crypto to get started?
### Where does the yield come from?
### How much money do I need to start?
### Is Lulo audited?
### What fees are involved?
### Are my funds locked?
### I still have more questions, where can I learn more?
# Get Started Today
Diversify your portfolio with sustainable DeFi Yield
[Start Earning]( your portfolio with sustainable DeFi Yield | product | Decentralised Borrowing & Lending |
https://www.hawksight.co/ | Hawksight.co \- Solana's Yield Optimizer[![hawksight defi project white full logo](/_next/image?url=%2Fassets%2Fimages%2Fgraphics%2Fwhite-hawksight.png&w=384&q=75)](/)* [![hawksight defi project white full logo](/_next/image?url=%2Fassets%2Fimages%2Fgraphics%2Fwhite-hawksight.png&w=384&q=75)](/)
+ [$HAWK Token Staking](
+ [DDH PFP UpgradeNew](
+ [DDH NFT Staking](
* [LP Simulator New](
Connect wallet* Change wallet
## with self\-custodial \& automated market making strategies
Explore 1700\+ strategies nowAudited by **Certik** \& **Sec3**. Backed by **Solana Ventures**.Audited by![certik defi auditor white logo](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fwhite-certik.png&w=256&q=75)![sec3 certik defi auditor white logo](/assets/images/partners/white-sec3.svg)Backed by![solana ventures hawksight defi project backers](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fsolana-ventures.png&w=256&q=75)Powered By![hawksight powered by Orca solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Forca-logo.png&w=640&q=75 "Orca")![hawksight powered by Solend solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolend-logo.png&w=640&q=75 "Solend")![hawksight powered by Jupiter aggregator solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fjupiter.png&w=640&q=75 "Jupiter Aggregator")![hawksight powered by Helius solana data provider](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fhelius.png&w=640&q=75 "Helius")![hawksight powered by Birdeye solana data provider](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fbirdeye.png&w=640&q=75 "Birdeye")![hawksight powered by Port Finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fport-logo.png&w=640&q=75 "Port Finance")![hawksight powered by Marinade Finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fmarinade-logo.png&w=640&q=75 "Marinade Finance")![hawksight powered by Saber solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsaber-logo.png&w=640&q=75 "Saber")![hawksight powered by Quarry solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fquarry-logo.png&w=640&q=75 "Quarry")![hawksight powered by Jito solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fjito.png&w=640&q=75 "Jito")![hawksight powered by SolBlaze solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolblaze.png&w=640&q=75 "SolBlaze")![hawksight powered by Tulip solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Ftulip-logo.png&w=640&q=75 "Tulip")![hawksight powered by Francium solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Ffrancium-logo.png&w=640&q=75 "Francium")![hawksight powered by SolanaFM solana blockchain explorer](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolana-fm-logo.png&w=640&q=75 "SolanaFM")![hawksight powered by Kamino finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fkamino-logo.png&w=640&q=75 "Kamino Finance")![hawksight powered by Orca solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Forca-logo.png&w=640&q=75 "Orca")![hawksight powered by Solend solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolend-logo.png&w=640&q=75 "Solend")![hawksight powered by Jupiter aggregator solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fjupiter.png&w=640&q=75 "Jupiter Aggregator")![hawksight powered by Helius solana data provider](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fhelius.png&w=640&q=75 "Helius")![hawksight powered by Birdeye solana data provider](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fbirdeye.png&w=640&q=75 "Birdeye")![hawksight powered by Port Finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fport-logo.png&w=640&q=75 "Port Finance")![hawksight powered by Marinade Finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fmarinade-logo.png&w=640&q=75 "Marinade Finance")![hawksight powered by Saber solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsaber-logo.png&w=640&q=75 "Saber")![hawksight powered by Quarry solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fquarry-logo.png&w=640&q=75 "Quarry")![hawksight powered by Jito solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fjito.png&w=640&q=75 "Jito")![hawksight powered by SolBlaze solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolblaze.png&w=640&q=75 "SolBlaze")![hawksight powered by Tulip solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Ftulip-logo.png&w=640&q=75 "Tulip")![hawksight powered by Francium solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Ffrancium-logo.png&w=640&q=75 "Francium")![hawksight powered by SolanaFM solana blockchain explorer](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fsolana-fm-logo.png&w=640&q=75 "SolanaFM")![hawksight powered by Kamino finance solana defi protocol](/_next/image?url=%2Fassets%2Fimages%2Fprotocols%2Ffull%2Fkamino-logo.png&w=640&q=75 "Kamino Finance")Why HawksightOne\-Stop ShopEarn the best yield on your SOL and USDC with the smartest navigator of Solana DeFi protocols. Choose your preferred strategy from our list of strategies across 4 protocols and start earning in 1 click! No swapping, staking, pairing, bridging, or pooling needed!Flexible Deposits and WithdrawalsDeposit any amount of SOL or USDC to start earning yield. Claim rewards and withdraw your funds anytime! No minimum deposits or lockups!Secure \& Non\-CustodialDecentralized vaults keep depositors in full control over their funds. Hawksight is battle\-tested through internal audits, multiple external audits (CertiK \& Sec3), and will partner with DeFi insurance protocols.Trusted ByTop crypto funds, exchanges, and 1,914,601\+ everyday investors from 36\+ countries![Solana Ventures](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fsolana-ventures.png&w=384&q=75 "Solana Ventures")![NGC Ventures](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fngc-ventures-logo.png&w=384&q=75 "NGC Ventures")![Solar Eco Fund](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fsolar-eco-fund-logo.png&w=384&q=75 "Solar Eco Fund")![One Block Capital + Advisory](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2FOBC-logo.png&w=384&q=75 "One Block Capital + Advisory")![Big Brain Ventures](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fbig-brain-logo.png&w=384&q=75 "Big Brain Ventures")![Mirana](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fmirana-logo.png&w=384&q=75 "Mirana")![Petrock Capital](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fpetrock-capital-logo.png&w=384&q=75 "Petrock Capital")![Entrepreneur First](/assets/images/partners/ef-logo.svg "Entrepreneur First")![Skyvision Capital](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fskyvision-logo.png&w=384&q=75 "Skyvision Capital")![Global Founders Capital](/assets/images/partners/gfc-logo.svg "Global Founders Capital")![Everest Ventures Group](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fevg-logo.png&w=384&q=75 "Everest Ventures Group")![Double Peak](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fdouble-peak-logo.png&w=384&q=75 "Double Peak")![Solanium Ventures](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fsolanium-ventures-logo.png&w=384&q=75 "Solanium Ventures")![Gate.io](/_next/image?url=%2Fassets%2Fimages%2Fpartners%2Fgateio-logo.png&w=384&q=75 "Gate.io")Frequently Asked Questions1\. What is Hawksight?Hawksight is a liquidity manager on Solana helping liquidity providers on Concentrated Liquidity Market Makers maximize their profitability through price range rebalancing and automated fee compounding.2\. Who can use Hawksight?Hawksight is open for all current and prospective liquidity providers. It's our mission to help you maximize your profitability on CLMMs.3\. Is there a fee to use Hawksight?Hawksight only charges a 5% Performance Fee on all yield generated. This aligns the success of our users to the success of Hawksight as a protocol.4\. Is there a minimum/maximum amount to deposit/withdraw?There are no minimum deposits or maximum withdrawals when using Hawksight as it is our mission to make Defi accessible for all!5\. Is there a minimum holding period for my deposits before I can withdraw it?Users can withdraw their funds from any Hawksight pool at any time. We automate the processes needed to enter into these strategies while letting you keep control of your funds. Withdraw your funds at any time that you please.[See complete list of FAQs]( defi project white full logo](/_next/image?url=%2Fassets%2Fimages%2Fgraphics%2Fwhite-hawksight.png&w=384&q=75)Hawksight is the protocol that optimizes your yield on Solana DeFi. Earn optimized yields from Solana's Top DeFi Protocols and manage your positions all in one protocol. Show your support and earn additional yield from our Hawksight NFTs \& HAWK Token.
Our mission is to maximize your experience on Solana DeFi. Join our Discord \& Telegram \- we have a team ready around the clock to get you started.
[Discord]( is building Solana's Yield Optimizer. Our mission is to maximize your experience on Solana Defi, by aggregating and automating DeFi yield strategies in 1\-click so users can instantly get the best yield to grow their Solana tokens ($SOL) and USDC stablecoins ($USDC) from various yield strategies such as liquidity providing, borrow lending, options derivatives, NFT lending, and GameFi yield. Hawksight has and will integrate with leading Solana DeFi protocols including but not limited to: Solend, Marinade Finance, Raydium, Lido, Tulip Protocol, Orca, Quarry, Port Finance, Francium, Saber, Friktion, Mercurial, Socean, JPool, Hubble, UXD, Hedge Labs, Lifinity, Frakt, PsyFi, and many more.
Hawksight has been audited by leading smart contract security firms including CertiK and Sec3 (previously Soteria). Hawksight's $HAWK utility tokens are available on crypto exchanges like KuCoin, MEXC, and Raydium. And Hawksight's DeFi utility NFTs, the Debonair Degen Hawks, are available on Magic Eden, the largest Solana NFT marketplace. Hawksight is backed by Solana Ventures, NGC Ventures, Solar Eco Fund, One Block Capital, Big Brain VC (SOL Big Brain), Mirana, Petrock Capital, Entrepreneur First, Skyvision Capital, Global Founders Capital, Everest Ventures Group, and Double Peak Group. Visit hawksight.co to get the best yield APYs to easily grow your SOL \& USDC. | product | Decentralised Borrowing & Lending |
https://francium.io/app/ | [Francium Docs]( Us](mailto:[email protected])©2024 Francium Protocol[Audits](
SOLFarmLending APY Highlights[Deposit](/app/lend)### Total Value Locked
| Strategy | APY | APR | Leverage | |
| --- | --- | --- | --- | --- |
| No data | | | | | | product | Decentralised Borrowing & Lending |
https://app.sujiko.trade/trade/PUDGY-PERP | 0\.00 \| PUDGY\-PERP \| Sujiko DerivativesConnect walletPUDGY\-PERP[Oracle price]( change24H volumeEst. 1h funding rateOpen interestChartOrderbookTrades
Price | Size | Total || Spread | | |
PRICE | AMOUNT | TIME |
| Market | L/S | Size | Entry Price | Notional | uPNL | Unsettled PNL | Liq. Price | Unsettled Fund. | |
No Open Positions Found
| Market | B/S | Type | Size | Notional | Trigger |
No Open Orders Found
| Market | B/S | Fill Price | Size | Fee | Filled | Liquidation | Status | Filled At |
No Trade History Found
| MARKET | PAYMENT |
No Historical Funding Found
| Market | Unsettled PNL | Settled PNL | |
No Positions With Unsettled PNLTradeBUYSELLMARKETLIMITLimit Price:BIDMIDASKUSDCAmount:.1x.5x1x2xMAXNFTUSDCEst. entry price$0\.00Est. slippage0\.00%Est. liquidation price$0\.00Collateral required$0\.00CONNECT WALLETTotal value: 0\.00 USDCAccount OverviewWallet balance$0\.00Used collateral$0\.00Unrealized P\&L\+$0\.00Unsettled P\&L\+$0\.00Free collateral$0\.00Leverage0\.0xSelected max leverage1\.0xHealth100%Total pos. size$0\.00Not connectedHelius (mainnet\-beta) @ 0msTPS: 0v0\.2\.024H Turnover: 0 USDCPriority Fee: Lightning | product | Derivatives |
https://dex.zeta.markets | Well, this is unexpected...
If refreshing doesnât work, feel free to reach out to us on Telegram. | product | Decentralised Exchange |
https://docs.zeta.markets/zeta-x-zx/zeta-x-litepaper | Zeta X Litepaper \| Zeta Markets[![Logo](~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_F3hE1LuwHTNXyKNX3%2Flogo%2FFdYyUN5GMvgry1Xv88X5%2FZeta%20Logo-Light%20BG-10px%20padding%20(1).svg?alt=media&token=4b04c4f7-d389-429d-bab4-71df79bed629)![Logo](~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_F3hE1LuwHTNXyKNX3%2Flogo%2F004YItxyooLndvDZGqlH%2FZeta%20Logo-Light%20BG-10px%20padding.svg?alt=media&token=17a5925c-adf5-4ac3-be78-e38ebaa20936)](/)MoreAsk or SearchCtrl \+ K* [👋Welcome to Zeta](/)
* The Zeta DEX
+ [📚Learn how to trade on Zeta](/zeta-protocol/learn-how-to-trade-on-zeta)
- [🎓Introduction to Perpetuals](/zeta-protocol/learn-how-to-trade-on-zeta/introduction-to-perpetuals)
- [📖Getting Started on Zeta](/zeta-protocol/learn-how-to-trade-on-zeta/getting-started-on-zeta)
- [💟Margin Account Parameters](/zeta-protocol/learn-how-to-trade-on-zeta/margin-account-parameters)
* [Liquidations \& Insurance](/zeta-protocol/exchange-architecture/margin-system/liquidations-and-insurance)
- [Orderbook \& Matching Engine](/zeta-protocol/exchange-architecture/orderbook-and-matching-engine)
- [Perpetual Funding System](/zeta-protocol/exchange-architecture/perpetual-funding-system)
+ [📱Mobile is LIVE !](/zeta-protocol/mobile-is-live)
+ [💱Trading Rewards Program](/rewards-programs/trading-rewards-program)
- [Z\-Score Active Boosts](/rewards-programs/trading-rewards-program/z-score-active-boosts)
- [🟡$DBR Listing (Live)](/rewards-programs/trading-rewards-program/usddbr-listing-live)
- [🥩Stakers' Boosted Trading Rewards](/rewards-programs/trading-rewards-program/stakers-boosted-trading-rewards)
- [🗃️Ended Trading Campaigns and Boosts](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts)
* [🪐Jupiter x Zeta (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/jupiter-x-zeta-finished)
* [1️⃣Season 1 (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-1-finished)
+ [1️⃣Z\-Score Season 1](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-1-finished/z-score-season-1)
- [👥NFT Community Partners](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-1-finished/z-score-season-1/nft-community-partners)
+ [⚡S1 Zeta Cards](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-1-finished/s1-zeta-cards)
* [2️⃣Season 2 (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished)
+ [2️⃣Z\-Score Season 2](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2)
- [🍴Bitcoin Halving (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/bitcoin-halving-finished)
- [🐶$WIF Listing (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/usdwif-listing-finished)
- [🔴$RNDR Listing (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/usdrndr-listing-finished)
- [⬛$TNSR Listing (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/usdtnsr-listing-finished)
- [🔮Pyth Stakers (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/pyth-stakers-finished)
- [🟥Backpack Boost (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/backpack-boost-finished)
- [🏁AssetDash Elements (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/z-score-season-2/assetdash-elements-finished)
+ [⚡S2 Zeta Cards (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/s2-zeta-cards-finished)
+ [🎉Community Airdrop (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/season-2-finished/community-airdrop-finished)
* [$POPCAT Listing (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/usdpopcat-listing-finished)
* [👯Referral Z\-Score Boost (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/referral-z-score-boost-finished)
* [$EIGEN Listing (Finished)](/rewards-programs/trading-rewards-program/ended-trading-campaigns-and-boosts/usdeigen-listing-finished)
+ [🚰Maker Rewards Program](/rewards-programs/maker-rewards-program)
- [Genesis Epoch Referral Boost (Finished)](/rewards-programs/referrals-program/genesis-epoch-referral-boost-finished)
- [Breakpoint Referral Boost](/rewards-programs/referrals-program/breakpoint-referral-boost)
* The $ZEX Airdrop
+ [✅Check Your $ZEX Allocation](/the-zex-airdrop/check-zex-allocation)
+ [💰Claim Your $ZEX Allocation](/the-zex-airdrop/claim-your-zex)
- [Staking $ZEX: Step\-by\-Step Guide](/the-zex-airdrop/staking/staking-usdzex-step-by-step-guide)
+ [📚Guide to checking \& claiming your $ZEX](/the-zex-airdrop/zex-guide)
* Build with Zeta
- [Market Making Bot](/build-with-zeta/python-sdk/market-making-bot)
+ [😴REST Data API](/build-with-zeta/rest-data-api)
+ [🎨Logo \& Visual Guidelines](/brand-assets/logo-and-visual-guidelines)
* [Send SOL from Kucoin to Solana](/bridging-to-solana/bridging-guides/from-exchanges/send-sol-from-kucoin-to-solana)
* [Send SOL from OKX to Solana](/bridging-to-solana/bridging-guides/from-exchanges/send-sol-from-okx-to-solana)
* [Send SOL from Coinbase to Solana](/bridging-to-solana/bridging-guides/from-exchanges/send-sol-from-coinbase-to-solana)
* [Send SOL from Binance to Solana](/bridging-to-solana/bridging-guides/from-exchanges/send-sol-from-binance-to-solana)
- [⛓️From Other Chains](/bridging-to-solana/bridging-guides/from-other-chains)
* [🟡Bridge from BSC to Solana](/bridging-to-solana/bridging-guides/from-other-chains/bridge-from-bsc-to-solana)
* [🔷Bridge from Ethereum to Solana](/bridging-to-solana/bridging-guides/from-other-chains/bridge-from-ethereum-to-solana)
* [🧊Bridge from Polygon to Solana](/bridging-to-solana/bridging-guides/from-other-chains/bridge-from-polygon-to-solana)
* ⚡Zeta X (ZX)
+ [📄Zeta X Litepaper](/zeta-x-zx/zeta-x-litepaper)
- [Role of $ZEX](/zeta-x-zx/zeta-x-litepaper/role-of-usdzex)
- [High Level Architecture of ZX](/zeta-x-zx/zeta-x-litepaper/high-level-architecture-of-zx)
- [Staking with Phantom](/zeta-node/validator-details/staking-with-phantom)
- [Staking with Solflare](/zeta-node/validator-details/staking-with-solflare)
+ [Terms and Conditions](/legal/terms-and-conditions)
+ [Staking Terms and Conditions](/legal/staking-terms-and-conditions)
+ [Pyth Retroactive Airdrop](/educational-resources/pyth-retroactive-airdrop)
+ [🆕New to Solana? Start Here!](/educational-resources/new-to-solana-start-here)
[Powered by GitBook]( cover image](~gitbook/image?url=https%3A%2F%2F4096095864-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-M_F3hE1LuwHTNXyKNX3%252Fuploads%252FhcBBgYXXeV0P8TShYOQY%252FGitbook%2520-%2520Header.png%3Falt%3Dmedia%26token%3Dd8a66cad-f98f-492f-9725-68602823b64d&width=1248&dpr=4&quality=100&sign=376271c8&sv=1)On this page* [Zeta X (ZX): Building a Trustless Layer 2 for Decentralized Derivatives Trading on Solana](#zeta-x-zx-building-a-trustless-layer-2-for-decentralized-derivatives-trading-on-solana)
* [Table of Contents](#table-of-contents)
# 📄Zeta X Litepaper
## Zeta X (ZX): Building a Trustless Layer 2 for Decentralized Derivatives Trading on Solana
> We present our initial approach to scaling decentralized perpetuals trading through an optimistic rollup built on Solana that leverages zero\-knowledge proofs for trustless on\-chain settlement. The rollup will use an off\-chain matching engine to achieve performance on par with centralised exchanges whilst leveraging the transparency and security of Solana L1 for data availability (DA) and settlement.
### Table of Contents
* [Role of $ZEX](/zeta-x-zx/zeta-x-litepaper/role-of-usdzex)
* [High Level Architecture of ZX](/zeta-x-zx/zeta-x-litepaper/high-level-architecture-of-zx)
[PreviousBridge from Polygon to Solana](/bridging-to-solana/bridging-guides/from-other-chains/bridge-from-polygon-to-solana)[NextIntroduction](/zeta-x-zx/zeta-x-litepaper/introduction)Last updated 4 months ago | product | L2 |
https://www.cube.exchange/trade | SOL \| CubeSOL\-USDC\-\-.\-\-0\.0%\-\-24h Chg% Chg24h Open24h Lo24h Hi24h Vol(SOL)24h Turn(USDC)Balance:[$0\.00\* \* \* \* \*](/portfolio)mboen[Sign In](/signin)[Sign Up](/signup)ChartBookDepthEqualizer1s1m15m1h4h1d𝑓𝑥OrdersPositionsEventsmarketStateDateCancelTradeAdvancedRecentAlgo0\.01BUYSELLMKTLimitLimit Price:bidmidaskn/aAmount:.5x2xn/aMAX0\.00 (undefined%) ExecutionAllow Taker🔥[Cube](/ "Cube | The World's Fastest Crypto Exchange")TradeConvertBundlesOrdersPortfolioTransactionsMarketsRewardsOpen chat | product | Centralised Exchange |
https://docs.li.fi/li.fi-api | LI.FI API \| LI.FI Documentation[![](~gitbook/image?url=https%3A%2F%2F214868641-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ff8wrmfL9sMgx2g3g358V%252Ficon%252Ft35LeAGCJaMkRJ6FNr32%252FTheme%253DSecondary512.png%3Falt%3Dmedia%26token%3Dd058969d-6436-42d2-a634-add261b4d0e3&width=32&dpr=4&quality=100&sign=4043e764&sv=1)![](~gitbook/image?url=https%3A%2F%2F214868641-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ff8wrmfL9sMgx2g3g358V%252Ficon%252Ft35LeAGCJaMkRJ6FNr32%252FTheme%253DSecondary512.png%3Falt%3Dmedia%26token%3Dd058969d-6436-42d2-a634-add261b4d0e3&width=32&dpr=4&quality=100&sign=4043e764&sv=1)LI.FI Documentation](/)[LI.FI Website]( Reference]( Desk / FAQs / Create support ticket]( Website]( Reference]( Desk / FAQs / Create support ticket]( or SearchCtrl \+ K* [🏡Getting Started](/)
+ [❓What is LI.FI](/overview/what-is-li.fi)
+ [🆚LI.FI vs Aggregators/DEXs/Bridges](/overview/li.fi-vs-aggregators-dexs-bridges)
+ [🏹LI.FI vs. Other Aggregators](/overview/li.fi-vs.-other-aggregators)
+ [🌐Powered by LI.FI](/overview/powered-by-li.fi)
* [✅List: Chains, Bridges, DEX Aggregators, Solvers](/list-chains-bridges-dex-aggregators-solvers)
* [💲Monetization / Take Fees](/monetization-take-fees)
* [🔏Rate Limits \& API Key](/rate-limits-and-api-key)
* [How to get integrated by LI.FI?](/how-to-get-integrated-by-li.fi)
- [Transferring Tokens (Example)](/li.fi-api/li.fi-api/transferring-tokens-example)
- [Requesting supported Chains](/li.fi-api/li.fi-api/requesting-supported-chains)
- [Requesting all supported Tools](/li.fi-api/li.fi-api/requesting-all-supported-tools)
- [Requesting all known Tokens](/li.fi-api/li.fi-api/requesting-all-known-tokens)
- [Getting Token Information](/li.fi-api/li.fi-api/getting-token-information)
- [Getting all possible Connections](/li.fi-api/li.fi-api/getting-all-possible-connections)
- [Requesting a Quote](/li.fi-api/li.fi-api/requesting-a-quote)
* [Optimizing quote response timing](/li.fi-api/li.fi-api/requesting-a-quote/optimizing-quote-response-timing)
* [Cross\-Chain Contract Calls](/li.fi-api/li.fi-api/requesting-a-quote/cross-chain-contract-calls)
* [Possible Tool Errors](/li.fi-api/li.fi-api/requesting-a-quote/possible-tool-errors)
* [Testing your integration](/li.fi-api/li.fi-api/requesting-a-quote/testing-your-integration)
- [Status of a Transaction](/li.fi-api/li.fi-api/status-of-a-transaction)
- [Requesting Analytics Data](/li.fi-api/li.fi-api/requesting-analytics-data)
+ [⚔️TX\-Batching aka "Zaps"](/li.fi-api/tx-batching-aka-zaps)
* Integrate LI.FI SDK
+ [🚀LI.FI SDK Overview](/integrate-li.fi-sdk/li.fi-sdk-overview)
+ [📦Install LI.FI SDK](/integrate-li.fi-sdk/install-li.fi-sdk)
+ [🪐Configure SDK Providers](/integrate-li.fi-sdk/configure-sdk-providers)
+ [⛓️Chains and Tools](/integrate-li.fi-sdk/chains-and-tools)
+ [🚗Migrate from v2 to v3](/integrate-li.fi-sdk/migrate-from-v2-to-v3)
* INTEGRATE LI.FI WIDGET
+ [🧩LI.FI Widget Overview](/integrate-li.fi-widget/li.fi-widget-overview)
+ [🎮Select Widget Variants](/integrate-li.fi-widget/select-widget-variants)
+ [⚛️Compatibility with Next.js, Remix, Nuxt, etc.](/integrate-li.fi-widget/compatibility-with-next.js-remix-nuxt-etc.)
+ [🛣️React Router Compatibility](/integrate-li.fi-widget/react-router-compatibility)
+ [📖Widget API Reference](/integrate-li.fi-widget/widget-api-reference)
+ [🚗Migrate from v2 to v3](/integrate-li.fi-widget/migrate-from-v2-to-v3)
* Support \& Misc.
+ [Technical Help Desk \& FAQ](
+ [Create a Partner Ticket](
[Powered by GitBook]( ![Logo](~gitbook/image?url=https%3A%2F%2F214868641-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ff8wrmfL9sMgx2g3g358V%252Flogo%252Fty1ivQ12vnJq9emVYkTk%252FLI.FI%2520Wordmark%2520Logo.png%3Falt%3Dmedia%26token%3Dd98378d7-2b91-4477-af82-7465f7f20215&width=320&dpr=4&quality=100&sign=f63af0c7&sv=1)![Logo](~gitbook/image?url=https%3A%2F%2F214868641-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ff8wrmfL9sMgx2g3g358V%252Flogo%252Fty1ivQ12vnJq9emVYkTk%252FLI.FI%2520Wordmark%2520Logo.png%3Falt%3Dmedia%26token%3Dd98378d7-2b91-4477-af82-7465f7f20215&width=320&dpr=4&quality=100&sign=f63af0c7&sv=1)Connect with us
[Help Desk / FAQ]( Reference]( | product | DEX Aggregator |
https://sonar.watch/ | [Address Book](/address-book) [Platforms](/platforms) [Airdrop Checker NEW](/airdrop-checker)[API]( report]( feature]( Watch your address or domain ![SonarWatch logo](## The multichain dashboard that empowers your DeFi journey. | product | Digital Assets Terminal |
https://www.openbook.ag/ | Openbook DEX[Ecosystem](/ecosystem)[Docs](#)[Trade Now](/ecosystem)[Ecosystem](/ecosystem)[Docs](#)[Trade Now](/ecosystem)OpenBook
# A DEX For The People
# A DEX For The People
## The Capital Efficiency of a CLOB.
## The Speed of Solana.
The OpenBook central limit orderbook links many of the largest protocols in Solana DeFi, providing a unified liquidity layer that matches buyers and sellers across the ecosystem, enabling fully on\-chain price discovery at the speed of light.
[See Projects](/ecosystem)[Build With Us]( WE ARE
An open source and permissionless public utility, built and funded by the community it serves.
[Join our community](## Unparalleled Composability
Integrate any project, build your own UI with customized fees and features or fork the codebase to explore new use cases.
[DEX V2 Code](## Zero Protocol Fees
## Zero Protocol Fees
Free to build on. Free to trade on. Free from rent\-seeking behavior and venture capital influences.
[Learn More](## Infinite Customization
Create public or whitelisted markets, set your own fees, and trade any SPL token.
[Learn More](## Permisonless Trustless Transparent
## Permisonless Trustless Transparent
100% on\-chain and noncustodial orderbook.
# Audited and Verified by
[View Full Report]( US
## Building on the Book?
[Join our Discord server!](mailto:[email protected])
© 2024 OpenBook. All rights reserved. | product | Decentralised Exchange |
https://app.phoenix.trade/ | PhoenixYou need to enable JavaScript to run this app.Connect Wallet
By connecting your wallet, you acknowledge and agree to the [Terms of Service](./../../terms) and that you have read and understood our [Privacy Policy.](./../../privacy)
0\.1%0\.5%1%%Show open orders on chart
Looks like you're in an unsupported region, and therefore cannot access our swap interface. You can still view our stats pages.
Banned regions: AF, RS, MK, BY, MM, CF, CU, CD, ER, IR, IQ, LB, LY, ML, NI, KP, RU, SO, SS, SD, SY, US, VE, YE, ZW
Get me out of here | product | Decentralised Exchange |
https://docs.hxro.network/hxro-network/market-protocols/derivatives-trading | Derivatives Trading \| Hxro[![Logo](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Flogo%252FnG7BlnyRRjBwt9LcHEGc%252FLogo%2520Square%2520Hxro%2520Border%2520%28PfP%29%2520%2811%29.png%3Falt%3Dmedia%26token%3D1f37556b-80ea-4e84-9f65-41b02f9e8cd3&width=192&dpr=4&quality=100&sign=1976f9eb&sv=1)![Logo](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Flogo%252FnG7BlnyRRjBwt9LcHEGc%252FLogo%2520Square%2520Hxro%2520Border%2520%28PfP%29%2520%2811%29.png%3Falt%3Dmedia%26token%3D1f37556b-80ea-4e84-9f65-41b02f9e8cd3&width=192&dpr=4&quality=100&sign=1976f9eb&sv=1)](/)MoreSearchCtrl \+ K* HXRO NETWORK
+ [Welcome to Hxro Network](/)
* [SAMM Protocol Litepaper \- v1\.1](/hxro-network/market-protocols/betting/samm-protocol-litepaper-v1.1)
* TOKENOMICS AND STAKING
- [Transfer HXRO from ERC20 to SPL via Wormhole](/tokenomics-and-staking/how-to/transfer-hxro-from-erc20-to-spl-via-wormhole)
- [Claim an esHXRO Airdrop](/tokenomics-and-staking/how-to/claim-an-eshxro-airdrop)
- [How to Stake HXRO](/tokenomics-and-staking/how-to/how-to-stake-hxro)
- [How to Vest esHXRO](/tokenomics-and-staking/how-to/how-to-vest-eshxro)
- [How to Initialize and Claim Rewards](/tokenomics-and-staking/how-to/how-to-initialize-and-claim-rewards)
* NETWORK REWARDS AND INCENTIVES
- [Python \& Typescript SDKs](/developers/derivatives-tooling/python-and-typescript-sdks)
- [Dexterity Typescript SDK QuickStart](/developers/derivatives-tooling/dexterity-typescript-sdk-quickstart)
- [Dexterity Typscript Scripts](/developers/derivatives-tooling/dexterity-typscript-scripts)
- [DEX Reference Implementations](/developers/derivatives-tooling/dex-reference-implementations)
- [Parimutuel Typescript SDK QuickStart](/developers/parimutuel-tooling/parimutuel-typescript-sdk-quickstart)
- [Parimutuel Typescript \+ React Project](/developers/parimutuel-tooling/parimutuel-typescript-+-react-project)
- [Developer Grant FAQs](/developers/developer-grants/developer-grant-faqs)
+ [Market Maker Reference Implementation](/market-makers/market-maker-reference-implementation)
+ [Staking Contract Audit](/security/staking-contract-audit)
+ [Governance, Staking, and Rewards Portal](
- [Brand and Press](/external-links/brand-kit/brand-and-press)
[Powered by GitBook]( cover image](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Fuploads%252F9FoJqYzJJndLTqgEH9IP%252FGroup%25201321314215%2520%282%29.png%3Falt%3Dmedia%26token%3D4ab42685-93e0-4761-9c8e-12f312e79413&width=1248&dpr=4&quality=100&sign=2575ffa4&sv=1)On this page* [Dexterity Protocol \- Whitepaper v1\.0 \- March 2022](#dexterity-protocol-whitepaper-v1.0-march-2022)
* [SPANDEX Risk Engine](#spandex-risk-engine)
Hxro Network doesn’t just provide turnkey liquidity for on\-chain derivatives. Through two core protocols ([**Dexterity**](/hxro-network/market-protocols/derivatives-trading#dexterity-protocol-whitepaper-v1.0-march-2022) and [**SPANDEX**](/hxro-network/market-protocols/derivatives-trading#spandex-risk-engine)) the network also provides fundamental building blocks to developers of CLOB\-based derivatives trading applications, underpinning all necessary **risk and** **exchange infrastructure** to scale derivatives markets on\-chain. By composing with Hxro Network protocols, DeFi builders are given the ability to concentrate on creating unique and superior UI/UX that wins users.
### Dexterity Protocol \-[Whitepaper v1\.0 \- March 2022](
Dexterity is a permissionless collection of smart contracts that allow anyone to connect to and build **CLOB\-based** derivatives trading applications. By building on top of Dexterity, developers have access to turnkey exchange and settlement infrastructure needed to facilitate derivatives markets.
A Central Limit Order Book (CLOB) is a system used in financial markets to match buy and sell orders. Here's how it works:
* **Order Placement:** Traders submit buy or sell orders with specific prices and quantities.
* **Order Matching:** The CLOB constantly matches incoming orders based on their prices and timestamps.
* **Order Book:** Organizes orders in a list, showing the best buying and selling prices.
* **Transparency:** Traders can see all active orders, prices, and quantities.
* **Price Discovery:** The CLOB helps determine the current market price.
CLOBs are crucial for trading efficiency and transparency in both traditional and decentralized markets.
#### MPGs and TRGs
The MPG (Market Product Group) is a collection of products (such as perps, dated futures, ZDFs, combos, etc) and their order books on Hxro’s Dexterity protocol, allowing for the exchange of risk and margin. Each MPG has its own margin vault and supports specific tokens for margin and settlement.
Within an MPG, traders create TRG (Trader Risk Group) accounts. TRG accounts are specific to the MPG they are created in and hold all trading\-related information such as risk, margin, profit/loss, and orders. Put another way, creating a user account (“TRG”) linked to an MPG gives you access to trading the products included on that MPG.
TRGs have health thresholds: Initial Required Margin and Maintenance Margin Requirement. Falling below these levels puts the TRG in different states: Healthy, Risk\-off, or Liquidatable. SPANDEX, Dexterity's on\-chain risk engine, manages these states and processes TRG accounts.
### SPANDEX Risk Engine
One of the biggest considerations for any derivatives trader, whether trading on\-chain or off\-chain, is avoiding liquidation by maintaining the collateral requirements associated with all open positions. Historically in crypto derivatives markets, the required margin put up by traders is calculated on an isolated, position\-by\-position basis.
The initial margin for a given position is established up front, then based on an ongoing fixed percentage of the overall position (“maintenance margin”). Failure to maintain the minimum maintenance margin requirement often results in the liquidation of your position.
When a trader has several positions open simultaneously, the total required margin can quickly stack up, making the use of their capital extremely inefficient, lowering their ROI and limiting their overall trading opportunity. While this has long been standard practice for crypto derivatives, isolated margin is suboptimal and misaligned with how traders can more efficiently account for risk.
Hxro Network’s **SPANDEX** is the only on\-chain, real\-time, portfolio\-based risk and margin engine.
The goal of portfolio\-based margin is for margin levels to be set in a way that more precisely reflects the actual net risk of the trader’s account. The trader can benefit from portfolio margin because resulting margin requirements are generally lower than requirements based on isolated risk.
#### Isolated vs. Portfolio Risk and Margin
SPANDEX real\-time margin requirements are calculated by looking at the risk of the traders portfolio as a whole, rather than the more common method of calculating margin on an isolated, position\-by\-position basis.
By assessing collective risk at the portfolio level vs. each isolated position, SPANDEX accounts for different risk factors and adjusts account margin requirements accordingly. This means that assets in your portfolio that may have offsetting risk effects could result in significant margin requirement relief (see [here](/traders/faqs#a-hypothetical-example-of-how-portfolio-margin-works) for a hypothetical example of isolated vs. portfolio\-based margin calculations).
#### Real\-Time Risk Updates
To capture the greatest benefits of transparency and on\-chain risk management, SPANDEX calculates risk on every market update. This may include a change in wallet balance, a change in mark price, or time to expiration. These factors can all play a role in how a portfolio’s risk is assessed. Changes in input values would therefore update the user’s risk health as well as the health of the entire market product group.
Last updated 9 months ago | product | Decentralised Exchange |
https://docs.hxro.network/hxro-network/market-protocols/betting | Betting \| Hxro[![Logo](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Flogo%252FnG7BlnyRRjBwt9LcHEGc%252FLogo%2520Square%2520Hxro%2520Border%2520%28PfP%29%2520%2811%29.png%3Falt%3Dmedia%26token%3D1f37556b-80ea-4e84-9f65-41b02f9e8cd3&width=192&dpr=4&quality=100&sign=1976f9eb&sv=1)![Logo](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Flogo%252FnG7BlnyRRjBwt9LcHEGc%252FLogo%2520Square%2520Hxro%2520Border%2520%28PfP%29%2520%2811%29.png%3Falt%3Dmedia%26token%3D1f37556b-80ea-4e84-9f65-41b02f9e8cd3&width=192&dpr=4&quality=100&sign=1976f9eb&sv=1)](/)MoreSearchCtrl \+ K* HXRO NETWORK
+ [Welcome to Hxro Network](/)
* [SAMM Protocol Litepaper \- v1\.1](/hxro-network/market-protocols/betting/samm-protocol-litepaper-v1.1)
* TOKENOMICS AND STAKING
- [Transfer HXRO from ERC20 to SPL via Wormhole](/tokenomics-and-staking/how-to/transfer-hxro-from-erc20-to-spl-via-wormhole)
- [Claim an esHXRO Airdrop](/tokenomics-and-staking/how-to/claim-an-eshxro-airdrop)
- [How to Stake HXRO](/tokenomics-and-staking/how-to/how-to-stake-hxro)
- [How to Vest esHXRO](/tokenomics-and-staking/how-to/how-to-vest-eshxro)
- [How to Initialize and Claim Rewards](/tokenomics-and-staking/how-to/how-to-initialize-and-claim-rewards)
* NETWORK REWARDS AND INCENTIVES
- [Python \& Typescript SDKs](/developers/derivatives-tooling/python-and-typescript-sdks)
- [Dexterity Typescript SDK QuickStart](/developers/derivatives-tooling/dexterity-typescript-sdk-quickstart)
- [Dexterity Typscript Scripts](/developers/derivatives-tooling/dexterity-typscript-scripts)
- [DEX Reference Implementations](/developers/derivatives-tooling/dex-reference-implementations)
- [Parimutuel Typescript SDK QuickStart](/developers/parimutuel-tooling/parimutuel-typescript-sdk-quickstart)
- [Parimutuel Typescript \+ React Project](/developers/parimutuel-tooling/parimutuel-typescript-+-react-project)
- [Developer Grant FAQs](/developers/developer-grants/developer-grant-faqs)
+ [Market Maker Reference Implementation](/market-makers/market-maker-reference-implementation)
+ [Staking Contract Audit](/security/staking-contract-audit)
+ [Governance, Staking, and Rewards Portal](
- [Brand and Press](/external-links/brand-kit/brand-and-press)
[Powered by GitBook]( cover image](~gitbook/image?url=https%3A%2F%2F1204672629-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FnBRfy9TZFugEQMxYK4Hk%252Fuploads%252FB80SQ07QLwQ4daq7dqVC%252FGroup%25201321314216.png%3Falt%3Dmedia%26token%3Dfeabb321-b00d-414f-aab8-b2cbe20e0151&width=1248&dpr=4&quality=100&sign=58d0a234&sv=1)On this page* [Parimutuel Protocol](#parimutuel-protocol)
* [Smart Automated Market Maker Protocol (sAMM)](#smart-automated-market-maker-protocol-samm)
In the midst of creating a turnkey liquidity layer and infrastructure to support on\-chain derivatives markets, a tangential opportunity was uncovered: on\-chain betting. Worth an estimated $68B globally in 2021, the traditional betting or “**igaming**” industry has been impacted by many of the same issues seen in on\-chain derivatives markets.
By providing liquidity and infrastructure to support a wide variety of betting markets on\-chain across gaming, sports betting, crypto, and other events markets, Hxro’s betting protocols ([Parimutuel protocol](/hxro-network/market-protocols/betting#parimutuel-protocol) and [sAMM](/hxro-network/market-protocols/betting#smart-automated-market-maker-protocol-samm)) enable a more efficient and transparent venue for the next generation of speculation.
Hxro’s Parimutuel Protocol provides builders with a comprehensive framework for creating customizable, peer\-to\-peer markets for betting on any event where participants finish in a ranked order, paying out the winners on a pro\-rata basis.
The protocol is currently capable of running a dual\-outcome parimutuel market in any discrete time frame using any available on\-chain data oracle. It can be used for financial transactions, gaming, and sports wagering among other things.
### Smart Automated Market Maker Protocol (sAMM)
To provide developers with a comprehensive solution to scale on\-chain betting, the Parimutuel protocol composes with sAMM \- a “smart” automated market maker built native to Hxro Network that provides on\-chain liquidity to simplified dual\-outcome parimutuel markets. sAMM is designed to help solve for a liquidity consistency problem often faced by parimutuels that run on a continuous market while still being efficient enough to keep fees to parimutuel participants low.
sAMM uses independent probability nodes that allow liquidity pools to automatically participate in each parimutuel events liquidity.
Last updated 9 months ago | product | Decentralised Exchange |
https://app.cega.fi/ | [![](/assets/cega-logo-dark-3-DnaTOlkt.png)](/)[Portfolio](/user/portfolio)Markets[Docs]( WalletIncompatible NetworkYou are currently connected to an incompatible EVM chain. Switch to Ethereum Mainnet by clicking here or by visiting your wallet settings to change.Is Fork ModeApp data is currently connected to forked networks. Make sure Metamask is also on a forked network.
ETH: ARB:
**Note: backend automations may still be connected to production networks.**## Earning yield made secure
Cega offers safer, higher yield strategies as DeFi's leading structured investments protocol.Total Notional Traded##
Achieve your DeFi investment portfolio objective by adding yield enhancement, principal protection, or diversification through Cega strategies. Resources are provided below to discover the right product for you.[NEW![Shark Fin]( FinEnjoy 100% principal protection and guaranteed returns with a high bonus yield.Learn more](/strategy/shark-fin-notes)[![Dual Currency]( CurrencyMaximise yield on your alternative assets while seizing the opportunity to acquire at a discount or sell for a profit.Learn more](/strategy/dual-currency)[![Fixed Coupon Notes (Pure Options)]( Coupon Notes (Pure Options)Higher yields, securing returns solely from options premiums with strong downside protection.Learn more](/strategy/pure-options)[![Fixed Coupon Notes (Bond + Options)]( Coupon Notes (Bond \+ Options)Earn enhanced yields, blending stability and performance for the conservative investor.Learn more](/strategy/bond-and-options)### Our Products
Featured first Networks Strategies Deposit asset YIELDDEPOSIT ASSET(S)UNDERLYING ASSET(S)PRODUCT TVL[![USDC Mammoth]( Mammoth\- APY$ \- USD](/products/usdc-mammoth)[![Pendle Etherfi-YT Tiger]( Etherfi\-YT Tigerup to \- APYup to **\-x** Points MultiplierYT\-eETH
()$ \- USD](/products/pendle-etherfi-yt-tiger)[![Bull Shark]( Sharkup to \- APY$ \- USD](/products/bull-shark)[![Gold Rush]( (PO)Gold Rushup to \- APY$ \- USD](/products/gold-rush)[![stETH Whale]( Whale\- APY$ \- USD](/products/steth-whale)[![ETH Whale]( Whale\- APY$ \- USD](/products/eth-whale)[![Cruise Control]( (B\+O)Cruise Controlup to \- APY$ \- USD](/products/cruise-control)[![Insanic]( (PO)Insanicup to \- APY$ \- USD](/products/insanic)[![Gotta Go Fast]( (PO)Gotta Go Fastup to \- APY$ \- USD](/products/gotta-go-fast)[![Supercharger]( (PO)Superchargerup to \- APY$ \- USD](/products/supercharger)[![L2]( (PO)L2up to \- APY$ \- USD](/products/l2)[![stETH Dragon]( Dragon\- APY$ \- USD](/products/steth-dragon)[![stETH Elephant]( Elephant\- APY$ \- USD](/products/steth-elephant)[![ETH Elephant]( Elephant\- APY$ \- USD](/products/eth-elephant)[![ETH Dragon]( Dragon\- APY$ \- USD](/products/eth-dragon)[![USDT Dragon]( Dragon\- APY$ \- USD](/products/usdt-dragon)[![USDT Elephant]( Elephant\- APY$ \- USD](/products/usdt-elephant)[![USDC Elephant]( Elephant\- APY$ \- USD](/products/usdc-elephant)[![USDC Dragon]( Dragon\- APY$ \- USD](/products/usdc-dragon)[![WBTC Elephant]( Elephant\- APY$ \- USD](/products/wbtc-elephant)[![WBTC Dragon]( Dragon\- APY$ \- USD](/products/wbtc-dragon)[![DAI Elephant]( Elephant\- APY$ \- USD](/products/dai-elephant)[![DAI Dragon]( Dragon\- APY$ \- USD](/products/dai-dragon)[![USDe Elephant]( Elephant\- APY$ \- USD](/products/usde-elephant)[![USDe Whale]( Whale\- APY$ \- USD](/products/usde-whale)![CEGA logo](/assets/cega-logo-dark-BU35odKT.png)[Careers]( of Service]( Policy]( up: Exclusive Cega Notifications](©2024 CEGA | product | Derivatives |
https://www.lamas.co/home | Lamas FinanceTrade LMF on DEx NOW![**Lamas** Finance](./)Connect Wallet**Lamas** Finance
Join us![](/img/ic_discord.svg)![](/img/ic_telegram.svg)![](/img/ic_twitter.svg)![](/img/ic_facebook.svg)![](/img/ic_dmail.svg)© 2021 Lamas Finance. All rights reservedBuild with![](/img/ic_solona.svg)Join us![](/img/ic_discord.svg)![](/img/ic_telegram.svg)![](/img/ic_twitter.svg)![](/img/ic_facebook.svg)![](/img/ic_dmail.svg) | product | Game |
https://play.defiland.app/ | Play \| DeFi Land | product | Game |
https://www.cube3.ai/detect | Web3 smart contract developer security
This website uses [cookies.](/policies)[Deny all](#)[Allow all](#)[Mastercard Selects CUBE3\.AI for its Start Path Program to Secure Blockchain and Digital Assets](
[DetectML bots identify on\-chain threats to provide real\-time risk scores for transactions, wallets and smart contracts](/detect)[Monitor](/monitor)[ProtectReal\-time transaction security, empowering your application to block exploits and risky transactions](/protect)[ManageRespond to cyber risks immediately with proactive control through real\-time Alerts, Reports, Automation \& Response](/manage)Developers
[About us](#)[Contact us](#)[Pricing](/pricing)[Getting Started](/getting-started)[Become a partner](/partnerships)[About us](/about-us)[Sign In]( a demo](/book)[Detect](/detect)[Protect](/protect)[Manage](/manage)## Monitor and Identify Threats in Real\-time
Our advanced machine learning (ML) algorithms continuously monitor your smart contracts and transactions to provide real\-time risk assessments, ensuring your web3 applications are protected against fraud, exploits, and compliance risks.
[Get started for FREE]( credit card required![]( networks added monthlyINSPECTOR### Immediate Risk Score for Every Transaction
With Inspector, our machine learning models detect and evaluate a Risk Score for any address, transaction, or token hash. Risk thresholds are customizable for your business.
Monitor any transaction, address and wallet. CUBE3 leverages advanced machine learning algorithms to monitor and evaluate every transaction in real\-time. Our ML capabilities power the Inspector product that can be accessed via UI (Panorama Dashboard) or programmatically (via API) providing real\-time risk assessments for your smart contracts and transactions.
With Explorer, gain unparalleled visibility into your smart contracts and transactions. The upcoming product will provide in\-depth analytics, helping you monitor, manage, and optimize your web3 applications more effectively.
###### Total Smart Contracts Observed
###### Total Wallets Monitored
###### Total Malicious Contracts Last 30 Days
###### Total Malicious Wallets Last 30 Days
#### Sign up for free today
[Get started]( credit card required###### EASY TO GET STARTED
#### Enhance Security with Real\-time Malicious Activity Detection
Crypto exchanges play a vital role in the digital asset ecosystem but are frequently targeted by malicious actors. By using CUBE3's Detect product, exchanges can proactively blacklist malicious smart contracts and wallets in real\-time. Our Risk Score API empowers exchanges to protect their platforms and customers from fraudulent activities, bolstering their security and fostering trust in their services.
[Get started](#### Protect Your Smart Contracts with Inspector
Smart contract developers are at the forefront of the decentralized revolution, but they can also be exposed to risks when entering transactions with malicious actors seeking to exploit or defraud them. By integrating our Inspector capability through our Risk Score API, developers can evaluate the safety of transactions in real\-time, effectively mitigating risks and ensuring secure interactions. With Inspector, smart contract developers can focus on creating innovative solutions and driving adoption, while maintaining the highest standards of security and trust in their projects.
[Get started](#### Empower Your Research with Comprehensive Risk Analysis
Web3 security researchers are crucial in identifying vulnerabilities and strengthening the decentralized web. Our Explorer product provides these researchers with a powerful tool to analyze and assess the security, fraud, and compliance risks associated with smart contracts, wallets, and transactions. With Explorer, researchers can quickly identify threats, develop mitigation strategies, and contribute to the overall safety of the web3 ecosystem.
[Get started](#### Safeguard Your NFT Marketplace
NFT marketplaces have experienced exponential growth, but with this growth comes the risk of fakes and scams. By leveraging our Sonar capability, NFT marketplaces can evaluate tokens and identify counterfeit or fraudulent items before they impact their customers. Sonar Risk Score API allows NFT marketplaces to maintain the integrity of their platforms, protecting both creators and collectors from potential fraud, and fostering a secure and trustworthy environment for all participants.
[Get started](#### Risk Score API for Security, Fraud, and Compliance Assessment
Payment processors operating in the web3 ecosystem need a robust solution for evaluating the security, fraud, and compliance risks associated with each crypto transaction. By integrating [CUBE3\.AI](âs Sonar Risk Score API, payment processors can thoroughly assess transactions, reducing chargebacks and ensuring a secure, compliant environment for customers.
[Get started](###### EASY TO GET STARTED
## Built by developers for developers
Created with developers in mind, our platform streamlines the development process and ensures maximum efficiency.
###### Add to monitor
Add wallets and smart contracts to a watchlist to monitor all publicly available data
Receive alerts for immediate security response notifications and contract updates
###### Enable RASP Lite
Access transaction risk scoring and block malicious transactions on your front\-end through our client\-side SDK
###### Enable RASP Pro
Multi\-sig proxy enabled smart contract integration via JS SDK for the highest level of security and customization
Read more#### Discover other products
Block Malicious Transactions and Enforce Compliance
Proactively Manage Security Risks and Compliance
[CUBE3\.AI](#) is protecting businesses and reputations by proactively identifying and blocking potential hacks, fraud, and compliance risk
We are grateful to have leading investors and collaborators that share our vision for real\-time web3 security
Committed to ISO27001 and SOC2 compliance.
Backed by biannual in\-house and external audits.
[![](#### Donât get rekt
[Get started]( credit card required![]( El Camino Real, Bldg 4, Ste 200 Palo Alto, CA 94306 USA[hello@cube3\.ai](mailto:[email protected]?subject=Cube3.AI)[EU](/eu-programs)[Policies](/policies)© 2023 CUBE3\. All Rights Reserved. ![]( | product | Risk Assessment |
https://www.cube3.ai/protect | Web3 smart contract developer security
This website uses [cookies.](/policies)[Deny all](#)[Allow all](#)[Mastercard Selects CUBE3\.AI for its Start Path Program to Secure Blockchain and Digital Assets](
[DetectML bots identify on\-chain threats to provide real\-time risk scores for transactions, wallets and smart contracts](/detect)[Monitor](/monitor)[ProtectReal\-time transaction security, empowering your application to block exploits and risky transactions](/protect)[ManageRespond to cyber risks immediately with proactive control through real\-time Alerts, Reports, Automation \& Response](/manage)Developers
[About us](#)[Contact us](#)[Pricing](/pricing)[Getting Started](/getting-started)[Become a partner](/partnerships)[About us](/about-us)[Sign In]( a demo](/book)[Detect](/detect)[Protect](/protect)[Manage](/manage)## Block Malicious Transactions in Real\-Time
Protect platform offers robust defenses against fraud, cyber exploits, wallet hacks, vulnerabilities, and compliance risks. By implementing our Real\-Time Application Self\-Protection (RASP) SDK and API, your applications are shielded from malicious transactions, ensuring a secure environment for your users.
[Get started for FREE]( credit card required![]( networks added monthlyRASP LITE### Proactive Malicious Transaction Blocking
RASP Lite is a Runtime Application Self\-Protection SDK that offers proactive blocking of malicious transactions, at your front\-end. It serves as your first line of defense against fraud, vulnerabilities and non\-compliant transactions.
By integrating our lightweight SDK into your client\-side, you can stop threats before they can be confirmed on\-chain. Protect your web3 application and keep your user experience seamless with RASP Lite.
RASP Pro provides end\-to\-end protection for your smart contracts. This advanced solution ensures no malicious attacks bypass your front\-end and exploit your smart contracts.
By integrating with both the front\-end and the smart contract itself, RASP Pro provides a shield against a wide range of threats. With RASP Pro, secure your web3 applications in their entirety, from the user interface to the underlying blockchain code.
Add an extra layer of security to your transactions with our Risk Score API. This powerful tool integrates seamlessly with your application, providing real\-time threat intelligence to evaluate proposed and performed transactions.
The Risk Score API uses advanced machine learning algorithms to assess risk levels, allowing you to react to or reject risky transactions promptly. Leverage the power of real\-time risk scoring to ensure the safety of your transactions with Risk Score API.
###### Total Smart Contracts Observed
###### Total Malicious Contracts Last 30 Days
###### Total Malicious Wallets Last 30 Days
#### Sign up for free today
[Get started]( credit card required###### EASY TO GET STARTED
###### Smart Contract Developers
###### Asset Managers \& Traders
#### Proactive Malicious Transaction Blocking
With the rise of dApps, the need for security is paramount. [CUBE3\.AI](âs RASP Lite and RASP Pro products provide a comprehensive shield against exploits, stopping malicious transactions before they can do harm. Through real\-time risk scoring and transaction blocking, our solutions enable dApps to maintain a secure, trusted environment, ensuring a seamless user experience without compromising on security.
[Get started](#### Vulnerability Analysis for Risk Mitigation
Smart Contract Developers can leverage [CUBE3\.AI](âs vulnerability analysis to identify potential risks in their smart contracts and those they build upon. This proactive approach to security helps developers fortify their contracts against potential threats and ensure the robustness of their solutions.
[Get started](#### Instant Alerts on Suspicious Activities
In the rapidly evolving DeFi space, staying ahead of threats is crucial. [CUBE3\.AI](âs RASP Lite provides immediate alerts on any suspicious activity, including hacks and fraudulent transactions. These alerts can trigger remediation actions, enabling DeFi platforms to maintain trust and ensure user assetsâ safety.
[Get started](#### Real\-Time Threat Intelligence
Payment processors face unique challenges. Between managing cyber threats, fraud, and compliance, the need for real\-time threat intelligence is vital. [CUBE3\.AI](âs Risk Score API and RASP Pro offer payment processors the ability to evaluate transactions proactively, lowering chargebacks and enhancing end\-user experiences, all while maintaining the highest security standards.
Crypto Exchanges can utilize [CUBE3\.AI](âs Risk Score API to close doors proactively to wallets involved in cybercrime. From deploying malicious smart contracts to scamming users or dealing with sanctioned addresses, our technology allows exchanges to safeguard their platform and their users.
[Get started](#### Empower Users with Risk Evaluation
CUBE3\.AIâs Risk Score API allows wallet companies to empower their users with the ability to evaluate cyber, fraud, and compliance risks before processing any blockchain transaction. This added layer of security helps maintain trust and confidence in the platform.
[Get started](#### Real\-time Asset Protection
Asset managers and traders need to react swiftly if their assets are in danger. [CUBE3\.AI](âs Watchlist \& Alerts allow them to respond in real\-time if the DeFi service theyâve invested in is compromised, ensuring quick action and asset protection.
[Get started](###### EASY TO GET STARTED
## Built by developers for developers
Created with developers in mind, our platform streamlines the development process and ensures maximum efficiency.
###### Add to monitor
Add wallets and smart contracts to a watchlist to monitor all publicly available data
Receive alerts for immediate security response notifications and contract updates
###### Enable RASP Lite
Access transaction risk scoring and block malicious transactions on your front\-end through our client\-side SDK
###### Enable RASP Pro
Multi\-sig proxy enabled smart contract integration via JS SDK for the highest level of security and customization
Read more#### Discover other products
Block Malicious Transactions and Enforce Compliance
Proactively Manage Security Risks and Compliance
[CUBE3\.AI](#) is protecting businesses and reputations by proactively identifying and blocking potential hacks, fraud, and compliance risk
We are grateful to have leading investors and collaborators that share our vision for real\-time web3 security
Committed to ISO27001 and SOC2 compliance.
Backed by biannual in\-house and external audits.
[![](#### Donât get rekt
[Get started]( credit card required![]( El Camino Real, Bldg 4, Ste 200 Palo Alto, CA 94306 USA[hello@cube3\.ai](mailto:[email protected]?subject=Cube3.AI)[EU](/eu-programs)[Policies](/policies)© 2023 CUBE3\. All Rights Reserved. ![]( | product | Risk Assessment |
https://www.cube3.ai/manage | Web3 smart contract developer security
This website uses [cookies.](/policies)[Deny all](#)[Allow all](#)[Mastercard Selects CUBE3\.AI for its Start Path Program to Secure Blockchain and Digital Assets](
[DetectML bots identify on\-chain threats to provide real\-time risk scores for transactions, wallets and smart contracts](/detect)[Monitor](/monitor)[ProtectReal\-time transaction security, empowering your application to block exploits and risky transactions](/protect)[ManageRespond to cyber risks immediately with proactive control through real\-time Alerts, Reports, Automation \& Response](/manage)Developers
[About us](#)[Contact us](#)[Pricing](/pricing)[Getting Started](/getting-started)[Become a partner](/partnerships)[About us](/about-us)[Sign In]( a demo](/book)[Detect](/detect)[Protect](/protect)[Manage](/manage)## Proactively Manage Fraud Risks and Compliance
Respond to fraud risks proactively with watchlists, alerts, reports, analytics, and logs. With the Manage product, you can configure alerts to be sent via email or trigger webhooks for services like Slack, Telegram, WhatsApp, Zapier Discord and more.
[Get started for FREE]( credit card required![]( networks added monthlyAlerts \& Monitoring### Stay Informed with Real\-Time Alerts and Monitoring
Set up alerts to receive immediate notifications about potential fraud and security threats or compliance risks. With our Manage platform, you can react swiftly to emerging concerns, ensuring that your business remain secure and compliant.
Access detailed transaction reports to gain insights into your web3 applications' activity. Monitor blockchain events, identify trends, and respond effectively to potential risks, ensuring the safety and compliance of your environment.
###### Total Smart Contracts Observed
###### Total Malicious Contracts Last 30 Days
###### Total Malicious Wallets Last 30 Days
#### Sign up for free today
[Get started]( credit card required###### EASY TO GET STARTED
###### Asset Managers \& Traders
#### Real\-Time Alerts for Asset Protection
Protect your digital assets more effectively with our Manage product. Receive immediate alerts if your investments are at risk due to compromised protocols or dApps, allowing you to take swift action before exploiters can fully drain your resources. In addition, our Inspector tool provides in\-depth analysis of DeFi protocols, helping you evaluate their reliability before investing. Mitigate risks and maximize your returns with proactive and informed decision\-making.
[Get started](#### Monitor and Investigate Crypto\-Threats
Stay ahead of the threat landscape with [CUBE3\.AI](âs Manage product. Build watchlists and set alerts on contracts or wallets of interest. With real\-time notifications, you can track suspicious activities as they unfold. Soon, our Explorer solution will enable you to delve deeper into the data, tracing threats from inception to resolution. Gain the insights you need to keep your research relevant and timely in the rapidly evolving world of blockchain technology.
[Get started](#### Demonstrable Compliance and Risk Management
Ensure both internal and external compliance with our transaction logs. Show your stakeholders \- including insurance partners \- that you take a proactive approach to risk management by evaluating every transaction for potential threats. Our Manage product enables you to take timely actions to mitigate risks, providing a robust record of your diligent efforts. Enhance your dAppâs credibility and foster trust with your users through demonstrable compliance.
[Get started](###### EASY TO GET STARTED
## Built by developers for developers
Created with developers in mind, our platform streamlines the development process and ensures maximum efficiency.
###### Add to monitor
Add wallets and smart contracts to a watchlist to monitor all publicly available data
Receive alerts for immediate security response notifications and contract updates
###### Enable RASP Lite
Access transaction risk scoring and block malicious transactions on your front\-end through our client\-side SDK
###### Enable RASP Pro
Multi\-sig proxy enabled smart contract integration via JS SDK for the highest level of security and customization
Read more#### Discover other products
Proactively Manage Security Risks and Compliance
Block Malicious Transactions and Enforce Compliance
[CUBE3\.AI](#) is protecting businesses and reputations by proactively identifying and blocking potential hacks, fraud, and compliance risk
We are grateful to have leading investors and collaborators that share our vision for real\-time web3 security
Committed to ISO27001 and SOC2 compliance.
Backed by biannual in\-house and external audits.
[![](#### Donât get rekt
[Get started]( credit card required![]( El Camino Real, Bldg 4, Ste 200 Palo Alto, CA 94306 USA[hello@cube3\.ai](mailto:[email protected]?subject=Cube3.AI)[EU](/eu-programs)[Policies](/policies)© 2023 CUBE3\. All Rights Reserved. ![]( | product | Risk Assessment |
https://developers.metaplex.com/programs-and-tools | Metaplex Programs and Tools \| Developer Hub[MetaplexDeveloper Hub](/)MetaplexDeveloper HubCreateCommerceUtilityDev Tools[Guides](/guides)Search docsTheme* ## Overview
+ [Programs and Tools](/programs-and-tools)
+ [Metaplex Rust SDKs](/guides/rust/metaplex-rust-sdks)
# Metaplex Programs and Tools
* [CoreNext gen NFT standard](/core)
* [InscriptionNFT inscribed on Solana](/inscription)
* [Token Auth RulesNFT permissions](/token-auth-rules)
* [Token MetadataDigital ownership standard](/token-metadata)
* [Candy MachineTM NFT launchpad](/candy-machine)
* [Core Candy MachineCore Asset launchpad](/core-candy-machine)
* [FusionNFTs inside NFTs](/fusion)
* [AmmanLocal Validator Toolkit](/amman)
* [DAS APIFetch Digital Asset Data](/das-api)
* [LegacyProducts from our old docs](/legacy-documentation)
* [SugarCreate Candy Machines easily](/candy-machine/sugar)
Previous[← Introduction](/)Next[Official Links →](/official-links) | product | NFT Issuance Platform |
https://pyth.network/price-feeds | Price Feed Oracles for DeFi Apps \| Pyth Network* [Products](/price-feeds) [Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Real\-time prices for smart contracts](/price-feeds)[Benchmarks![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Historical Pyth market data](/benchmarks)[Entropy![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Random numbers for smart contracts](/entropy)[Express Relay![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Eliminate MEV](/express-relay)
* [Ecosystem](/price-feeds) Explore the Ecosystem[Meet Pyth Users![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/consumers)[Community Hub![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/community)[See Data Providers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/publishers)[Become a Data Provider![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/become-a-publisher)[Pyth KPI Metrics![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Program![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/grants)[DAO Forum![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Stats](/stats)
* [Developers](/developers) [Documentation![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [What is a Pull Oracle?![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [How to Use Pyth Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Your First Pyth App![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Charts with TradingView![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](###### Tutorials
+ [EVM![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Solana![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Aptos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Sui![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [CosmWasm![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Near![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
* [Resources](/price-feeds) Resources[Media Room![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom)[News![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/news)[Podcasts![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/podcasts)[Videos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/videos)[Careers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/careers)[Data Driven![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/data-driven)Case Studies[Borrowing and Lending![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/decentralized-borrowing-lending)[Perpetual Futures![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/perpetual-futures)[Structured Product Vaults![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/options-trading)[Stablecoin Protocols![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/stablecoin-protocols)[See All Pyth Use Cases![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases)
[Stake]( Products[#### Price Feeds
Real\-time prices for smart contracts](/price-feeds)[#### Benchmarks
Historical Pyth market data](/benchmarks)[#### Entropy
Random numbers for smart contracts](/entropy)[#### Express Relay
* EcosystemExplore the Ecosystem[#### Meet Pyth Users](/consumers)[#### Community Hub](/community)[#### See Data Providers](/publishers)[#### Become a Data Provider](/become-a-publisher)[#### Pyth KPI Metrics](#### Grants Program](/grants)[#### DAO Forum]( Stats](/stats)
Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here](
+ [What is a Pull Oracle?](
+ [How to Use Pyth Price Feeds](
+ [Create Your First Pyth App](
+ [Create Charts with TradingView](###### Tutorials
+ [Near]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
[#### Media Room](/mediaroom)[#### News](/mediaroom/news)[#### Podcasts](/mediaroom/podcasts)[#### Videos](/mediaroom/videos)[#### Careers](/careers)[#### Data Driven](/data-driven)###### Case Studies
[#### Borrowing and Lending](/usecases/decentralized-borrowing-lending)[#### Perpetual Futures](/usecases/perpetual-futures)[#### Structured Product Vaults](/usecases/options-trading)[#### Stablecoin Protocols](/usecases/stablecoin-protocols)[#### See All Pyth Use Cases](/usecases)
[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use)## Real\-Time Data from **Real\-World Markets**
Pyth delivers verified data from first\-party sources on a sub\-second timescale.
pythnetLoading...![](data:image/svg+xml,%3csvg%20xmlns=%27## Get Started with**Pyth Data**
Unlock the full potential of your DeFi app with Pyth data. Gain the edge you deserve.
[start integrating]( the community](/community)* [Price Feeds](/price-feeds)
© 2024 Pyth Data Association[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use) | product | Oracle |
https://pyth.network/benchmarks | Benchmarks \| Pyth Network* [Products](/benchmarks) [Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Real\-time prices for smart contracts](/price-feeds)[Benchmarks![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Historical Pyth market data](/benchmarks)[Entropy![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Random numbers for smart contracts](/entropy)[Express Relay![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Eliminate MEV](/express-relay)
* [Ecosystem](/benchmarks) Explore the Ecosystem[Meet Pyth Users![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/consumers)[Community Hub![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/community)[See Data Providers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/publishers)[Become a Data Provider![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/become-a-publisher)[Pyth KPI Metrics![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Program![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/grants)[DAO Forum![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Stats](/stats)
* [Developers](/developers) [Documentation![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [What is a Pull Oracle?![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [How to Use Pyth Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Your First Pyth App![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Charts with TradingView![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](###### Tutorials
+ [EVM![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Solana![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Aptos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Sui![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [CosmWasm![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Near![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
* [Resources](/benchmarks) Resources[Media Room![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom)[News![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/news)[Podcasts![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/podcasts)[Videos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/videos)[Careers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/careers)[Data Driven![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/data-driven)Case Studies[Borrowing and Lending![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/decentralized-borrowing-lending)[Perpetual Futures![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/perpetual-futures)[Structured Product Vaults![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/options-trading)[Stablecoin Protocols![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/stablecoin-protocols)[See All Pyth Use Cases![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases)
[Stake]( Products[#### Price Feeds
Real\-time prices for smart contracts](/price-feeds)[#### Benchmarks
Historical Pyth market data](/benchmarks)[#### Entropy
Random numbers for smart contracts](/entropy)[#### Express Relay
* EcosystemExplore the Ecosystem[#### Meet Pyth Users](/consumers)[#### Community Hub](/community)[#### See Data Providers](/publishers)[#### Become a Data Provider](/become-a-publisher)[#### Pyth KPI Metrics](#### Grants Program](/grants)[#### DAO Forum]( Stats](/stats)
Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here](
+ [What is a Pull Oracle?](
+ [How to Use Pyth Price Feeds](
+ [Create Your First Pyth App](
+ [Create Charts with TradingView](###### Tutorials
+ [Near]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
[#### Media Room](/mediaroom)[#### News](/mediaroom/news)[#### Podcasts](/mediaroom/podcasts)[#### Videos](/mediaroom/videos)[#### Careers](/careers)[#### Data Driven](/data-driven)###### Case Studies
[#### Borrowing and Lending](/usecases/decentralized-borrowing-lending)[#### Perpetual Futures](/usecases/perpetual-futures)[#### Structured Product Vaults](/usecases/options-trading)[#### Stablecoin Protocols](/usecases/stablecoin-protocols)[#### See All Pyth Use Cases](/usecases)
[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use)![](data:image/svg+xml,%3csvg%20xmlns=%27# Benchmarks
Get historical market data from any Pyth feed for use in both on\- and off\-chain applications.
[start integrating]( closeWeeklyLast Friday's close
| | | | | |
| --- | --- | --- | --- | --- |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
© 2024 Pyth Data Association[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use) | product | OnChain Data API |
https://pyth.network/entropy | A Secure Random Number Generator for Crypto Applications \| Entropy \| Pyth Network* Products[Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Real\-time prices for smart contracts](/price-feeds)[Benchmarks![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Historical Pyth market data](/benchmarks)[Entropy![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Random numbers for smart contracts](/entropy)[Express Relay![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Eliminate MEV](/express-relay)
* EcosystemExplore the Ecosystem[Meet Pyth Users![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/consumers)[Community Hub![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/community)[See Data Providers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/publishers)[Become a Data Provider![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/become-a-publisher)[Pyth KPI Metrics![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Program![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/grants)[DAO Forum![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Stats](/stats)
* [Developers](/developers) [Documentation![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [What is a Pull Oracle?![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [How to Use Pyth Price Feeds![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Your First Pyth App![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Create Charts with TradingView![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](###### Tutorials
+ [EVM![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Solana![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Aptos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Sui![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [CosmWasm![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](
+ [Near![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
* ResourcesResources[Media Room![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom)[News![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/news)[Podcasts![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/podcasts)[Videos![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/mediaroom/videos)[Careers![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/careers)[Data Driven![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/data-driven)Case Studies[Borrowing and Lending![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/decentralized-borrowing-lending)[Perpetual Futures![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/perpetual-futures)[Structured Product Vaults![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/options-trading)[Stablecoin Protocols![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases/stablecoin-protocols)[See All Pyth Use Cases![](data:image/svg+xml,%3csvg%20xmlns=%27 right](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)![arrow right](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fline2.69ded7b8.svg&w=48&q=75)](/usecases)
[Stake]( Products[#### Price Feeds
Real\-time prices for smart contracts](/price-feeds)[#### Benchmarks
Historical Pyth market data](/benchmarks)[#### Entropy
Random numbers for smart contracts](/entropy)[#### Express Relay
* EcosystemExplore the Ecosystem[#### Meet Pyth Users](/consumers)[#### Community Hub](/community)[#### See Data Providers](/publishers)[#### Become a Data Provider](/become-a-publisher)[#### Pyth KPI Metrics](#### Grants Program](/grants)[#### DAO Forum]( Stats](/stats)
Start integrating Pyth data feeds](###### Developer Guides
+ [Get Started Here](
+ [What is a Pull Oracle?](
+ [How to Use Pyth Price Feeds](
+ [Create Your First Pyth App](
+ [Create Charts with TradingView](###### Tutorials
+ [Near]( Feed IDs](/developers/price-feed-ids)[Supported Chains]( Reference](
[#### Media Room](/mediaroom)[#### News](/mediaroom/news)[#### Podcasts](/mediaroom/podcasts)[#### Videos](/mediaroom/videos)[#### Careers](/careers)[#### Data Driven](/data-driven)###### Case Studies
[#### Borrowing and Lending](/usecases/decentralized-borrowing-lending)[#### Perpetual Futures](/usecases/perpetual-futures)[#### Structured Product Vaults](/usecases/options-trading)[#### Stablecoin Protocols](/usecases/stablecoin-protocols)[#### See All Pyth Use Cases](/usecases)
[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use)# Pyth EntropySecure On\-Chain Randomness
Build secure smart contracts with provably random numbers from Pyth Entropy. Launch NFTs, games, and other unique experiences that your users trust with seamless UX.
[start building]( more](## FAST \& RELIABLEUncompromisingUser Experience
Entropy delivers randomly generated outcomes at lightning\-fast speeds. With Entropy, your app can serve unpredictable experiences quickly and smoothly. Entropy also guarantees reliable, responsive callbacks to keep your app running.
* Request264562User Commitment0x72ed66002c29eTransaction Hash[0x558b032b2acea020](
Reveal264562User Commitment0x72ed66002c29eConverted to Base 10100008306Transaction Hash[0xa9d00513af2dfb49](
Strong security guarantees with minimal trust assumptions ensure that outcomes are tamper\-proof. Generated outcomes by Entropy can be verified on the blockchain at any time.
## Developer FriendlyIntegrate Quickly and Seamlessly
Integrating with Entropy takes just a few lines of code between your smart contract and frontend. Launch your app in 5 minutes — no funding or complicated configuration required.
contract Foo is IEntropyConsumer {
// Entropy Address on Optimism
IEntropy private entropy = IEntropy(0xdF21D137Aadc95588205586636710ca2890538d5);
address private entropyProvider = 0x52DeaA1c84233F7bb8C8A45baeDE41091c616506;
function requestRandomNumber(bytes32 userRandomNumber) external payable {
uint256 fee = entropy.getFee(entropyProvider);
uint64 sequenceNumber = entropy.requestWithCallback{value: fee}(
) internal override {
copy code![Build Trust with Verifiably Random Outcome](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fs3.96e91521.png&w=1920&q=75)![](/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fgetstarted5.e7d1128c.jpg&w=3840&q=75)## Get Started with**Pyth Data**
Unlock the full potential of your DeFi app with Pyth data. Gain the edge you deserve.
[start integrating]( the community](/community)* [Price Feeds](/price-feeds)
© 2024 Pyth Data Association[Privacy Policy](/privacy-policy)[Terms of Use](/terms-of-use) | product | Oracle |
https://staking.pyth.network | Pyth Network Staking \& DelegationOIS Total StakedOIS Rewards DistributedHelpOIS Total StakedOIS Rewards Distributed# We're sorry
You cannot access this app via a VPN. Please disable your VPN and try again.
[Read More About Pyth]( homepage](© 2024 Pyth Data Association[X]( Policy]( of Use]( of Service](/terms-of-service) | product | Staking Infra |
https://app.snowflake.so/ | Snowflake SafeYou need to enable JavaScript to run this app.[![Snowflake Logo](snowflake.svg)## Snowflake Safe](#/)* [Safes](/#/mysafes)
Connect WalletConnect Wallet# The most trusted multisig platform on Solana
[Learn more @ snowflake.so]( | product | Multi-Sig Wallet |
https://decimated.net/ | DECIMATED — An open world survival roleplaying game in a cyberpunk world
# A persistent online survival gamein a post apocalyptic world
Add to wishlistAdd to wishlistAdd to wishlistAdd to wishlistAdd to wishlist](
## What is Decimated?
A post\-apocalyptic survival game with elements of cyberpunk.
Fight against or team up with other players, scavenge loot, transport cargo or VIP’s to other locations, collect legal or illegal resources and trade them, hunt legendary creatures, capture territory and build safehouses for their gang.
join nowjoin nowjoin nowjoin nowjoin now](
Winner \- Best Game, Kiev Games Conference 2019
Finalist Best Game Pitch, Global Games Pitch 2021
Winner \- Best Game, Global Games Pitch 2022
Scavenge supplies and compete against other players in a fight for survival
Earth has been abandoned after hundreds of years of destructive climate change, and catastrophic neglect of the environment by corporations and industries.
Political and social unrest has left the old cities decimated and hostile to life. Civilization has collapsed and destroyed itself, yet a cyborg police force still wields control over the wastelands.
The unworthy who were left behind – criminals, rebels, political dissidents and the poor – scavenge in the forgotten cities of Earth, which have become overgrown with jungle, flooded by swamps, swallowed by sand and frozen by ice.
Pollution and technological debris litter the environment, and survivors have set up shelter in destroyed skyscrapers, laboratories, abandoned metros and crumbling freeways. The cops enforce a totalitarian authority even after society is in ruin, forcing humans to live in the wastelands.
Players can choose to play PvP or PvE by salvaging resources, technology and digital currency, repairing vehicles, building bases, fortifying shelters, collecting bounties, ambushing, looting or trading in this hostile post\-apocalyptic environment.
Earth has been abandoned after hundreds of years of destructive climate change, and catastrophic neglect of the environment by corporations and industries.
Political and social unrest has left the old cities decimated and hostile to life. Civilization has collapsed and destroyed itself, yet a cyborg police force still wields control over the wastelands.
The unworthy who were left behind – criminals, rebels, political dissidents and the poor – scavenge in the forgotten cities of Earth, which have become overgrown with jungle, flooded by swamps, swallowed by sand and frozen by ice.
Pollution and technological debris litter the environment, and survivors have set up shelter in destroyed skyscrapers, laboratories, abandoned metros and crumbling freeways. The cops enforce a totalitarian authority even after society is in ruin, forcing humans to live in the wastelands.
Players can choose to play PvP or PvE by salvaging resources, technology and digital currency, repairing vehicles, building bases, fortifying shelters, collecting bounties, ambushing, looting or trading in this hostile post\-apocalyptic environment.
Earth has been abandoned after hundreds of years of destructive climate change, and catastrophic neglect of the environment by corporations and industries.
Political and social unrest has left the old cities decimated and hostile to life. Civilization has collapsed and destroyed itself, yet a cyborg police force still wields control over the wastelands.
The unworthy who were left behind – criminals, rebels, political dissidents and the poor – scavenge in the forgotten cities of Earth, which have become overgrown with jungle, flooded by swamps, swallowed by sand and frozen by ice.
Pollution and technological debris litter the environment, and survivors have set up shelter in destroyed skyscrapers, laboratories, abandoned metros and crumbling freeways. The cops enforce a totalitarian authority even after society is in ruin, forcing humans to live in the wastelands.
Players can choose to play PvP or PvE by salvaging resources, technology and digital currency, repairing vehicles, building bases, fortifying shelters, collecting bounties, ambushing, looting or trading in this hostile post\-apocalyptic environment.
3rd person survival RPG
Variety of roles and classes
PvP \& PvE Gameplay
Combat and salvage missions
Wide range of weapons
Huge selection of vehicles
Built in Unreal 5
## Choose your role
Hackers are proficient at breaching doors, security systems, and augmentations as well as accessing encrypted data.
They can completely take over and control their victim for a short period of time through the use of hacking tech and remote access.
Endowed with cutting\-edge Vanlith augmented hands, medics are capable of conducting surgeries of any complexity right on the battlefield.
Medical Taki\-Hano backpacks allow them to transport any necessary medications or supplies into combat.
Masters of a wide range of rifles and assault weapons as well as utility grenades, and can carry out sophisticated and timely eliminations anywhere.
Paired with Vanlith Exploration Helmet with 25x zoom and AI assistant will ensure optimal enemy detection.
Advanced Taki\-Hano scanning gloves enable these specialists to quickly evaluate any casualty's possessions.
Their Vanlith Jetpacks provide a competitive advantage and unrivaled mobility, allowing them to infiltrate the combat zone and secure the cargo without getting caught.
Adoption of Taki\-Hano core processors enables mechanics to operate repair drones that can reliably fix practically anything, from vehicles to personal equipment.
With a simple glance, bespoke Vanlith goggles allow for rapid and accurate diagnostics of any malfunctioning mechanisms.
Equipped with energy shields that offer exceptional defense against even the most well\-equipped assailants.
Tasers and handcuffs are widely used by assault squads to restrain suspects. When paired with direct access to heavy combat weaponry and defense systems, no crime goes unpunished.
Utilizes state\-of\-the\-art long\-range combat augmentations and remote surveillance drones.
No stranger to adopting leaked top\-secret Vanlith stealth tech, such as belts that are already available on the black market that allow the wearer to be temporarily invisible.
Capable of gaining access to surveillance networks, drones, and criminal databases to easily identify targets even in a crowd.
Bounty hunters often prefer to incapacitate the target in order to obtain a higher reward.
House of Francis, Room 303, Ile Du Port, Mahe, Seychelles
Fracture Labs © All Rights Reserved
This website uses cookies to improve your experience. We’ll
assume you’re ok with this, but you can opt\-out if you wish. | product | Game |
https://phantom.app | Phantom — Crypto \& NFT Wallet — Solana \| Ethereum \| Polygon[Logo Phantom](/)* [Security](/security)
[Download](/download)[Logo PhantomLogo Phantom](/)[Download](/download)## The crypto wallet that’ll take you places
# Your trustedcompanion
[![Chrome extension]( for Chrome]( available on other browsers and devices. Discover more](/download)## Keep everything in one place
* Multiple chains, one wallet. No more switching.
* Seamlessly access the largest NFT marketplaces.
* Showcase your NFT collection.
* Monitor activity with transaction history and notifications.
* No limits on tokens, balances, or transactions.
## Powerful toolsmade for everyone
### Your web3 tools
* Do more with NFTs — pin, hide, burn, and list.
* Swap tokens super fast and at low fees.
* Store, stake, and earn rewards with your tokens.
* Sell NFTs in just 2 clicks
## Controlled by you,secured by us
* Self\-custodial means you control your funds. We never have access.
* Private by design. No name, email, or phone number required.
* Scam detection flags malicious transactions instantly.
* Connect your Ledger to keep your crypto even safer.
* Our global Support team is here for you 24/7\.
### Trusted by more than 7 million people
## Download Phantom
## to get started
[![Chrome extension]( for Chrome]( available on other browsers and devices. Discover more](/download)Sign up for our newsletter and join the growing Phantom community. | product | Wallet |
https://www.crossmint.com/products/custodial-wallet-as-a-service | Custodial NFT Wallets \| Embedded Wallets as a Service
Products![icon-arrow-bottom]( - wallet ]( as a Service![]( wallets, embedded in your app
[![icon - wallet ]( Wallets![icon-arrow-black ]( for NFT applications](/products/custodial-wallet-as-a-service)[![]( Wallets![icon-arrow-black ]( for fungible tokens](/products/non-custodial-wallets-as-a-service)[![Green square with arrow inside]( Platform![icon-arrow-black ]( and distribute NFTs at scale](/products/nft-minting-api)[![icon money ]( Checkout![icon-arrow-black ]( and cross\-chain payments for NFTs](/products/nft-checkout)[![]( Credentials![icon-arrow-black ]( present, and verify credentials](/products/verifiable-credentials)[![]( Subscriptions![icon-arrow-black ]( revenue for your web3 app](/products/web3-subscriptions)Solutions![icon-arrow-bottom]( stage[Enterprise](#)[Blockchains](#)[Startups](#)By use case[![]( Product Passport](/solutions/digital-product-passport)[AI Agents](/solutions/ai-agents)[Gaming](/solutions/gaming)[Identity](#)[Ticketing](/solutions/web3-ticketing)[Real world assets](#)[Loyalty](#)[Marketplaces \& Launchpads](/solutions/nft-launchpads-marketplaces)[Digital Art](/solutions/nft-digital-art)Ecosystem[Case Studies](/case-studies)[Partners](/partners)[Startup Program](/startup-program)Developers![icon-arrow-bottom]( icon]( Crossmint products and tools]( to set up payments![]( to mint NFTs![]( to set up wallets![]( to set up token\-gating![]( . chat ]( profile icon]( us![]( - documents ]( briefcase icon]( icon]( Assets![]( icon]( Us![]( code ]( wallet ]( Wallet](/user/collection)![Pastel green abstract shape]( with various logos such as Google, Apple, among others]( displaying logos of Google and Apple]( green abstract shape]( green abstract shape]( icon ](## CUSTODIAL WALLETS
# Make the blockchain invisible with embedded wallets
Whitelabel interoperable NFT wallets with best\-in\-class security.
[Contact Sales](/contact/sales)[Check the docs![Arrow]( by industry leaders
Trusted by millions of users and thousands of developers
### Embed wallets into your site or app
Use your existing auth or Crossmint's, and enable wallet access with email, twitter, phone number, or any other method.
Use your existing auth or Crossmint's, and enable wallet access with email, twitter, phone number, or any other method.
Hide passphrases, transaction approval pop\-ups, and sponsor gas fees for transactions.
Create wallets, fetch their content, sign messages and transactions, and transfer assets on behalf of users with simple API calls.
Case studies## Powering the leading enterprises building in web3
Explore![icon right arrow ](### See how Red Bull created a campaign with 120,000\+ artists worldwide
Explore![icon right arrow ](### Learn how Hang saved months of development work
Explore![icon right arrow ]( logo ](### See how Mastercard built one of the largest enterprise web3 projects
Explore![icon right arrow ]( mith](### Learn how Mith built a tokenized creator platform for artists like Jack Harlow
Explore![icon right arrow ](### See how Asus is making laptops more valuable with digital passes
Explore![icon right arrow ]( rays](#w-tabs-0-data-w-pane-0)[![](#w-tabs-0-data-w-pane-1)[![](#w-tabs-0-data-w-pane-2)[![Mastercard Logo](#w-tabs-0-data-w-pane-3)[![](#w-tabs-0-data-w-pane-4)[![](#w-tabs-0-data-w-pane-5)[Read 25\+ Case Studies](/case-studies)![Blue abstract shape]( straight dark blue line](## Everything you need is an API away
Start creating wallets within 5 minutes.
[![icon-bolt blue ](#### Creating a wallet
100,000\+ wallets per hour.](#w-tabs-1-data-w-pane-0)[![icon - fire](#### Visualizing the NFTs
Fetch and display wallet content with millisecond latency.](#w-tabs-1-data-w-pane-1)[![icon-cms](#### Transferring NFTs
Send assets to a different wallet. Sponsor blockchain fees for users and pay in fiat.](#w-tabs-1-data-w-pane-2)[![icon-cms](#### Signing messages
Sign transactions and messages via API.](#w-tabs-1-data-w-pane-3)[JavaScript](#w-tabs-2-data-w-pane-0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | const options \= { |
| --- | --- |
| | method: "POST", |
| | headers: { |
| | "X\-API\-KEY": "YOUR\_API\_KEY", |
| | "Content\-Type": "application/json", |
| | }, |
| | body: JSON.stringify({ |
| | chain: "ethereum", |
| | email: "[email protected]", |
| | }), |
| | }; |
| | |
| | fetch("", options) |
| | .then((response) \=\> response.json()) |
| | .then((response) \=\> console.log(response)) |
| | .catch((err) \=\> console.error(err)); |
hosted with ⤠by [GitHub](
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | const baseUrl \= ""; |
| --- | --- |
| | const chain \= "polygon"; |
| | const wallet \= "0x1234abcde..."; |
| | |
| | const options \= { |
| | method: "GET", |
| | headers: { "X\-API\-KEY": "YOUR\_API\_KEY" }, |
| | }; |
| | |
| | fetch( |
| | \`${baseUrl}/2022\-06\-09/wallets/${chain}:${wallet}/nfts?page\=1\&perPage\=20\`, |
| | options |
| | ) |
| | .then((response) \=\> response.json()) |
| | .then((response) \=\> console.log(response)) |
| | .catch((err) \=\> console.error(err)); |
hosted with ⤠by [GitHub](
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | const options \= { |
| --- | --- |
| | method: "POST", |
| | headers: { |
| | "X\-API\-KEY": "YOUR\_API\_KEY", |
| | "Content\-Type": "application/json", |
| | }, |
| | body: JSON.stringify({ |
| | chain: "polygon", |
| | contractAddress: "0x\_CONTRACT\_ADDRESS", |
| | from: "0x\_FROM\_ADDRESS", |
| | to: "0x\_TO\_ADDRESS", |
| | tokenId: "123", |
| | }), |
| | }; |
| | |
| | fetch("", options) |
| | .then((response) \=\> response.json()) |
| | .then((response) \=\> console.log(response)) |
| | .catch((err) \=\> console.error(err)); |
hosted with ⤠by [GitHub](
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | const options \= { |
| --- | --- |
| | method: "POST", |
| | headers: { "X\-API\-KEY": "YOUR\_API\_KEY", "Content\-Type": "application/json" }, |
| | body: JSON.stringify({ |
| | message: "The message to be signed", |
| | }), |
| | }; |
| | |
| | const baseUrl \= ""; |
| | const chain \= "polygon"; |
| | const wallet \= "0x\_SIGNING\_WALLET"; |
| | |
| | fetch(\`${baseUrl}/v1\-alpha1/wallets/${chain}:${wallet}/signMessage\`, options) |
| | .then((response) \=\> response.json()) |
| | .then((response) \=\> console.log(response)) |
| | .catch((err) \=\> console.error(err)); |
hosted with ⤠by [GitHub](
[READ DOCS![icon-arrow-white]( straight dark blue line]( abstract shape]( line ]( background in pastel green.]( started in 5 minutes.All the power of Web3 with none of the hassle.
[Read the Docs![icon right arrow ]( sales![logo arrow gray ](#### Donât miss an update
Learn about new products and features
Thank you! Your submission has been received!Oops! Something went wrong while submitting the form.Products![icon Downward arrow]( wallets](/products/custodial-wallet-as-a-service)[Smart wallets](/products/non-custodial-wallets-as-a-service)[Minting Platform](/products/nft-minting-api)[NFT checkout](/products/nft-checkout)[Verifiable Credentials](/products/verifiable-credentials)Support![icon Downward arrow]( center \& FAQs]( Us](/contact/sales)[Status]( Disclosure]( Content]( Downward arrow]( to wallet](/user/collection)[Go to Developer Console](/console)Company![icon Downward arrow]( \& Logos]( logo
]( cat ]( game icon]( in
]( © 2024 Crossmint, Inc. All rights reserved[Terms \& Conditions]( Policy](#csconsentlink)![LOGO SOC 2 ]( GDRP]( CCPA]( | product | Wallet |
https://www.crossmint.com/products/non-custodial-wallets-as-a-service | Smart Wallets I Non\-Custodial Wallets as a Service
Products![icon-arrow-bottom]( - wallet ]( as a Service![]( wallets, embedded in your app
[![icon - wallet ]( Wallets![icon-arrow-black ]( for NFT applications](/products/custodial-wallet-as-a-service)[![]( Wallets![icon-arrow-black ]( for fungible tokens](/products/non-custodial-wallets-as-a-service)[![Green square with arrow inside]( Platform![icon-arrow-black ]( and distribute NFTs at scale](/products/nft-minting-api)[![icon money ]( Checkout![icon-arrow-black ]( and cross\-chain payments for NFTs](/products/nft-checkout)[![]( Credentials![icon-arrow-black ]( present, and verify credentials](/products/verifiable-credentials)[![]( Subscriptions![icon-arrow-black ]( revenue for your web3 app](/products/web3-subscriptions)Solutions![icon-arrow-bottom]( stage[Enterprise](#)[Blockchains](#)[Startups](#)By use case[![]( Product Passport](/solutions/digital-product-passport)[AI Agents](/solutions/ai-agents)[Gaming](/solutions/gaming)[Identity](#)[Ticketing](/solutions/web3-ticketing)[Real world assets](#)[Loyalty](#)[Marketplaces \& Launchpads](/solutions/nft-launchpads-marketplaces)[Digital Art](/solutions/nft-digital-art)Ecosystem[Case Studies](/case-studies)[Partners](/partners)[Startup Program](/startup-program)Developers![icon-arrow-bottom]( icon]( Crossmint products and tools]( to set up payments![]( to mint NFTs![]( to set up wallets![]( to set up token\-gating![]( . chat ]( profile icon]( us![]( - documents ]( briefcase icon]( icon]( Assets![]( icon]( Us![]( code ]( wallet ]( Wallet](/user/collection)![]( icon ](## SMART WALLETS
## The Smart Wallet of the future
Onboard millions of users with seamless non\-custodial wallets. [Test a demo]( us![Arrow](## Wallet architecture you can trust
Upgradeable, open source, with no vendor lock\-in![]( into your site or appFully whitelabel. Use Crossmintâs auth or bring your own
[Contact Sales![logo arrow gray ]( the docs![logo arrow gray ](## Tap into a broad library of plug\-ins
Plug\-and\-play modules to supercharge your wallets![]( users to create wallets and sign transactions with Face ID and biometrics.
Protect your users by hiding malicious NFTs that worsen the UX and risk their assets.
Automatically detect suspicious activity to protect user assets
Bring your own signer or use one of our embedded options, including passkeys and MPC.
Protection against malicious transactions.
Conduct AML and sanction screening, and optionally KYC users, directly from Crossmint.
Add an extra layer of security by asking users to confirm transactions.
Create the next great onchain app
[Read the docs![icon right arrow ]( sales![logo arrow gray ](#### Donât miss an update
Learn about new products and features
Thank you! Your submission has been received!Oops! Something went wrong while submitting the form.Products![icon Downward arrow]( wallets](/products/custodial-wallet-as-a-service)[Smart wallets](/products/non-custodial-wallets-as-a-service)[Minting Platform](/products/nft-minting-api)[NFT checkout](/products/nft-checkout)[Verifiable Credentials](/products/verifiable-credentials)Support![icon Downward arrow]( center \& FAQs]( Us](/contact/sales)[Status]( Disclosure]( Content]( Downward arrow]( to wallet](/user/collection)[Go to Developer Console](/console)Company![icon Downward arrow]( \& Logos]( logo
]( cat ]( game icon]( in
]( © 2024 Crossmint, Inc. All rights reserved[Terms \& Conditions]( Policy](#csconsentlink)![LOGO SOC 2 ]( GDRP]( CCPA]( | product | Custody Technology Provider |
https://www.crossmint.com/products/nft-checkout | NFT Checkout \| Allow credit card payments for your NFT
Products![icon-arrow-bottom]( - wallet ]( as a Service![]( wallets, embedded in your app
[![icon - wallet ]( Wallets![icon-arrow-black ]( for NFT applications](/products/custodial-wallet-as-a-service)[![]( Wallets![icon-arrow-black ]( for fungible tokens](/products/non-custodial-wallets-as-a-service)[![Green square with arrow inside]( Platform![icon-arrow-black ]( and distribute NFTs at scale](/products/nft-minting-api)[![icon money ]( Checkout![icon-arrow-black ]( and cross\-chain payments for NFTs](/products/nft-checkout)[![]( Credentials![icon-arrow-black ]( present, and verify credentials](/products/verifiable-credentials)[![]( Subscriptions![icon-arrow-black ]( revenue for your web3 app](/products/web3-subscriptions)Solutions![icon-arrow-bottom]( stage[Enterprise](#)[Blockchains](#)[Startups](#)By use case[![]( Product Passport](/solutions/digital-product-passport)[AI Agents](/solutions/ai-agents)[Gaming](/solutions/gaming)[Identity](#)[Ticketing](/solutions/web3-ticketing)[Real world assets](#)[Loyalty](#)[Marketplaces \& Launchpads](/solutions/nft-launchpads-marketplaces)[Digital Art](/solutions/nft-digital-art)Ecosystem[Case Studies](/case-studies)[Partners](/partners)[Startup Program](/startup-program)Developers![icon-arrow-bottom]( icon]( Crossmint products and tools]( to set up payments![]( to mint NFTs![]( to set up wallets![]( to set up token\-gating![]( . chat ]( profile icon]( us![]( - documents ]( briefcase icon]( icon]( Assets![]( icon]( Us![]( code ]( wallet ]( Wallet](/user/collection)![Blue abstract shape]( abstract shape]( abstract shape]( with NFT featuring payment companies' logos spinning around it]( money](## NFT CHECKOUT
# The easiest way to sell more NFTs
Increase sales up to 300% with a 10 minute integration, by allowing credit card and cross\-chain payments.
[Start building]( the Docs![Arrow]( with NFT featuring payment companies' logos spinning around it]( by marketplaces with billions in volume and 4,000\+ drops:
]( Baltic logo ](
]( Baltic logo ](
]( Baltic logo ]( magic eden]( tensor]( manifold]( magic eden]( tensor]( manifold]( magic eden]( tensor]( manifold](## The best UX for both mainstream and crypto users
### Pay with any method in seconds
Allow buyers to send NFTs directly into their wallets or create wallets for them on\-the\-fly.
From no\-code storefronts hosted by Crossmint, to whitelabel NFT checkouts natively embedded in your website or app
[![icon-bolt blue ](#### No\-code storefront
Deploy a website in seconds, hosted by Crossmint, and start selling your NFTs.](#w-tabs-0-data-w-pane-0)[![icon - fire](#### Add a Crossmint button to your site
Insert a button which opens a Crossmint\-hosted checkout.](#w-tabs-0-data-w-pane-1)[![icon-cms](#### Embed the checkout into your site
Add a fully customizable checkout to your site and gain full UI/UX control.](#w-tabs-0-data-w-pane-2)![]( (Ethereum/Polygon/BSC)](#w-tabs-1-data-w-pane-0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | import { CrossmintPayButton } from "@crossmint/client\-sdk\-react\-ui"; |
| --- | --- |
| | |
| | // Add this component next to your minting button |
| | \<CrossmintPayButton |
| | projectId\="YOUR\_PROJECT\_ID" |
| | collectionId\="YOUR\_COLLECTION\_ID" |
| | environment\="ENVIRONMENT" |
| | mintConfig\={{ |
| | type: "erc\-721", |
| | totalPrice: "0\.001", |
| | quantity: 1, |
| | }} |
| | /\>; |
hosted with ⤠by [GitHub](
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
[Learn more about bidirectional Unicode characters](
[Show hidden characters]({{ revealButtonHref }})
| | import { CrossmintPaymentElement } from "@crossmint/client\-sdk\-react\-ui"; |
| --- | --- |
| | |
| | \<CrossmintPaymentElement |
| | projectId\="YOUR\_PROJECT\_ID" |
| | collectionId\="YOUR\_COLLECTION\_ID" |
| | environment\="staging" |
| | mintConfig\={{ |
| | type: "erc\-721", |
| | totalPrice: "0\.001", |
| | quantity: "1", |
| | }} |
| | /\>; |
hosted with ⤠by [GitHub](
[READ DOCS![icon-arrow-white]( straight dark blue line]( abstract shape](## The most trusted solution in the market
### Sell to users without wallets
Create wallets on\-the\-fly for the 99% of people who don't have one, or deliver the NFTs directly to their existing wallets if they have one.
]( logo ]( background in pastel green](### Get paid instantly
Instant settlement via the smart contract in the contract's currency. Fiat settlements available to enterprises.
](### No buyer KYC
Avoid lengthy ID checks during the checkout flow.
Improve conversion and user experience.
Dedicated anti\-fraud and compliance team
Improve conversion and user experience.
Case studies## Powering the leading companies building in web3
Explore![icon right arrow ](### Learn how Jack Butcher sold 75% of his Oviators drop with Crossmint
Explore![icon right arrow ](### Learn how McFarlane made millions tokenizing their Batman toy collection
Explore![icon right arrow ](### Learn how Snoop Dogg is selling NFTs on live concerts
Explore![icon right arrow ](### See how one of the largest Mexican music festivals tokenized ticketing
Explore![icon right arrow ](### Learn how Rarible builds seamless whitelabel marketplaces for brands
Explore![icon right arrow ](#w-tabs-3-data-w-pane-0)[![](#w-tabs-3-data-w-pane-1)[![](#w-tabs-3-data-w-pane-2)[![logo snoopdog
](#w-tabs-3-data-w-pane-3)[![logo tecate](#w-tabs-3-data-w-pane-4)[![](#w-tabs-3-data-w-pane-5)[Read 25\+ Case Studies](/case-studies)![green abstract shape]( green abstract shape](## Start receiving paymentsin 10 minutes
All the power of Web3\. None of the hassle.
1Register your NFT collectionâ¨Go to [crossmint.com/console]( - Upward arrow]( Crossmint into your website â¨or deploy a no\-code storefront3Start selling[Get Started]( contact sales![logo arrow gray ](#### Donât miss an update
Learn about new products and features
Thank you! Your submission has been received!Oops! Something went wrong while submitting the form.Products![icon Downward arrow]( wallets](/products/custodial-wallet-as-a-service)[Smart wallets](/products/non-custodial-wallets-as-a-service)[Minting Platform](/products/nft-minting-api)[NFT checkout](/products/nft-checkout)[Verifiable Credentials](/products/verifiable-credentials)Support![icon Downward arrow]( center \& FAQs]( Us](/contact/sales)[Status]( Disclosure]( Content]( Downward arrow]( to wallet](/user/collection)[Go to Developer Console](/console)Company![icon Downward arrow]( \& Logos]( logo
]( cat ]( game icon]( in
]( © 2024 Crossmint, Inc. All rights reserved[Terms \& Conditions]( Policy](#csconsentlink)![LOGO SOC 2 ]( GDRP]( CCPA](
We value your privacy
We use cookies to enhance your browsing experience and analyze our traffic. By clicking "Allow all cookies", you consent to our use of cookies.
[Read more about our Cookie Policy]( | product | Payments Infrastructure |
https://figment.io/products/apis/ | Discover the basics of staking and how it works.
Learn how to stake your BTC securely and efficiently.
Understand the role of custodians in staking.
Learn how to stake your ETH securely and efficiently.
Calculate potential rewards from staking your assets.
[Figment’s Q3 2024 Ethereum Validator Report](
Explore 30\+ Emerging Protocols
[Babylon: Bitcoin Staking Guide](
Optimize your digital asset portfolio with seamless staking.
Securely manage assets with our custodian and wallet solutions.
Boost revenue and engagement with streamlined staking.
[Story Protocol First Look: Bringing IP on\-chain](
[Berachain Beyond the Basics: Exploring Proof of Liquidity Consensus](
# Figment APIs Unlock New Revenue Streams
Our APIs simplify the integration of staking services on your platform. Broadcast transactions programmatically and leverage sophisticated reporting to provide an exceptional customer experience.
### Why Use Figment APIs
## Cut Development Time
Reduce asset and staking integration time with our APIs.
## Optimize Development Resources
Save costs requiring less engineering overhead for integrations.
## Boost Customer Satisfaction
Delight customers with comprehensive rewards reporting.
## Simplify Your Stack
Leverage an integrated solution from discovery to growth.
## Build With Confidence
Reliability and security with our institutional\-grade infrastructure.
Figment’s Staking API drastically increases the speed at which developers can add staking functionality for many digital assets. The Staking API abstracts away network\-specific operations, allowing API interaction in the exact same way, regardless of network or the type of action a user wishes to take.
#### How Staking API Works
#### How Rewards API Works
Our Rewards API does all the heavy lifting to calculate the staking rewards earned by Figment validators for several digital assets including Ethereum and Solana. This allows users to quickly see the precise amount of tokens being earned by Figment validators.
## Built for Developersby Developers
#### Figment APIs streamline staking integrations:
* Create ready\-to\-sign staking transactions with a single API call across all protocols
* Broadcast transactions and track state changes (activation, deactivation, confirmation, warm\-up periods) seamlessly via webhooks
* Sign and decode transactions universally across all protocols
#### Meet with us
### Bring the Complete Staking Solution to Your Organization
First Name(Required) Last Name Email(Required)
Company RegionRegionAPACEMEALATAMNorth AmericaApproximate Staking VolumeApprox. Staking VolumeUnder $5,000,000Between $5,000,000\-$9,999,999Over $10,000,000Are there any other networks of interest? (optional) HiddenPage Source
Figment respects your privacy. By submitting this form, you are acknowledging that you have read and agree to our [Privacy Policy](/privacy-policy/), which details how we collect and use your information.
## Sign up for our newsletter
Figment respects your privacy. By submitting this form, you are acknowledging that you have read and agree to our [Privacy Policy](/privacy-policy/), which details how we collect and use your information.
* [What is Staking?](
* [Exchanges \& Marketplaces](
* [Custodians \& Wallets](
* [Infrastructure \& Security](
## © 2024 Figment
* [Staking Terms of Use](/staking-terms-of-use/)
* [General Terms of Use](/general-terms-of-use/)
## © 2024 Figment
* [Staking Terms of Use](/staking-terms-of-use/)
* [General Terms of Use](/general-terms-of-use/) | product | OnChain Data API |
https://figment.io/products/staking-app/ | Staking app \- Figment
Discover the basics of staking and how it works.
Learn how to stake your BTC securely and efficiently.
Understand the role of custodians in staking.
Learn how to stake your ETH securely and efficiently.
Calculate potential rewards from staking your assets.
[Figment’s Q3 2024 Ethereum Validator Report](
Explore 30\+ Emerging Protocols
[Babylon: Bitcoin Staking Guide](
Optimize your digital asset portfolio with seamless staking.
Securely manage assets with our custodian and wallet solutions.
Boost revenue and engagement with streamlined staking.
[Story Protocol First Look: Bringing IP on\-chain](
[Berachain Beyond the Basics: Exploring Proof of Liquidity Consensus](
## Stake Securely with Ease
Maintain control of your digital assets, earn rewards, and track performance via Figment’s easy\-to\-use interface. Stake with our industry leading infrastructure, preferred by the largest digital asset institutions in the industry.
### Trusted by the world’s largest digital asset institutions
ETH Staking Rewards Rate (SRR)
Total ETH rewards earned for customers
% of ETH network staked via Figment’s infrastructure
## The Figment Difference
### Keep Your Rewards
Retain 100% of Consensus Layer rewards earned
Stake non\-custodially from your MetaMask or Wallet Connect\-compatible wallet
Earn rewards with confidence that your ETH is never pooled with other ETH
Supported by an audited, individual smart contract that automatically pays validator fees on\-chain eliminating the need for off\-chain invoicing
Stake through Figment’s SOC 2 Type 2 and ISO 27001 compliant infrastructure
## Staking ETH on the Figment app
Effortlessly manage your ETH staking positions while benefiting from our invaluable performance insights and comprehensive rewards reports.
## Secure Staking, with Ease
### True Non\-Custodial Staking
Maintain control over setting the validator’s withdrawal address to an address you control, unlike with other staking providers where you lose control of your validator’s withdrawal address and the custody of your ETH.
### Earn Optimized Rewards
Figment clients benefit from our engineering and protocol expertise to earn consistent staking rewards supported by our safety over liveness approach.
### Comprehensive Rewards Reporting
The Figment app offers portfolio rewards tracking via in\-app dashboards, reports, or CSV file download for all the validator addresses you track with Figment.
### Stake Securely with Confidence
Staking in the Figment app provides access to the same secure infrastructure that leading institutions use, supported by our leading devops and technical support teams.
### Track Any Address
Use Figment as your staking control center to track and access reporting on any ETH validator or address \- whether you stake all or just a portion of your ETH with Figment.
Supported by an audited, individual smart contract that automatically pays validator fees on\-chain eliminating the need for off\-chain invoicing.
## Designed for Simplicity and Security
Our unique staking dashboard and insights section provides data on protocol wide and validator specific performance.
Experience the best point\-and\-click ETH staking interface. Stake, unstake, and view rewards from multiple custodians in one place.
View and download detailed ETH rewards history in platform to get the most up\-to\-date data at your fingertips.
## Your Staking Questions, Answered
What rewards rate can I expect staking ETH through the Figment app?
The latest annualized staking rewards rate (SRR) for ETH can be found on the Dashboard page within the Figment app. The rate displayed reflects the annualized SRR of all Figment validators and is updated daily.
How much does it cost to stake through the Figment app?
You keep all of the consensus layer rewards earned by your validator when staking through the Figment app and only pay a service fee when your validator is selected to propose a block and earns execution layer rewards. This fee is collected on\-chain automatically through a smart contract. Currently, the service fee is 30% of execution layer rewards, but is subject to change – see below for a diagram of this fee in relation to total ETH rewards earned.
How long does it take to start earning ETH rewards when I stake? How long does it take to get my ETH tokens back if I unstake?
The time it takes to begin earning rewards and to unstake a validator on Ethereum varies over time. Up\-to\-date activation and withdrawal times can be found on the Dashboard page within the Figment app.
What wallets or custodians are supported by the Figment app?
Figment app supports MetaMask and all Wallet Connect\-compatible wallets, which includes many wallets from leading custodians like Fireblocks and Anchorage and leading self\-custody wallets such as Ledger.
Can I stake less than 32 ETH?
No – at least not yet. The Figment app only supports native protocol staking, which is in increments of 32 ETH.
### Ready to earn rewards on your ETH?
## Sign up for our newsletter
Figment respects your privacy. By submitting this form, you are acknowledging that you have read and agree to our [Privacy Policy](/privacy-policy/), which details how we collect and use your information.
* [What is Staking?](
* [Exchanges \& Marketplaces](
* [Custodians \& Wallets](
* [Infrastructure \& Security](
## © 2024 Figment
* [Staking Terms of Use](/staking-terms-of-use/)
* [General Terms of Use](/general-terms-of-use/)
## © 2024 Figment
* [Staking Terms of Use](/staking-terms-of-use/)
* [General Terms of Use](/general-terms-of-use/) | product | Staking Infra |
https://stakingfacilities.com/ | Staking Facilities \- Web 3\.0 Infrastructure \& Services
[![]( More[About Us](/about-us)[How it works](/how-it-works)[Blog](/blog)[Sustainability](/sustainability)[Ventures](/)Networks[Ethereum](/networks/ethereum)[Solana](/networks/solana)[Aptos](/networks/aptos)[Sui](/networks/sui)[Cosmos](/networks/cosmos)[Celestia](/networks/celestia-network)[Polkadot](/networks/polkadot)[Dfinity](/networks/dfinity)[The Graph](/networks/the-graph)[Chainlink](/networks/chainlink)[Gelato](/networks/gelato)[Wormhole](/networks/wormhole)[Hydra](/networks/hydradx)[Stride](/networks/stride)[Monad](/networks/monad)[Enterprise Solutions](/institutional-clients)[Technology](/security)[We're hiring](/careers)[STAKE NOW](/#network_section)[STAKE NOW](/#network_section)# ENTERPRISE\-GRADE WEB 3\.0 INFRASTRUCTURE \& SERVICES
### **Powering thefuture of web3**
# Secure and performant non\-custodial staking services for individuals and institutional investors.
[ABOUT US](/about-us)[SERVICES](/institutional-clients)Total Assets Staked**$****500,000,000\+**Total Rewards Paid**$ 300,000,000\+**entities working with us![](# What we do
[![](#### public validation infrastructure
We offer robust, open\-access validation services for Proof\-of\-Stake blockchains, bolstering network integrity and efficiency. Our bare\-metal infrastructure fosters a dependable ecosystem, enhanced by tailored client support.](#network_section)[![](#### enterprise solutions
Experience superior staking at reduced costs and gain control over marketing, fee structures, and reward distribution.
Our service ensures your staking activities remain effectively concealed, providing an option for anonymity.](/institutional-clients)[![](#### ecosystem \& community work
Actively engaged in the blockchain community, we foster growth and knowledge for Proof\-of\-Stake blockchains. We invest in and support young projects, protocols, and digital public goods. We catalyst usage, demand, and ecosystem evolution.](#community-contributions)### Why stake?
Token holders of these networks, both, retail and intstitutional can help secure the networks by staking their tokens in a non\-custodial fashion via our validators. For doing so, they earn rewards in the form of the respective networks' native token.
[![]( ETH](/networks/ethereum)[LIVE![]( SOL](/networks/solana)[![]( TIALive](/networks/celestia-network)[![]( SUI](/networks/sui)[![]( APT](/networks/aptos)[![]( ATOM](/networks/cosmos)### Middleware
[![]( LINK](/networks/chainlink-v2)[![]( GRT](/networks/the-graph)### Application
[![]( STRD](/networks/stride)[![]( HDX](/networks/hydradx)We are a validator, node operator, and service provider in Web 3\.0We operate industry\-grade, highly secure physical infrastructure for next\-generation blockchains to run on. We offer non\-custodial staking services for Proof\-of\-Stake token holders and provide essential services for the Web 3\.0 ecosystem.[About Uskeyboard\_arrow\_right](/about-us)![]( seeking passionate individuals to shape the future of the internet. Explore our exciting roles and become part of this new frontier![SEE OPENINGS](/careers)# What we promise
The security of our customers' stake is of utmost importance to us. Through redundant infrastructure and connectivity, failover systems, 24/7 monitoring, as well as colocations at top\-tier data\-centers, we provide outstanding standards of security.](/security)[#### compliance
We provide a custom staking framework for a variety of clients and offer state\-of\-the\-art reporting. We are fully MaRisk \& MiCA compliant. We're also pursuing an ISO Certification, underlining our commitment to quality standards.](/institutional-clients)[#### sustainability
We work to make Web 3\.0 a reality. Based in Munich, Germany, we are committing ourselves to running this new generation of infrastructure as sustainable as possible.](/sustainability)[#### bare metal infrastructure
Our dedicated infrastructure guarantees low latency and superior routing. By harnessing MEV\-optimized nodes and emphasizing bare metal deployments, we amplify resilience and fortify network security, ensuring a distinct edge for staking.](/security)
> âStaking Facilities has been an avid participant in the Lido protocol since its inception, as one of the first Node Operators in Lido on Ethereum, as well as in governance discussions and the community. In my experience, Staking Facilities is a great example of crypto\-native excellence; technical acumen and professionalism pervades the organization, and their ethos\-driven approach to both operating infrastructure as well as participating in the ecosystems that they operate in makes collaborating with them a pleasure.â
Isidoros Passadis, contributor to Lido DAO as Master of Validators# What we promise
The security of our customers' stake is of utmost importance to us. Through redundant infrastructure and connectivity, failover systems, 24/7 monitoring, as well as colocations at top\-tier data\-centers, we provide outstanding standards of security.
We provide a custom staking framework for a variety of clients and offer state\-of\-the\-art reporting. We actively shape the legal framework for the blockchain ecosystem in Germany, and Europe through our membership in the European Blockchain Association.
We put our money where our mouth is! We are customers of our services and stake a substantial amount of our own tokens on our validators. This guarantees that our incentives are best aligned with those of our customers.
Engagement in the community beyond the mere operation of infrastructure is one of the most important components of our ecosystem strategy. We focus on information, education, and the development of valuable community tools.
Through our non\-custodial staking services, Proof\-of\-Stake token holders can contribute to the security of a network and earn rewards for doing so.[How it workskeyboard\_arrow\_right](/how-it-works)Stay up to date\& filter through the noise Subscribe to our newsletter for news \& updates about our portfolio projects \& the staking ecosystem[SUBSCRIBE](# Community contributions
In addition to running highly secure, enterprise\-grade infrastructure and offering a seamless staking experience, we build, initiate, and invest in tools and projects that improve the overall Web 3\.0 ecosystem. Through these efforts, we want to accelerate the adoption of the underlying technologies by improving UX and accessibility.![]( DashboardOur staking dashboard offers a comprehensive overview of your staking operations \- regardless of your validator. Get full analytics such as payout history, portfolio distribution, and a total valuation of your staking assets. Conveniently export everything as a CSV.[Start Trackingkeyboard\_arrow\_right]( Staking APIOur Ethereum Staking API simplifies ETH validator deployment and withdrawal through standardized input, ensuring you full asset control. With our API, you benefit from secure infrastructure, and monitor rewards and performance.[CONTACT US](mailto:[email protected]?subject=Ethereum%20Staking%20API)TiaScanWe built and initiated the first dashboard for the Celestia network. By providing real\-time information about the Celestia, it empowers any stakeholder to analyze the network.[VISIT]( BeachWe build and initiated the first block explorer for the Solana network. Before handing it over to Crypto Tech Munich, we scaled the product to thousands of MAUs and established it as a cornerstone brand of the Solana ecosystem.[VISIT]( AcademyWe believe in a truly open economic system accessible to everyone. To make the onboarding as smooth as possible, we offer a variety of tutorials, introductions, and educational content. The Staking Academy is our comprehensive, curated knowledge base.[VISIT]( questions, feedback or need further assistance?Join our Telegram[JOIN CHANNEL](# Venture Investments
We invest as early as seed stage, and support teams going from prototype, to testnet, all the way to mainnet. We aim to be a long\-term partner and infrastructure provider.[![]( Cooperation![](#### Permanent capital
With our venture arm we want to provide financing to committed and driven teams. We have an agreement to invest more than $25M within the next few years. There is no expiry or fund timeline as we don't have external investors.![](#### Network
We have operated Proof\-of\-Stake nodes from the first days. With our widespread network in different Industries we are committed to kickstart your traction and validate MVPs.![](#### Infrastructure
Highly performant, secure infrastructure is the core of our business. Thus we are able to be one of the earliest node operators in your ecosystem.![](#### Liquidity Provider
In most protocols we are involved in, we have the chance to be a significant and long\-term liquidity provider making future adoption and onboarding even more seamless.#### Looking for funding?
Feel free to reach out via telegram or mail:[MAIL](mailto:[email protected]?subject=Ventures%20Inquiry)[TELEGRAM](# FAQs
#### What is a Blockchain?
keyboard\_arrow\_downA blockchain is an immutable, distributed ledger of transactions which is maintained by a peer\-to\-peer network rather than a centralized authority. It can be thought of as a distributed database that gets synchronized as soon as changes are made.
Blockchain technology utilizes powerful consensus mechanisms (such as Proof\-of\-Stake) alongside crypto\-economic incentives to verify the authenticity of transactions, secure the peer\-to\-peer network, and nominate nodes (special peers in the network) to generate blocks.
#### What is Proof\-of\-Stake?
keyboard\_arrow\_downProof\-of\-Stake (PoS) is a consensus algorithm used for the generation of new blocks. It requires validators (special nodes running the blockchain) to stake the network's native token in order to propose and/or validate new blocks and ultimately earn rewards. A stake may be slashed by the network and thus disincentives bad behavior.
#### What is a Validator?
keyboard\_arrow\_downValidators are special nodes in PoS\-networks, more precisely delegated Proof\-of\-Stake networks. They operate the blockchain infrastructure, propose and validate new blocks, and receive rewards (in the form of new tokens) for doing so.
#### What is a Delegator?
keyboard\_arrow\_downToken holders who want to stake their tokens but do not want to run a validator node, are called delegators. They can still contribute to the networks' security and earn rewards by delegating their tokens to a validator of their choice and thus use the validatorâs infrastructure instead of setting\-up and maintaining their own servers. For some networks, in the event of a validator misbehaving according to the protocol, delegators of the respective validator will also be penalized by the blockchain network in proportion to their staked assets. We therefore advise you to carefully choose your validator infrastructure.
#### What is a Node Operator?
keyboard\_arrow\_downSimilar to validators, nope operators are special participants within blockchain networks. For the different networks across the Web 3\.0 tech stack, that we work with, we differentiate our role between validator and node operator. The former allows us to accept delegations by token\-holders, whereas we do not accept delegations in the network in which we function as a node operator. In these networks, we provide services to the network such as data indexing or providing off\-chain data as an oracle.
#### What is Web 3\.0?
keyboard\_arrow\_downWeb 3\.0 is also referred to as the "Internet of Value" or the "Stateful Web" and is considered as the next evolution of the internet after Web 2\.0 and Web 1\.0\. Web 3\.0 is the result of technologies such as AI, IoT, or blockchain converging. Blockchains play an important part as they allow for an alternative to the client\-server model in which data is centrally controlled and managed by trusted institutions. This has oftentimes led to privacy issues, monopolistic tendencies, hacks, and data breaches. In the current internet, it is not possible to transact value in a digital native manner. Cryptography and game theory, used in blockchain networks, allow for an alternative to the current architecture of the internet. One that is powered and secured through decentralized infrastructure. Blockchain technology provides a "clearinghouse" and settlement layer to the internet, overcomes single points of failure, allows for digitally\-native assets, as well as collaboration and coordination on a global scale. We are pioneering this new digital frontier. Join us on this exciting journey!
#### What is non\-custodial staking?
keyboard\_arrow\_downNon\-custodial staking refers to the process of using a validatorâs infrastructure by delegating the capability to work for the blockchain and provide infrastructure to the blockchain and ultimately earn rewards by the blockchain network for doing so to someone else. This applies to every Proof\-of\-Stake token. Delegating tokens is not the same as sending tokens, because delegators do not transfer ownership in the token itself. The original holder remains the legal owner of the tokens at all times. Hence, the holder does not give up custody of his/her token.
#### Why should I stake my tokens?
keyboard\_arrow\_downProof\-of\-Stake blockchains are inflationary as new tokens are rewarded for generating and validating new blocks. Token holders who are not engaging in the staking process \- either by operating as a validator themselves or by delegating their tokens to validators and thus using the validatorâs infrastructure \- stand to lose out on rewards and see their assets getting diluted over time.
#### What are the risks associated with delegating my assets to Staking Facilities?
keyboard\_arrow\_downSince we offer non\-custodial delegation services for our networks, we never have control over your assets. Rest assured, you are always in full control of your assets and can withdraw the delegation at any time. By delegating to us, your assets are virtually added to our stake. The blockchain network automatically transfers rewards to your blockchain address and we keep a small fee as a consideration for operating the infrastructure you use. We offer a transparent service and operate industry\-grade architecture in order to achieve our goal to always meet the protocolâs service levels (e.g. no double signing; going offline etc.) and to avoid slashing. Please visit the subpage of the respective protocol for more details. For general information about risks refer to our [terms]( which you accept by delegating tokens to our validator.
Further risks include: key/asset mismanagement by the enduser resulting in loss of funds; protocol errors; or attacks against the network.
#### Does Staking Facilities have access to my tokens?
keyboard\_arrow\_downOur validation services are non\-custodial. We therefore have no access to your tokens at any point in time. It is simply impossible from a technical perspective. You maintain full control over your tokens at all times.
[![]( Security](/institutional-clients)[![]( Customer Support]( Staking](/how-it-works)## Filter through the noise, stay up to date!
Subscribe to our Newsletter for News \& Updates about our Portfolio Projects \& the Staking Ecosystem[Subscribe]( Networks[Stake Ethereum (ETH)](/networks/ethereum)[Stake Solana (SOL)](/networks/solana)[Stake Polkadot (DOT)](/networks/polkadot)[Stake Cosmos (ATOM)](/networks/cosmos)[Stake The Graph (GRT)](/networks/the-graph)[Stake Aptos (APT)](/networks/aptos)[Stake Sui (SUI)](/networks/sui)[Chainlink (LINK)](/networks/chainlink)[Celestia Network (TIA)](#)Learn More[Staking Academy]( (ICP)](/networks/dfinity)Company[How it works](/how-it-works)[Security](/security)[Sustainability](/sustainability)[Institutionals](/institutional-clients)[About Us](/about-us)[News \& Press](/company-news)[Careers](/careers)Follow Us[![]( Telegramkeyboard\_arrow\_right]( Twitterkeyboard\_arrow\_right]( Mediumkeyboard\_arrow\_right]( YouTubekeyboard\_arrow\_right](#)[![]( | product | Liquid Staking |
https://everstake.one/staking | Best Staking Platform: Earn Crypto Rewards in 2024 \| Everstake
[bridges](/bridges) [oracles](/oracles) [liquid staking](/liquid-staking)
[development](/products/) [institutional staking](/institutional-staking) [everstake capital]( [blog](/blog)
[about company](/about) [our products](/products) [crypto reports](/crypto-reports) [eth staking](/staking/ethereum) [stake now](/staking/ethereum) 1. [home](/)
### Stake one of 70\+ cryptocurrencies in under a minute and accrue tokens before the world goes Web3
### Stake one of 70\+ cryptocurrencies
Everstake lets you effortlessly stake on 70\+ most promising blockchains.
Forget about the risks of centralized staking—work with a responsible
provider and get steady rewards for ensuring the operation of the backbone
%, APY A\-Z reset BLOCK VIEW LIST VIEW [eth
EOS 1\.74%](/staking/eos) [cspr Casper 14\.2%](/staking/casper) [mina
Sommelier 2\.66%](/staking/sommelier) [kaia (klay)
Neon \-\-](/staking/neon) [ETH
Obol Collective \-\-](/staking/obol%20collective) [pyth
EigenLayer \-\-](/staking/eigenlayer) [kava Kava 7\.28%](/staking/kava) [aleo
Stader 3\.38%](/staking/stader) [.
BSC coming soon](/staking/)[lit protocol
Lit Protocol coming soon](/staking/)[infura
Cube coming soon](/staking/) 51 BLOCKCHAINS [SEE ALL](/staking) ## Why people stake their crypto with
01 #### To accrue more value by entering what will become the backbone of
03 #### To hedge themselves and their portfolio against market fluctuations
02 #### To abandon financial discomfort and keep earning even in the bear
## Why people stake their crypto with
01 #### To accrue more value by entering what will become the backbone of
02 #### To abandon financial discomfort and keep earning even in the bear
03 #### To hedge themselves and their portfolio against market fluctuations
## Trust engineers with a proven
## track record and long\-term vision
Everstake was founded in 2018 by [Sergey Vasylchuk]( , an engineer with 15 years of experience involved in the blockchain industry since 2014\. Out of 125\+ people currently onboard, 75% are devs and engineers. [about us](/about) 128
[Sergey Vasylchuk CEO 1,980 followers ![photo of Sergey Vasylchuk, CEO in Everstake](/_nuxt/img/sergey_vasylchuk.6552303.webp)]( Opryshko COO 1,355 followers ![photo of Bohdan Opryshko, COO in Everstake](/_nuxt/img/bohdan_opryshko.b6d22d7.webp)]( Tielnova Head of Staking 6,358 followers ![photo of Alina Tielnova, Head of Staking in Everstake](/_nuxt/img/alina_tielnova.14b5731.webp)]( Petrenko R\&D Lead 1,110 followers ![photo of Anna Petrenko, R&D Lead in Everstake](/_nuxt/img/anna_petrenko.f168aad.webp)]( [Sergey Vasylchuk
1,980 followers ![photo of Sergey Vasylchuk, CEO in Everstake](/_nuxt/img/sergey_vasylchuk.6552303.webp)]( Opryshko
1,355 followers ![photo of Bohdan Opryshko, COO in Everstake](/_nuxt/img/bohdan_opryshko.b6d22d7.webp)]( Tielnova
6,358 followers ![photo of Alina Tielnova, Head of Staking in Everstake](/_nuxt/img/alina_tielnova.14b5731.webp)]( Petrenko
1,110 followers ![photo of Anna Petrenko, R&D Lead in Everstake](/_nuxt/img/anna_petrenko.f168aad.webp)]( ## Want to start partnership?
Everstake’s Business Development team is always in search
of new ways to be useful to our partners and exceed their expectations.
[Book a Call]( ## faq
### Why should I stake?
Staking allows you to have passive income and ensure that your funds are safe with you while accruing additional value as well as working for the betterment of the entire ecosystem.
When you stake crypto, you lock it up so that a node where it is stored can validate transactions on Proof\-of\-Stake blockchains. In return, you receive rewards in the form of tokens of the same kind that you staked. Essentially, by staking, you increase the number of tokens available to you, which makes staking a comparatively low\-risk strategy for getting passive income.
### How does staking work?
On PoS blockchains, transactions are validated by nodes that have a certain amount of native tokens (a stake). Since the amount is usually made deliberately high to ensure only technically\-capable node runners (validators) are present, users can delegate their funds to them in exchange for a share of the rewards that validators get for their work.
The actual funds stay with the delegator, however. Only the right to use said funds for the sake of validation goes to the validator. The user can withdraw their tokens.
### What is a staking validator?
A validator is usually an organization or a person who runs one or more nodes on a particular blockchain. Those nodes have a stake of funds that entitles them to validate transactions, hence the name. In exchange for their operation, they are rewarded with the blockchain’s native tokens. This process is philosophically similar to mining in PoW blockchains, yet it is vastly more energy\-efficient. Usually, PoS blockchains consume about 99% less power than comparable PoW chains.
### What is a staking delegator?
A delegator is the holder of tokens that stakes them with a validator to receive a share of validator rewards.
### What is better: a centralized or decentralized staking provider?
A centralized validator, most typically a centralized crypto exchange, actually requires a delegator to transfer funds to them and then stakes them on the delegator’s behalf. Thus, the user runs the risk of not being paid back if some trouble arises. When it comes to decentralized validators, no central entity controls the user’s funds except themselves, so there is no risk of someone running away with your money. This makes decentralized staking more secure and safer than the centralized option.
### Is staking crypto safe?
There are certain risks inherent in centralized staking, most importantly, the risk of not controlling your own private keys and, therefore, handing over control of your funds to an exchange. In this sense, decentralized staking is safer since you retain control over your private keys. That being said, decentralized staking is also not completely risk\-free as some validators may neglect their duties, which can result in penalties. That is why it is paramount to make sure your staking provider is a responsible one.
### How to choose a safe crypto staking provider?
To avoid risking your funds, it is reasonable to keep away from centralized staking providers. Among decentralized staking providers, those who ensure nearly 100% uptime and have geographically\-distributed nodes are safer since you won’t risk missing your rewards or having the network shut down by one jurisdiction.
Finally, research the community sentiment to learn which staking providers actual delegators trust.
### Why should I choose Everstake?
Everstake is a responsible validator trusted by 735K\+ users across 70\+ blockchain networks. Created by engineers for the entire community in 2018\.
### What is staking crypto?
Staking crypto refers to the process of participating in a Proof\-of\-Stake (PoS) blockchain network by holding and "staking" a cryptocurrency in a wallet to support network operations such as transaction validation, security, and governance.
In return for staking their assets, participants often earn staking rewards. Everstake, as a staking platform, supports this process by offering users a simple and secure way to stake their cryptocurrencies.
### How does staking work?
In staking, network participants lock up their cryptocurrency in a wallet to become validators in the network. Validators are then randomly chosen to create new blocks and verify transactions based on the amount they've staked and other network\-specific conditions.
Everstake acts as a trusted validator in multiple networks, ensuring that users who stake their crypto with Everstake can participate in these networks without needing to run their own validator node.
### How to report staking rewards in taxes?
In many jurisdictions, staking rewards are considered taxable income. The specifics of reporting can vary, so it's important to consult with a tax professional or use a service that specializes in cryptocurrency tax reporting.
Generally, you would report the fair market value of the rewards at the time you received them. Everstake provides users with detailed reports of their staking rewards for easier tax reporting.
### What is a staking pool?
A staking pool is a group of coin holders merging their resources to increase their chances of validating blocks and receiving rewards. They combine their staking power and share the rewards proportionally to the amount each person has contributed. Everstake's platform essentially functions as a large staking pool, allowing users to combine their staking power.
### How to calculate staking rewards?
The calculation of staking rewards can depend on several factors including the network's inflation rate, the amount of the cryptocurrency being staked, and the total amount of that cryptocurrency staked in the network. Everstake provides a staking calculator that users can use to estimate potential rewards based on their staked amount.
### How often does staking pay?
The frequency of staking payments can vary greatly and depends on the rules of the specific blockchain. Some networks distribute rewards after every block, while others may do so daily, weekly, or even monthly. Everstake's platform is designed to provide users with timely and consistent payouts.
### Is staking crypto worth it?
Whether staking is worth depends on several factors. These include the anticipated results, the stability and soundness of the chosen network, individual preferences for risk, and an understanding of the staking process and principles. With Everstake, users can maximize their potential results from staking, making it an attractive option for many crypto owners.
# Earn Crypto Rewards with Best Staking Platform
As we navigate the dynamic landscape of cryptocurrencies, an essential
concept has made a significant impact: crypto staking.
[staking platform Everstake]( staking and hosting nodes becomes an efficient, secure, and
non\-custodial process, marking the service as the top crypto staking
#### Table of Contents
1. [Understanding Crypto Staking](#understanding_crypto_staking)
1. [The Basics of Crypto Staking](#the_basics_of_crypto_staking)
2. [Importance of Staking and Hosting Nodes](#importance_of_staking_and_hosting_nodes)
2. [Benefits of Using Everstake Staking Services](#benefits_of_using_everstake_staking_services)
1. [Everstake as a Trusted Validator for Ethereum 2\.0](#everstake_as_a_trusted_validator_for_ethereum_2.0)
2. [Large User Base of Everstake](#large_user_base_of_everstake)
3. [Extensive Network Supported by Everstake: From Proof of Stake (POS) to Delegated Proof of Stake (DPoS)](#extensive_network_supported_by_everstake:_from_proof_of_stake_(pos)_to_delegated_proof_of_stake_(dpos))
4. [Everstake's Security and Automation: The Key to Safe Crypto Earnings](#everstake's_security_and_automation:_the_key_to_safe_crypto_earnings)
5. [Ensuring Control with Everstake's Non\-Custodial Crypto Staking Service](#ensuring_control_with_everstake's_non-custodial_crypto_staking_service)
3. [Everstake's Exceptional Uptime: A Critical Factor in Maximizing Staking Rewards](#everstake's_exceptional_uptime:_a_critical_factor_in_maximizing_staking_rewards)
1. [Understanding the Importance of Uptime in Crypto Staking](#understanding_the_importance_of_uptime_in_crypto_staking)
2. [Achieving 99\.9% Uptime: How Everstake Ensures Consistent Staking Rewards](#achieving_99.9%_uptime:_how_everstake_ensures_consistent_staking_rewards)
4. [How to Start Earning Passive Income with Everstake: A Step\-By\-Step Guide to Staking](#how_to_start_earning_passive_income_with_everstake:_a_step-by-step_guide_to_staking)
1. [A Detailed Guide to Crypto Staking with Everstake](#a_detailed_guide_to_crypto_staking_with_everstake)
2. [Benefits of Staking with Everstake](#benefits_of_staking_with_everstake)
1. [Recap of Everstake's Offerings](#recap_of_everstake's_offerings)
2. [Start Maximizing Your Crypto Earnings with Everstake Today](#start_maximizing_your_crypto_earnings_with_everstake_today)
6. [Frequently Asked Questions](#frequently_asked_questions)
1. [What is staking crypto?](#what_is_staking_crypto?)
2. [How does staking work?](#how_does_staking_work?)
3. [How to report staking rewards in taxes?](#how_to_report_staking_rewards_in_taxes?)
4. [What is a staking pool?](#what_is_a_staking_pool?)
5. [How to calculate staking rewards?](#how_to_calculate_staking_rewards?)
6. [How often does staking pay?](#how_often_does_staking_pay?)
7. [Is staking crypto worth it?](#is_staking_crypto_worth_it?)
## Understanding Crypto Staking
### The Basics of Crypto Staking
In the world of proof\-of\-stake (PoS) blockchains, crypto staking is
a practice where participants lock up their cryptocurrency to
support network operations, including transaction validation. As a
result, they earn rewards, typically more of the same
cryptocurrency, paving the way for passive income.
### Importance of Staking and Hosting Nodes
Staking and hosting nodes play pivotal roles in the functionality
and security of blockchain networks.
In the world of cryptocurrency, staking is a method of participating
in a proof\-of\-stake (PoS) blockchain network by locking up a certain
amount of the cryptocurrency in a network wallet. Through this
process, stakers can help validate transactions on the network and
earn staking rewards in return.
Staking plays an essential role in blockchain networks, as it
incentivizes participants to maintain the network's operation and
security. It enables decentralized networks to achieve consensus
without needing significant computational power, making them more
energy\-efficient than their proof\-of\-work (PoW) counterparts.
Hosting nodes, on the other hand, refers to the act of running a
computer with specific software that maintains a blockchain network.
Nodes validate and propagate transactions across the network,
contributing to its overall security and resilience against attacks.
Staking and hosting nodes are thus key activities in the world of
decentralized finance (DeFi), contributing to network participation
and helping users earn digital asset earnings. Whether you're
staking Ethereum on Ethereum 2\.0 or engaging in Binance staking on
the Binance Smart Chain, these processes form the backbone of many
## Benefits of Using Everstake
In the realm of cryptocurrency, finding an efficient and secure
staking platform is crucial. Everstake has emerged as one of the
preferred platforms, providing a myriad of benefits for individuals
interested in maximizing their crypto earnings.
### Everstake as a Trusted Validator for Ethereum 2\.0
Ethereum, one of the most popular cryptocurrencies, is transitioning from its original consensus mechanism, Proof of Work (PoW), to a more energy\-efficient one, Proof of Stake (PoS), with Ethereum 2\.0\. Everstake serves as a trusted validator in this new network, allowing users to [stake Ethereum]( with just a few clicks.
As a validator, Everstake facilitates transactions, maintains the network's security, and in return, its users enjoy staking rewards. This service provides users with a secure and potentially profitable way to participate in the anticipated Ethereum 2\.0 network.
### Large User Base of Everstake
Everstake boasts a robust user base, making it one of the largest staking platforms. This extensive community of users allows for a wealth of shared knowledge, experience, and assistance. Especially for beginners in crypto staking, having a supportive community can significantly enhance their staking journey.
### Extensive Network Supported by Everstake: From Proof of Stake (POS) to Delegated Proof of Stake (DPoS)
Everstake is not limited to Ethereum staking. It supports a broad range of blockchain networks and consensus mechanisms, from Delegated Proof of Stake (DPoS) to Proof of Stake, making it one of the most versatile staking platforms. Users can stake various cryptocurrencies, including but not limited to, [Atom]( [Solana]( and [Tezos]( and maximize their staking rewards. As well, users can see the full list of supported options on Everstake [staking page.](
### Everstake's Security and Automation: The Key to Safe Crypto Earnings
Security is a fundamental concern in the digital asset space, and Everstake places a high emphasis on it. The platform employs advanced security protocols to ensure the safety of users' assets.
Moreover, Everstake leverages automation, simplifying the staking process and making it more efficient. Users can automate their staking strategies, thus saving time and minimizing manual error.
### Ensuring Control with Everstake's Non\-Custodial Crypto Staking Service
Maintaining control over one's assets is another vital consideration for crypto holders. Everstake's non\-custodial staking service ensures users retain full control of their crypto, even when they're staking. While users benefit from the passive income from staking rewards, they also enjoy peace of mind, knowing their assets are not entirely in the hands of a third party.
In summary, Everstake offers a comprehensive suite of benefits for staking crypto, providing an excellent platform for users to maximize their crypto earnings while minimizing risks.
## Everstake's Exceptional Uptime: A Critical Factor in Maximizing
Maximizing staking rewards involves more than just choosing the right
cryptocurrency or platform, the uptime of the platform plays an
### Understanding the Importance of Uptime in Crypto Staking
Uptime, in the context of crypto staking, refers to the operational
state of the blockchain network or the staking platform. High uptime
ensures that a network or platform is consistently available and
### Achieving 99\.9% Uptime: How Everstake Ensures Consistent Staking Rewards
Everstake ensures consistent staking rewards through its high uptime,
which is achieved by employing various strategies and resources. Here is
Strategy/Resources Description Multiple Validator Nodes
Everstake has set up multiple validator nodes across various
blockchain networks to ensure a continuous presence and
participate actively in the network.
Everstake has backup systems in place for each node. This
redundancy protects against potential failures and ensures that
the nodes are always available to validate transactions.
The platform's infrastructure is designed to handle high volumes
and maintain the seamless operation of the network. It employs
state\-of\-the\-art hardware and software to minimize downtime.
Everstake continuously monitors its nodes and the networks it
operates on. This constant surveillance helps detect potential
issues early and take appropriate action.
Everstake's team of experienced professionals maintain the
network's high uptime. They oversee the operation, ensure regular
updates, and handle any issues that arise.
Through these strategies, Everstake achieves an impressive uptime of
99\.9%, ensuring consistent staking rewards for its users. It is the
platform's commitment to uptime that sets it apart as a leading staking
platform for digital asset earnings.
## How to Start Earning Passive Income with Everstake: A Step\-By\-Step Guide
Staking with Everstake is a straightforward process, designed to make
earning passive income from your cryptocurrency as easy as possible.
### A Detailed Guide to Crypto Staking with Everstake
1. **Visit the Everstake.one Platform:** Start your
staking journey by navigating to the Everstake.one website. You'll
find the 'Stake Now' option conveniently located in the upper corner
of our homepage. Just give that a click!
2. **Choose Your Staking Option:** Everstake is proud to support a broad selection of cryptocurrencies for staking, catering to diverse preferences.
Choose the optimal crypto staking options that align perfectly with your goals.
3. **Start Staking:**Check the staking calculator to simulate your results
Confirm your staking choice and the process will begin.
## Benefits of Staking with Everstake
Everstake offers an array of benefits for stakers:
* **Exceptional Uptime:** With a 99\.9% uptime, Everstake
ensures you don't miss out on staking rewards.
* **Diverse Options:** Everstake supports a wide range of
blockchain networks, giving you multiple staking options.
* **Security:** Advanced security protocols ensure your assets are safe.
* **Non\-Custodial Staking:** Maintain control over your
assets with Everstake's non\-custodial staking service.
* **Large User Base:** Being part of Everstake's large
community gives you access to a wealth of knowledge and assistance.
### Recap of Everstake's Offerings
Copy Everstake, as a trusted staking platform, offers numerous
advantages to its users. It serves as a reliable
for Ethereum 2\.0 and supports a wide range of blockchain networks,
facilitating the staking of diverse cryptocurrencies.
The non\-custodial nature of its services ensures users maintain
control over their assets, while the high uptime of 99\.9% maximizes
### Start Maximizing Your Crypto Earnings with Everstake Today
If you're looking to tap into the potential of cryptocurrency
staking, Everstake provides an optimal platform. With its
comprehensive suite of offerings and commitment to user security and
satisfaction, Everstake presents a compelling choice for both novice
and seasoned crypto enthusiasts.
Start staking with Everstake today and take a step towards
maximizing your crypto earnings.
#### MANAGE PRIVACY PREFERENCES
We and our vendors use cookies and similar methods to recognize visitors and remember their preferences for
analytical and performance improvement purposes. By clicking ‘Accept all,’ you consent to the processing of
your data by us and our vendors. You can always change your preferences by contacting us. To learn more, view
Learn more about staking from a few letters #### to our newsletter
We’re always there to answer!
[contact us]( Our distributed team of 20\+ community managers is online 24/7 and is ready to assist you. ![quote avatar](/_nuxt/img/sergey_vasylchuk.6552303.webp) ### We’d love to hear your thoughts.
Your opinion matters. Share any concerns, issues, or suggestions you may have with us so that Everstake could work on them, and your experience could improve. [Give FEEDBACK]( [Join Us on Telegram]( [Follow us on X]( [Stay in touch via Discord]( Everstake [Terms of Use](/docs/terms-of-use.pdf)
[Privacy Notice](/docs/privacy-policy.pdf) Copyright © 2024 Everstake [staking](/staking) [status]( [Report vulnerability](/report-vulnerability) [about us](/about) [business](/institutional-staking) [Feedback form]( Everstake [Terms of Use](/docs/terms-of-use.pdf)
[Privacy Notice](/docs/privacy-policy.pdf) Copyright © 2024 Everstake | product | Staking Infra |
https://shop.ledger.com/pages/ledger-color-campaign | Ledger \- Save 20% on Ledger Nano color wallets \| Ledger
[Review and sign transactions from a single secure screen with Ledger Flex™](/pages/ledger-flex)[Discover now](/pages/ledger-flex)[![Ledger](/ledger-logo-short-white.svg)![Ledger](/ledger-logo-long-white.svg)]( Products
+ [Ledger FlexNew](/pages/ledger-flex "Ledger Flex")
+ [Ledger Stax](/pages/ledger-stax "Ledger Stax")
+ [Ledger Nano X](/pages/ledger-nano-x "Ledger Nano X")
+ [Ledger Nano S Plus](/pages/ledger-nano-s-plus "Ledger Nano S Plus")
+ [Compare our devices](/pages/hardware-wallets-comparison "Compare our devices")
+ [Hardware wallet](/pages/hardware-wallet "Hardware wallet")
+ [See All Products](/ "See All Products")
+ [Download Ledger Live]( "Download Ledger Live")
+ [Supported crypto]( "Supported crypto")
* App and services
+ [Ledger Live]( "Ledger Live")
+ [Ledger Recover](/pages/ledger-recover "Ledger Recover")
+ [CL Card]( "CL Card")
+ [Supported Services]( "Supported Services")
+ [Crypto Prices]( "Crypto Prices")
+ [Ledger Academy]( "Ledger Academy")
+ [Learn and Earn]( "Learn and Earn")
+ [Our Blogs]( "Our Blogs ")
+ [What is a crypto wallet]( "What is a crypto wallet")
+ [How to buy]( "How to buy")
+ [How to swap]( "How to swap")
+ [How to stake]( "How to stake")
+ [Ledger Entreprise Solution]( "Ledger Entreprise Solution")
+ [Ledger Partners]( "Ledger Partners")
+ [Ledger Co\-branded Partnership]( "Ledger Co-branded Partnership")
* [For Developers]( "For Developers")
+ [Ledger FlexNew](/pages/ledger-flex "Ledger Flex")
+ [Ledger Stax](/pages/ledger-stax "Ledger Stax")
+ [Ledger Nano X](/pages/ledger-nano-x "Ledger Nano X")
+ [Ledger Nano S Plus](/pages/ledger-nano-s-plus "Ledger Nano S Plus")
+ [Compare our devices](/pages/hardware-wallets-comparison "Compare our devices")
+ [Hardware wallet](/pages/hardware-wallet "Hardware wallet")
+ [See All Products](/ "See All Products")
+ [Download Ledger Live]( "Download Ledger Live")
+ [Supported crypto]( "Supported crypto")
* App and services
+ [Ledger Live]( "Ledger Live")
+ [Ledger Recover](/pages/ledger-recover "Ledger Recover")
+ [CL Card]( "CL Card")
+ [Supported Services]( "Supported Services")
+ [Crypto Prices]( "Crypto Prices")
+ [Ledger Academy]( "Ledger Academy")
+ [Learn and Earn]( "Learn and Earn")
+ [Our Blogs]( "Our Blogs ")
+ [What is a crypto wallet]( "What is a crypto wallet")
+ [How to buy]( "How to buy")
+ [How to swap]( "How to swap")
+ [How to stake]( "How to stake")
+ [Ledger Entreprise Solution]( "Ledger Entreprise Solution")
+ [Ledger Partners]( "Ledger Partners")
+ [Ledger Co\-branded Partnership]( "Ledger Co-branded Partnership")
* [For Developers]( "For Developers")
+ [Ledger FlexNew](/pages/ledger-flex "Ledger Flex")
+ [Ledger Stax](/pages/ledger-stax "Ledger Stax")
+ [Ledger Nano X](/pages/ledger-nano-x "Ledger Nano X")
+ [Ledger Nano S Plus](/pages/ledger-nano-s-plus "Ledger Nano S Plus")
+ [Compare our devices](/pages/hardware-wallets-comparison "Compare our devices")
+ [Hardware wallet](/pages/hardware-wallet "Hardware wallet")
+ [See All Products](/ "See All Products")
+ [Download Ledger Live]( "Download Ledger Live")
+ [Supported crypto]( "Supported crypto")
* App and services
+ [Ledger Live]( "Ledger Live")
+ [Ledger Recover](/pages/ledger-recover "Ledger Recover")
+ [CL Card]( "CL Card")
+ [Supported Services]( "Supported Services")
+ [Crypto Prices]( "Crypto Prices")
+ [Ledger Academy]( "Ledger Academy")
+ [Learn and Earn]( "Learn and Earn")
+ [Our Blogs]( "Our Blogs ")
+ [What is a crypto wallet]( "What is a crypto wallet")
+ [How to buy]( "How to buy")
+ [How to swap]( "How to swap")
+ [How to stake]( "How to stake")
+ [Ledger Entreprise Solution]( "Ledger Entreprise Solution")
+ [Ledger Partners]( "Ledger Partners")
+ [Ledger Co\-branded Partnership]( "Ledger Co-branded Partnership")
* [For Developers]( "For Developers")
+ [Ledger FlexNew](/pages/ledger-flex "Ledger Flex")
+ [Ledger Stax](/pages/ledger-stax "Ledger Stax")
+ [Ledger Nano X](/pages/ledger-nano-x "Ledger Nano X")
+ [Ledger Nano S Plus](/pages/ledger-nano-s-plus "Ledger Nano S Plus")
+ [Compare our devices](/pages/hardware-wallets-comparison "Compare our devices")
+ [Hardware wallet](/pages/hardware-wallet "Hardware wallet")
+ [See All Products](/ "See All Products")
+ [Download Ledger Live]( "Download Ledger Live")
+ [Supported crypto]( "Supported crypto")
* App and services
+ [Ledger Live]( "Ledger Live")
+ [Ledger Recover](/pages/ledger-recover "Ledger Recover")
+ [CL Card]( "CL Card")
+ [Supported Services]( "Supported Services")
+ [Crypto Prices]( "Crypto Prices")
+ [Ledger Academy]( "Ledger Academy")
+ [Learn and Earn]( "Learn and Earn")
+ [Our Blogs]( "Our Blogs ")
+ [What is a crypto wallet]( "What is a crypto wallet")
+ [How to buy]( "How to buy")
+ [How to swap]( "How to swap")
+ [How to stake]( "How to stake")
+ [Ledger Entreprise Solution]( "Ledger Entreprise Solution")
+ [Ledger Partners]( "Ledger Partners")
+ [Ledger Co\-branded Partnership]( "Ledger Co-branded Partnership")
* [For Developers]( "For Developers")
# Last chance to save 20% off on Ledger Nano colors.
## Use *COLOR20* at checkout to benefit while offer lasts. Offer ends on July 10th.
### What is a crypto wallet?
### How do crypto wallets work?
### What are the different types of crypto wallets?
### Why do I need a hardware wallet?
### How to get a crypto wallet?
Thinking about buying crypto or NFTs? You’ll need a [crypto wallet](
When you create a wallet, two keys are generated: a private and a public key. The wallet stores your keys and allows you to sign transactions, generate new addresses, initiate transfers, track portfolio balances, manage your crypto, and interact with dApps.
Crypto wallets come in many forms, from hardware wallets like Ledger to mobile apps that you can download on your phone or tablet.
* ### What is a crypto wallet?
Thinking about buying crypto or NFTs? You’ll need a [crypto wallet](
When you create a wallet, two keys are generated: a private and a public key. The wallet stores your keys and allows you to sign transactions, generate new addresses, initiate transfers, track portfolio balances, manage your crypto, and interact with dApps.
Crypto wallets come in many forms, from hardware wallets like Ledger to mobile apps that you can download on your phone or tablet.
* ### How do crypto wallets work?
When you buy crypto like Bitcoin and Ethereum, you’re issued with two keys: [the public and private keys.](
The public key can be compared to a bank account number that you can share with third parties to receive crypto without worrying that your assets will be compromised.
The private key signs transactions and allows you to send and receive crypto. It's crucial to keep your private keys secure and secret. If anyone has access to them, they will also have access to any crypto assets associated with those keys.
A crypto wallet stores your private keys and gives you access to your assets.
* ### What are the different types of crypto wallets?
There are different types of crypto wallets, each with its own benefits and drawbacks.
[Hot wallets]( are connected to the internet and usually convenient to use, however, they are also vulnerable to online attacks. Examples include web\-based, mobile, and desktop wallets. With [cold wallets]( your private keys are stored offline and out of reach of online threats. Examples include paper and hardware wallets.
Wallets can also be categorized as custodial or non\-custodial, depending on who holds the private keys. Storing your crypto in a custodial wallet means that a third party controls your private keys and, therefore, your assets. In contrast, a non\-custodial wallet allows you to fully own and control your crypto.
* ### Why do I need a hardware wallet?
Hot wallets store private keys on systems connected to the internet, which makes them susceptible to online attacks. Keeping your crypto on an exchange means you have no true ownership or control over it. If the exchange files for bankruptcy or pauses withdrawals, you lose access to your funds.
Hardware wallets store your private keys offline, giving you full control and enhanced security. Even if you misplace or lose your hardware wallet, you can get a new one and use your Secret Recovery Phrase to access your assets.
* ### How to get a crypto wallet?
Ready to get started? Here are the steps for getting your crypto wallet:
1\. Get a [Ledger hardware wallet]( It stores your private keys in a secure, offline environment giving you peace of mind and complete control over your assets. All Ledger wallets are powered by an industry\-leading Secure Element chip, together with Ledger's proprietary OS that protects your crypto \& NFTs from sophisticated hacks.
2\. Pair your Ledger wallet with the [Ledger Live app]( to easily send, receive and grow crypto, keep track of your portfolio, and securely access a range of dApps and Web3 services. All in one place.
3\. Add crypto to your Ledger wallet. Ledger has partnered with leading third\-party providers so that you can securely buy, swap, and grow your crypto through the Ledger Live app. Your crypto will be sent to the safety of your Ledger hardware wallet.
###### \*Service provided by Coincover. Ledger Recover availability depends on the country/region where your identity document is issued. Visit [here]( for country/region availability. Subscription requires a valid passport or national identity card. Valid driver's licenses also accepted for Canadian and US users. Subscriptions are non\-refundable except where statutory refund/cancellation rights apply. Redeem codes are valid for 1 year from purchase date. Subscriptions operate on an automatic renewal basis. Please note that while the redeem code purchase is charged in your local currency, any monthly renewal payment will be processed in EUR (Euros). Due to fluctuating exchange rates, the price in your local currency may vary at the time of each payment and you may incur additional fees from your bank for currency conversion. Cancel anytime to prevent future charges. By clicking ”Add to cart”, you agree to accept these terms and the [Ledger Recover Redeem Code T\&Cs here](
###### As a reminder, this promotion can not be combined with the Refer a Friend Reward of the Invitee (please consult the [Sales T\&Cs]( and the [Referral Program Terms and Conditions]( for more information).
#### Stay in touch
Announcements can be found in our blog.
#### Subscribe to our newsletter
New coins supported, blog updates and exclusive offers directly in your inbox
Register to newsletter[![Ledger](/ledger-logo-long-white.svg)]( Copyright © Ledger SAS. All rights reserved. Ledger, Ledger Stax, Ledger Nano S, Ledger Vault, BOLOS are trademarks owned by Ledger SAS
106 Rue du Temple, 75003 Paris, France
* [Ledger Nano X](/pages/ledger-nano-x)
* [Ledger Nano S Plus](/pages/ledger-nano-s-plus)
* [Compare our devices](/pages/hardware-wallets-comparison)
Crypto Assets* [Bitcoin wallet](
* [See all assets](
Crypto services* [Crypto prices](
For Business* [Ledger Enterprise Solution](
For Startups* [Funding from Ledger Cathay Capital](
For Developers* [The Developer Portal](
Get started* [Start using your Ledger device](
* [Compatible wallets and services](
* [How to buy Bitcoin](
* [Guide before buying bitcoin](
* [Bitcoin Hardware Wallet](/pages/bitcoin-hardware-wallet)
* [Ledger Press Kit](
* [Sales Terms and Conditions](/pages/terms-and-conditions)
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Cookies Settings Accept All Cookies![Company Logo](## Privacy Preference Center
* ### Your Privacy
* ### Strictly Necessary Cookies
* ### Performance Cookies
* ### Functional Cookies
* ### Targeting Cookies
* ### Social Media Cookies
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
#### Strictly Necessary Cookies
Always ActiveThese cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
View Vendor Details#### Performance Cookies
Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
View Vendor Details#### Functional Cookies
Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
View Vendor Details#### Targeting Cookies
Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
View Vendor Details#### Social Media Cookies
Social Media Cookies These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools.
View Vendor DetailsBack Button### Vendors List
Filter ButtonConsent Leg.Interest checkbox label label checkbox label label checkbox label labelClear checkbox label labelApply CancelConfirm My Choices Allow All[![Powered by Onetrust]( "Powered by OneTrust Opens in a new Tab")]( | product | Hardware Wallet |
https://enterprise.ledger.com/ | Enjoy the industry’s most secure solution without having to sacrifice usability, speed or scale.
Ledger Enterprise TRADELINK. Next Generation Crypto Trading Technology for Institutions.
Ledger Enterprise Secure Staking provides peace of mind to your team, customers and investors.
Secure and Effortless Token Management for all
Generate new digital value with our nft management and token issuance services.
[Introducing Ledger Enterprise – Video Series](
As crypto adoption continues, how do we bring the same level of security of the Ledger Nanos to institutions?
Ledger Donjon our
world class security experts blog.
Ledger Stax™ is our new, breakthrough device.
* [Who We Serve](#)
+ ## Who We Serve
Offering Exchanges the flexibility they need to seize new opportunities or adapt swiftly to shifting environments.
As a custodian, you’re in the business of trust. Providing industry leading security and operating with full compliance gives you an edge.
Experience Web3 innovation without the hassle. Secure, easy to use, trusted.
FAQ, technical issues, support documentation and more.
Learn about the latest features and enhancements.
5000\+ coins and tokens.
[Build a Ledger App](
[Create an NFT Drop](
NFTs embody a new type of digital ownership, enabling communities to be formed around shared values, ideas and outcomes.
[How Crypto Gets Stolen – And How To Avoid It](
There are some threats even a hardware wallet can’t protect you from \-understanding threat vectors is key to protecting your assets.
[Call for Global Standards](
Guiding principles to ensure
proper security and governance for Web3 companies to protect
their customers at scale.
Automate and streamline your reporting process with Ledger Enterprise API.
Provides you with all the content you need to safely navigate the space on your own terms.
* [Full API Reference](
* [Build a Ledger App](
* [Create an NFT Drop](
* [How Crypto Gets Stolen – And How To Avoid It](
+ ## About Us
We believe in a world where users, creators and enterprises manage Web3 value with full ownership, security and freedom. We plan to play a fundamental role in this new digital era.
Ledger Enterprise allows companies from all backgrounds to secure and manage their digital assets. Let’s build a custom plan around your business.
We partner with industry leading experts to enable any organization on the planet to embrace Web3 Securely.
- [Partner With Ledger](/partner/#partner-form)
# THE MOST TRUSTED NAME IN Web3 for YOUR BUSINESS
Ledger Enterprise is the platform to build, scale and secure your Web3 strategy. From crypto\-curious to crypto\-native, everything you need to run a digital\-asset business.
**Welcome to an elevated self\-custody experience.**
### Your Business,Your Tools
**Build custom\-fit web3 solutions to meet your business needs with our powerful suite of simple, secure APIs.**
Replace manual operations. Automate transactions. Real\-time reporting. And all the integrations you need.
With no compromise on Security.
Grow your business with confidence and speed, without compromise. Maintain complete control of your digital assets.
Treasury management, DeFi, NFT, Staking and access to over 500 dApps. All in one.
Secure your digital assets with governance, treasury management and self\-custody at scale. [**Learn more**](
Next Generation Crypto Trading Technology for Institutions: Faster, Cheaper, Safer. **[Learn more.](
**Smart Staking for Businesses**
Leverage Staking to manage your assets and generate yield. **[Lea]( more.](
Generate new digital value with NFT management and token issuance services. **[Learn mor](
Automate your operations and interact with web3 at scale with Ledger Enterprise API. **[Learn more.](
For top global brands, Ledger Enterprise provides tools, tech and education needed to enter Web3 with confidence and keep consumers safe.
Powering top exchanges to increase revenue, build new offers and keep consumers safe. Trade and stake at scale with world\-class self\-custody.
Secure your digital assets with governance, treasury management and self\-custody at scale.
### Billions in transactions, zero mismanaged.
### Web3 Leaders choose Ledger Enterprise.
“We found the Ledger Vault platform to be the most comprehensive and secure in the industry. We were especially impressed by their governance rule engine that ensures safe, secure and flexible processes. The Ledger Vault platform alleviates the stress of managing digital assets which allows our executive team to focus more on building our company.” **Tanim Rasul, COO at NDAX**
“When Damex.io began its journey in 2017 with only three people but a big vision, our very first custody solution was a Ledger Blue. It delivered the military\-grade security that we promised our clients. Five years later, with 65 people and an even bigger vision, we are delighted to now be working with Ledger Enterprise. Ledger continues to deliver what our clients need and has been instrumental in the Damex.io success story. **Samuel Rondot, Managing Director at Damex.io**
“OneOf is excited to be partnered with Ledger Enterprise to secure and manage our cryptocurrency holdings. Ledger Enterprise is the gold standard when it comes to safeguarding digital assets using industry\-leading hardware and software, and employing the latest in cryptographic protocols. Their advanced key management system and multi\-signature authentication gives us the enterprise\-grade tools we need to manage our assets.” **Lin Dai, Co\-Founder \& CEO at OneOf**
“We are thrilled to work with Ledger and their institutional\-grade digital asset custody solution. Ledger Vault allows us to operate our business at scale while maintaining the highest standards of security to protect our client funds.” **Eric Anziani, COO at Crypto.com**
“Ledger is a household name in the space, and it has been a great journey working with Ledger Vault team from the very early days, and to see the evolution of the platform. Ledger is a brand that our clients, and we can trust. It allows us to focus on growing our core business, knowing that our client’s assets are held in the safest way possible.” **Vincent Chok, CEO at Legacy Trust**
“The nature of our business is the easy exchange of value between assets. Fluidity is our lifeblood. The trick is to provide this utility while maintaining the security of a traditional financial institution. Enter Ledger Vault, a solution which creates a chain of trust within a protected enclave, locked by a key to which Ledger has no access. \[September 2020]” **Paul Lee, CISO at Uphold**
“At Tetra, we hold the highest standards for security, and we’ve found a great partner in Ledger. Ledger’s commitment to strong governance and exceptional customer support allows us to operate more efficiently. Additionally, Ledger’s evolving DeFi capabilities ensure we can continue to explore new opportunities with our clients.” ****Didier Lavallée,****
****CEO at Tetra Trust****
### 5000\+ Coins and Tokens
With Ledger Enterprise, you can secure 15 blockchains and any ERC\-20 token, representing more than 90% of the global market capitalization of digital assets.
Ledger is the \#1 brand in Web3 security for consumers and companies.
### In the News
##### [Why Luxury Brands Like Farfetch Are Partnering With Ledger](
##### [Binance\-FTX deal is a ‘big warning for everyone,’ Ledger CEO says](
##### [EXMO Exchange Taps Ledger Vault to Help Secure User Assets After 2020 Hack](
##### [French Crypto Wallet Ledger Is Solving Bitcoin’s Biggest Flaw For Financial Giants](
##### [Ledger Doubles Down on Institutional Crypto With New Business Unit and Hiring Push](
##### [NFTs, rewards, buy now/pay later: Front lines of payments in 2022](
### Your Partner in Web3
Our world\-class, global team can support you every step of the way. Reach out today to unlock Web3 alongside the most trusted brand in self\-custody.
Is Ledger Enterprise a custodian?
Ledger Enterprise is not a custodian. We provide innovative technology solutions that empower companies to self\-custody their digital assets or the digital assets of their customers. With our solution, you are in full control of your private keys assets.
Who uses Ledger Enterprise products and solutions?
Ledger Enterprise provides solutions for companies that want to self\-custody and secure their digital assets. Whether you want to add crypto to your balance sheet or explore the opportunities of Web3, DeFi and NFT, we are there to support you.
What is the link between crypto and private keys?
Owning crypto\-assets means managing your private keys. If you’re not owning your private keys, you don’t really own your crypto. With Ledger Enterprise, you’re always in complete control of your private keys, meaning that you can recover your funds \& assets at any moment if needed, independently of any third party, including us.
What is the difference between Ledger Enterprise and Ledger Nano?
Ledger Enterprise is the Business to Business (B2B) unit of Ledger and provides solutions tailored for enterprise needs. Unlike the Ledger Nano X or Ledger Nano S Plus which are ideal for individual retail investors, Ledger Enterprise is specifically designed for businesses requiring governance rules, compliance\-oriented reporting, and advanced automation. The Ledger Enterprise platform offers a B2B SaaS self\-custody experience, enabling institutions to efficiently manage and safeguard their digital asset operations at scale.
Is Ledger Enterprise a Hardware or Software wallet?
Ledger Enterprise is a solution combining Hardware, Software and Firmware. This unique architecture allows us to provide the only end\-to\-end security Software\-as\-a\-Service solution on the market.
Is Ledger Enterprise certified?
Ledger Enterprise is certified SOC 2 Type 2 and we are currently involved in the process of obtaining ISO 27001, ISO 22301 and the CSPN V4 security visa. Our technology is used by many regulated industry leaders all over the world.
Ledger Enterprise provides the most secure and cost\-effective cloud\-based solutions, and posesses a unique expertise in the security and digital asset industry.
Copyright © Ledger SAS. All rights reserved. Ledger, Ledger Nano S, Ledger Vault, Bolos are registered trademarks of Ledger SAS
Products* [Custody and Governance](
Who We Serve* [Exchanges](
For Developers* [Full API reference](
* [Partner with Ledger](/partner/#partner-form)
Legal* [Sales Terms and Conditions](
* [Terms of Use and Disclaimer](
## Your Cookies preferences !
We use cookies to analyse the traffic on our site, enhance your experience and deliver marketing contents that are relevant to your interests. Please note that you can change your cookie settings and withdraw your consent at any time from our[Cookie Policy](
Reject All Accept AllCookies Settings![Ledger Logo](## Privacy Preference Center
* ### Your Privacy
* ### Strictly Necessary Cookies
* ### Performance Cookies
* ### Functional Cookies
* ### Targeting Cookies
When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer.
#### Strictly Necessary Cookies
Always ActiveThese cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
View Vendor Details#### Performance Cookies
Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
View Vendor Details#### Functional Cookies
Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
View Vendor Details#### Targeting Cookies
Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
View Vendor DetailsBack Button### Back
Filter ButtonConsent Leg.Interest Switch Label label Switch Label label Switch Label label* ###
View Third Party Cookies
Clear checkbox label labelApply CancelConfirm My Choices Allow All[![Powered by Onetrust]( "Powered by OneTrust Opens in a new Tab")]( | product | Custody Technology Provider |