> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chainstack Cloud release notes and product updates

> Latest product updates, new protocol support, feature releases, and platform improvements from the Chainstack team across all supported networks.

export const Button = ({href, children}) => {
  return <div className="not-prose group mt-3">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-xl group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
      </button>
    </a>
  </div>;
};

<Update label="Chainstack updates: May 18, 2026" description=" by Ake">
  **Protocols**. **Flashblocks on Optimism** is live on every Chainstack [Optimism](https://chainstack.com/build-better-with-optimism/) mainnet node. The Optimism sequencer streams Flashblocks every 250ms, and Chainstack Optimism nodes expose the preconfirmation state through standard JSON-RPC calls with the `pending` block tag. See [Flashblocks on Optimism](/docs/flashblocks-on-optimism) for the full guide, including the Optimism vs. Base differences and performance expectations.

  <Button href="/changelog/chainstack-updates-may-18-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: April 29, 2026" description=" by Ake">
  **Protocols**. **Hyperliquid `/nanoreth`** is live on every Chainstack [Hyperliquid](https://chainstack.com/build-better-with-hyperliquid/) mainnet node. Append `/nanoreth` to your endpoint URL to get system transactions included in `eth_getBlockByNumber`, `eth_getBlockReceipts`, and direct hash lookups. The default `/evm` path is unchanged — hl-node-compliant, system transactions stripped from block-shaped responses. See [Hyperliquid node configuration](/docs/hyperliquid-node-configuration) for the per-method behavior matrix.

  <Button href="/changelog/chainstack-updates-april-29-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: April 22, 2026" description=" by Ake">
  **Console**. The new [Agents page](https://console.chainstack.com/agents) is live in the Chainstack console — one place to plug Chainstack into Claude Code, Codex CLI/App, Gemini CLI, Cursor, or any other coding agent: migration prompt, docs, MCP server, and Chainstack skill.

  <Button href="/changelog/chainstack-updates-april-22-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: March 27, 2026" description=" by Ake">
  **Protocols**. Sui Testnet is now available on Chainstack. You can deploy [Global Nodes](/docs/global-elastic-node) for Sui Testnet with JSON-RPC and gRPC endpoint support. See also [Sui tooling](/docs/sui-tooling).

  <Button href="/changelog/chainstack-updates-march-27-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: March 18, 2026" description=" by Vladimir">
  **Protocols**. Tempo Mainnet is now available on Chainstack. You can deploy [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node) for Tempo Mainnet. See also [Tempo tooling](/docs/tempo-tooling) and [Tempo API reference](/reference/tempo-getting-started).

  <Button href="/changelog/chainstack-updates-march-18-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: March 5, 2026" description=" by Vladimir">
  **Protocols**. MegaETH is now available on Chainstack:

  * MegaETH Mainnet on [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node)
  * MegaETH Testnet on [Dedicated Nodes](/docs/dedicated-node)

  <Button href="/changelog/chainstack-updates-march-5-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: January 22, 2026" description=" by Vladimir">
  **Protocols**. TRON Mainnet and Nile Testnet now support gRPC endpoints on [Global Nodes](/docs/global-elastic-node). See also [TRON tooling](/docs/tron-tooling) and [authentication methods](/docs/authentication-methods-for-different-scenarios).

  <Button href="/changelog/chainstack-updates-january-22-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: January 21, 2026" description=" by Vladimir">
  **Protocols**. Tempo Moderato Testnet is now available on Chainstack. You can deploy [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node) for Tempo Moderato Testnet. See also [Tempo tooling](/docs/tempo-tooling), [Tempo API reference](/reference/tempo-getting-started), and tutorials on [building a payment app](/docs/tempo-tutorial-first-payment-app) and [DEX swaps with Foundry](/docs/tempo-tutorial-dex-swap-foundry).

  <Button href="/changelog/chainstack-updates-january-21-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: January 5, 2026" description=" by Ake">
  **Subgraphs**. Chainstack is sunsetting its Subgraphs service and transitioning users to [Ormi](https://ormilabs.com/). Existing subgraphs will continue until February 1, 2026. Ormi will provide one month of free access. See the [transition guide](https://docs.ormilabs.com/subgraphs/tutorials/migrate-chainstack-subgraphs).

  <Button href="/changelog/chainstack-updates-january-5-2026">Read more</Button>
</Update>

<Update label="Chainstack updates: December 26, 2025" description=" by Vladimir">
  **Protocols**. Monad Mainnet nodes are now available in archive mode with Debug & Trace methods on [Global Nodes](/docs/global-elastic-node). See also [Monad API reference](/reference/monad-getting-started) and [Monad tooling](/docs/monad-tooling).

  <Button href="/changelog/chainstack-updates-december-26-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: December 10, 2025" description=" by Vladimir">
  **Protocols**. Hyperliquid Mainnet — `eth_getLogs` optimization to improve execution speed for high-throughput log retrieval.

  <Button href="/changelog/chainstack-updates-december-10-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: December 5, 2025" description=" by Vladimir">
  **Protocols**:

  * Unichain — You can now deploy [Global Nodes](/docs/global-elastic-node) for Unichain Mainnet and Sepolia Testnet.
  * Cronos — Debug and trace methods are now available for Cronos Mainnet on [Global Nodes](/docs/global-elastic-node) and [Trader Nodes](/docs/trader-node).

  <Button href="/changelog/chainstack-updates-december-5-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: November 24, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Monad Mainnet. See also [Monad API reference](/reference/monad-getting-started), [Monad tooling](/docs/monad-tooling), and tutorials on [querying with JavaScript](/docs/monad-tutorial-querying-blockchain-javascript) and [Python](/docs/monad-tutorial-querying-blockchain-python).

  <Button href="/changelog/chainstack-updates-november-24-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: November 21, 2025" description=" by Vladimir">
  **Protocols**:

  * Monad — You can now deploy [Global Nodes](/docs/global-elastic-node) for Monad Testnet.
  * Sonic — You can now deploy [Global Nodes](/docs/global-elastic-node) for Sonic Testnet.

  <Button href="/changelog/chainstack-updates-november-21-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: November 19, 2025" description=" by Ake">
  **Protocols**. Sui nodes now support gRPC endpoints for high-performance access. See [Sui tooling](/docs/sui-tooling) and [authentication methods](/docs/authentication-methods-for-different-scenarios).

  <Button href="/changelog/chainstack-updates-november-19-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: November 4, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy Bitcoin Signet for [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node).

  <Button href="/changelog/chainstack-updates-november-4-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: October 31, 2025" description=" by Ake">
  **Protocols**. Ethereum Holesky Testnet has been deprecated. Please use [Sepolia Testnet or Hoodi Testnet](/docs/protocols-networks) for Ethereum testing.

  <Button href="/changelog/chainstack-updates-october-31-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: October 18, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode with Debug & Trace APIs for Plasma Mainnet and Testnet.

  <Button href="/changelog/chainstack-updates-october-18-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: September 30, 2025" description=" by Ake">
  **Add-ons**. Introducing the new Geyser plugin plan at `$49` per stream, providing an affordable option for developers who need single-stream access to real-time Solana data. This plan joins our existing `$149` and `$449` monthly plans, offering more flexibility for different use cases. See [Yellowstone gRPC Geyser plugin](/docs/yellowstone-grpc-geyser-plugin) for more details.

  <Button href="/changelog/chainstack-updates-september-30-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: August 26, 2025" description=" by Ake">
  **Protocols**. Hyperliquid HyperEVM nodes are now in archive mode available with Debug & Trace methods and WebSocket support. See also [Hyperliquid methods](/docs/hyperliquid-methods) and [Hyperliquid API reference](/reference/hyperliquid-getting-started). As a reminder, HyperCore is also supported.

  <Button href="/changelog/chainstack-updates-august-26-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: August 22, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Unichain Testnet.

  **Ultra-fast transactions**. Now [Warp transactions](/docs/warp-transactions) are available for GEN Nodes for Solana, Ethereum, and BNB Smart Chain.

  <Button href="/changelog/chainstack-updates-august-22-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: August 11, 2025" description=" by Ake">
  **Protocols**. Flashblocks preconfirmations for the Base nodes are now available on Chainstack. See [Flashblocks on Base](/docs/flashblocks-on-base).

  <Button href="/changelog/chainstack-updates-august-11-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: August 5, 2025" description=" by Ake">
  **Protocols.** Hyperliquid Mainnet and Hyperliquid Testnet are now available in full mode with the HyperCore `/info` and HyperEVM `/evm` APIs enabled. See also [Hyperliquid API Reference](/reference/hyperliquid-getting-started).

  <Button href="/changelog/chainstack-updates-august-5-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 27, 2025" description=" by Ake">
  **Security**. You can now add [access rules](/docs/access-rules) to your node endpoints to restrict access based on HTTP `Origin` header values or IP addresses.

  <Button href="/changelog/chainstack-updates-june-27-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 12, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Zora Mainnet. See also [Zora tooling](/docs/zora-tooling) and a [tutorial](/docs/zora-creator-token-detection-tutorial).

  <Button href="/changelog/chainstack-updates-june-12-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 11, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Polkadot Mainnet. See also [Polkadot tooling](/docs/polkadot-tooling) and a [tutorial](/docs/polkadot-network-health-monitoring).

  <Button href="/changelog/chainstack-updates-june-11-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 10, 2025" description=" by Ake">
  **Protocols**:

  * Mantle — You can now deploy [Global Nodes](/docs/global-elastic-node) for Mantle Mainnet. See also [Mantle tooling](/docs/mantle-tooling) and a [tutorial](/docs/mantle-fetching-token-prices-from-merchant-moe).
  * Aurora — All Aurora nodes are deprecated.

  <Button href="/changelog/chainstack-updates-june-10-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 9, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Linea Mainnet. See also [Linea tooling](/docs/linea-tooling) and a [tutorial](/docs/linea-real-time-transaction-monitor-python).

  <Button href="/changelog/chainstack-updates-june-9-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: June 3, 2025" description=" by Vladimir">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Berachain Mainnet. See also [Berachain tooling](/docs/berachain-tooling) and a [tutorial](/docs/berachain-on-chain-data-quickstart-with-python).

  <Button href="/changelog/chainstack-updates-june-3-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: May 30, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Unichain Mainnet. See also [Unichain tooling](/docs/unichain-tooling) and a [tutorial](/docs/unichain-collecting-uniswapv4-eth-usdc-trades).

  <Button href="/changelog/chainstack-updates-may-30-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: May 28, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Sui Mainnet. See also [Sui tooling](/docs/sui-tooling) and a [tutorial](/docs/sui-on-chain-validator-analytics-with-pysui).

  <Button href="/changelog/chainstack-updates-may-28-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: May 16, 2025" description=" by Ake">
  **Subgraphs**. Now, you can deploy subgraphs on Ethereum Hoodi Testnet.

  <Button href="/changelog/chainstack-updates-may-16-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: May 14, 2025" description=" by Ake">
  **Global Nodes** — Kaia Mainnet and Kaia Kairos Testnet are now available in full mode with Debug & Trace APIs enabled, providing developers with enhanced capabilities for smart contract development and debugging.

  <Button href="/changelog/chainstack-updates-may-14-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: May 7, 2025" description=" by Ake">
  **Global Nodes** — Ethereum Hoodi Testnet is now available in archive mode with Debug & Trace APIs enabled, providing developers with enhanced capabilities for testing and debugging smart contracts.

  <Button href="/changelog/chainstack-updates-may-7-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: April 28, 2025" description=" by Ake">
  **Developer Portal** — Chainstack Developer Portal (this very site) migrated to [Mintlify](https://mintlify.com/) for AI-ready features, an open-source repository, and snappier performance overall.

  <Button href="/changelog/chainstack-updates-april-28-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: April 17, 2025" description=" by Ake">
  **Nodes** and **Add-ons**. You can now enable [Add-ons](/docs/add-ons): [Yellowstone gRPC Geyser plugin](/docs/yellowstone-grpc-geyser-plugin) on Solana and [Unlimited Node](/docs/unlimited-node) on any node.

  <Button href="/changelog/chainstack-updates-april-17-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: April 1, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node) in archive mode with Debug & Trace APIs for the Sonic Blaze testnet.

  <Button href="/changelog/chainstack-updates-april-1-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 24, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy full [Global Nodes](/docs/global-elastic-node) for the Aptos testnet.

  <Button href="/changelog/chainstack-updates-march-24-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 20, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy full [Global Nodes](/docs/global-elastic-node) and [Dedicated Nodes](/docs/dedicated-node) for the TRON Nile testnet.

  <Button href="/changelog/chainstack-updates-march-20-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 21, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for the Aptos mainnet.

  <Button href="/changelog/chainstack-updates-march-21-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 13, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for the Polygon zkEVM mainnet.

  <Button href="/changelog/chainstack-updates-march-13-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 12, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in full mode for the [TRON](/docs/tron-tooling) mainnet.

  <Button href="/changelog/chainstack-updates-march-12-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 11, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Gnosis Chain Chiado testnet.

  <Button href="/changelog/chainstack-updates-march-11-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 7, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs for Gnosis Chain mainnet.

  <Button href="/changelog/chainstack-updates-march-7-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 5, 2025" description=" by Ake">
  **Nodes**. Now you can toggle MEV protection for your transactions on the Binance Smart Chain mainnet nodes. See [MEV protection](/docs/mev-protection).

  <Button href="/changelog/chainstack-updates-march-5-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: March 4, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs for the Sonic mainnet. See also a fun tutorial [Sonic: Swap farming for points walkthrough in Python](/docs/sonic-swap-farming-for-points-walkthrough-in-python).

  <Button href="/changelog/chainstack-updates-march-4-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: February 21, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode for Cronos mainnet.

  <Button href="/changelog/chainstack-updates-february-21-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: February 18, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Bitcoin testnet.

  <Button href="/changelog/chainstack-updates-february-18-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: February 14, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Bitcoin mainnet.

  <Button href="/changelog/chainstack-updates-february-14-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: February 12, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs for ZKsync Era mainnet.

  <Button href="/changelog/chainstack-updates-february-12-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: February 5, 2025" description=" by Ake">
  **Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs for Ronin Saigon testnet.

  <Button href="/changelog/chainstack-updates-february-5-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: January 22, 2025" description=" by Ake">
  * **Pricing**. New Pro plan introduced. See [Pricing](https://chainstack.com/pricing).
  * **Protocols**. All Tezos networks are now deprecated.

  <Button href="/changelog/chainstack-updates-january-22-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: January 17, 2025" description=" by Ake">
  **Platform**. Improved [node requests metrics](/docs/manage-your-node#view-node-requests-metrics)—the data is now granular to 1 minute; the timeframes are now 1 hour, 6 hours, 12 hours, 24 hours, 7 days.

  <Button href="/changelog/chainstack-updates-january-17-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: January 9, 2025" description=" by Ake">
  **Platform**. Improved [node requests metrics](/docs/manage-your-node#view-node-requests-metrics)—the data is now granular to 1 minute; the timeframes are now 1 hour, 6 hours, 12 hours, 24 hours, 7 days.

  <Button href="/changelog/chainstack-updates-january-9-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: January 7, 2025" description=" by Ake">
  **Nodes**. Now you can toggle MEV protection for your transactions on the Ethereum mainnet nodes. See [MEV protection](/docs/mev-protection).

  <Button href="/changelog/chainstack-updates-january-7-2025">Read more</Button>
</Update>

<Update label="Chainstack updates: December 24, 2024" description=" by Ake">
  **Nodes**. The Fantom nodes are now running on the Sonic client.

  <Button href="/changelog/chainstack-updates-december-24-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: November 6, 2024" description=" by Ake">
  **Nodes**. The Solana nodes on the Devnet are now running on the Agave client. See also [Solana Agave 2.0 upgrade reference](/docs/solana-agave-20-upgrade-reference).

  <Button href="/changelog/chainstack-updates-november-6-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: October 2, 2024" description=" by Ake">
  **Nodes**. The Solana nodes on the Devnet are now running on the Agave client. See also [Solana Agave 2.0 upgrade reference](/docs/solana-agave-20-upgrade-reference).

  <Button href="/changelog/chainstack-updates-october-2-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: October 1, 2024" description=" by Ake">
  **Faucet**. The [Chainstack faucet](https://faucet.chainstack.com/) has a brand new and highly improved interface.

  <Button href="/changelog/chainstack-updates-october-1-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: September 19, 2024" description=" by Ake">
  **Faucet**. The [Chainstack faucet](https://faucet.chainstack.com/) can now disperse testnet TON.

  <Button href="/changelog/chainstack-updates-september-19-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: September 13, 2024" description=" by Ake">
  **Platform**. You can now access your requests stats for nodes and subgraphs. See [Statistics](/docs/see-statistics).

  <Button href="/changelog/chainstack-updates-september-13-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: September 10, 2024" description=" by Ake">
  **Protocols**. Now, you can deploy global elastic nodes for TON Mainnet & Testnet.

  See also [TON tooling](/docs/ton-tooling), [TON tutorials](/docs/protocols-tutorials), and the [TON API reference](/reference/getting-started-ton).

  <Button href="/changelog/chainstack-updates-september-10-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: August 26, 2024" description=" by Ake">
  **Protocols**. Now, Polygon zkEVM supports connecting over WebSocket.

  <Button href="/changelog/chainstack-updates-august-26-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: August 20, 2024" description=" by Ake">
  Trader nodes on Solana and 150+ cryptocurrencies to top up your balance.

  * **Trader nodes**. You can now send high-speed transactions on Solana. See [Trader nodes](/docs/warp-transactions).
  * **BIling**. You can now top up your balance with 150+ cryptocurrencies using NOWPayments as payment provider. See [Manage your billing](/docs/manage-your-billing).

  <Button href="/changelog/chainstack-updates-august-20-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: August 15, 2024" description=" by Ake">
  **Global elastic nodes**. Debug & trace on Fantom and `blockSubscribe` on Solana.

  * Fantom — you can now deploy global elastic nodes with debug & trace APIs for Fantom Mainnet. See the [debug & trace API reference](/reference/debug_traceblockbyhash-fantom-chain).
  * Solana — you now do the `blockSubcribe` on the Solana Mainnet & Devnet. See the [blockSubscribe API reference](/reference/blocksubscribe-solana).

  <Button href="/changelog/chainstack-updates-august-15-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: July 20, 2024" description=" by Ake">
  **Protocols**. Now, you can deploy global elastic nodes for opBNB Mainnet.

  <Button href="/changelog/chainstack-updates-july-20-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: June 26, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes for Oasis Sapphire Mainnet and Testnet.

  <Button href="/changelog/chainstack-updates-june-26-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: June 11, 2024" description=" by Ake">
  **Protocols**. Now, you can deploy global elastic nodes for Blast Mainnet.

  <Button href="/changelog/chainstack-updates-june-11-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: May 27, 2024" description=" by Ake">
  **Protocols**. Now, you can deploy global elastic nodes for Celo Mainnet and Moonbeam Mainnet.

  <Button href="/changelog/chainstack-updates-may-27-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: May 23, 2024" description=" by Ake">
  **Protocols**. Now, you can deploy global elastic nodes for Klaytn Mainnet.

  <Button href="/changelog/chainstack-updates-may-23-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: May 16, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Avalanche Mainnet.

  <Button href="/changelog/chainstack-updates-may-16-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: May 1, 2024" description=" by Ake">
  **Global elastic nodes**. Now, Scroll mainnet nodes are deployed with [debug and trace APIs](/docs/debug-and-trace-apis).

  <Button href="/changelog/chainstack-updates-may-1-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: April 22, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode for Solana Mainnet.

  <Button href="/changelog/chainstack-updates-april-22-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: April 4, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Arbitrum One Mainnet.

  <Button href="/changelog/chainstack-updates-april-4-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: March 21, 2024" description=" by Ake">
  **Global elastic nodes** for Avalanche Fuji Testnet and Polygon Amoy Testnet.

  * Avalanche Fuji Testnet — you can now deploy global elastic nodes in archive mode with debug & trace APIs.
  * Polygon Amoy Testnet — you can now deploy global elastic nodes in archive mode with debug & trace APIs.

  <Button href="/changelog/chainstack-updates-march-21-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: March 12, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for BNB Smart Chain Testnet.

  <Button href="/changelog/chainstack-updates-march-12-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: March 10, 2024" description=" by Ake">
  **Protocols**. All NEAR nodes are now deprecated.

  <Button href="/changelog/chainstack-updates-march-10-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: March 5, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Arbitrum Sepolia Testnet.

  <Button href="/changelog/chainstack-updates-march-5-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: March 4, 2024" description=" by Ake">
  **Global elastic nodes** for Ethereum Holešky & Sepolia.

  * Ethereum Holešky Testnet — you can now deploy [global elastic nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs. The node client is running Erigon.
  * Ethereum Sepolia Testnet — you can now deploy [global elastic nodes](/docs/global-elastic-node) in archive mode with debug & trace APIs. The node client is running Erigon.

  <Button href="/changelog/chainstack-updates-march-4-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 28, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for BNB Smart Chain Mainnet.

  <Button href="/changelog/chainstack-updates-february-28-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 27, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Polygon Mainnet.

  <Button href="/changelog/chainstack-updates-february-27-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 26, 2024" description=" by Davide Zambias">
  **Global elastic nodes.** Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Ethereum Mainnet.

  <Button href="/changelog/chainstack-updates-february-26-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 23, 2024" description=" by Ake">
  **Global elastic nodes.** Now, you can deploy global elastic nodes in archive mode with debug & trace APIs for Ronin Mainnet. The node client is Geth-based.

  <Button href="/changelog/chainstack-updates-february-23-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 21, 2024" description=" by Ake">
  **Subgraphs**. Preconfigured and deployed subgraphs called Data APIs released.

  <Button href="/changelog/chainstack-updates-february-21-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: February 9, 2024" description=" by Ake">
  **Global elastic nodes**. Now, you can deploy global elastic nodes for Optimism Mainnet. The node client is op-erigon.

  You can now enjoy the debug & trace APIs out of the box. For the method run-down, see [Optimism API reference](/reference/optimism-api-reference).

  <Button href="/changelog/chainstack-updates-february-9-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: January 30, 2024" description=" by Davide Zambias">
  **Global elastic nodes**. Now, you can deploy global elastic nodes for Base Mainnet.

  <Button href="/changelog/chainstack-updates-january-30-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: January 25, 2024" description=" by Davide Zambias">
  **Global elastic nodes**. Now, you can deploy global elastic nodes for Starknet Sepolia Testnet.

  <Button href="/changelog/chainstack-updates-january-25-2024">Read more</Button>
</Update>

<Update label="Chainstack updates: January 18, 2023" description=" by Ake">
  **Global elastic nodes**. Now you can deploy global elastic nodes for Base Sepolia Testnet, Optimism Sepolia Testnet, zkSync Era Sepolia Testnet.

  <Button href="/changelog/chainstack-updates-january-18-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: December 6, 2023" description=" by Ake">
  **Billing**. No credit card required on sign-up. Sign up and get the free [Developer plan](https://chainstack.com/pricing/) with 3 million requests monthly.

  <Button href="/changelog/chainstack-updates-december-6-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: November 30, 2023" description=" by Ake">
  **Billing**. Pay-as-you-go released. You can now enable it in your [Billing](https://console.chainstack.com/user/settings/billing) to keep the Chainstack services operational on reach your plan's quota limit, or disable it to have a hard limit and stopping the services on reaching the quota.

  <Button href="/changelog/chainstack-updates-november-30-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: November 29, 2023" description=" by Ake">
  **Starknet**. Starknet mainnet and testnet nodes now support WebSocket.

  <Button href="/changelog/chainstack-updates-november-29-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: November 20, 2023" description=" by Lera Nikitina">
  **Global elastic node**. Now you can deploy global elastic nodes for Starknet Mainnet.

  <Button href="/changelog/chainstack-updates-november-20-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: November 16, 2023" description=" by Lera Nikitina">
  **Protocols**. You can now deploy global elastic nodes and dedicated nodes for Ronin Mainnet and Ronin Saigon Testnet.

  <Button href="/changelog/chainstack-updates-november-16-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: October 31, 2023" description=" by Lera Nikitina">
  **Protocols**. You can now deploy global elastic nodes and dedicated nodes for Arbitrum Sepolia Testnet.

  <Button href="/changelog/chainstack-updates-october-31-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: October 25, 2023" description=" by Lera Nikitina">
  **Console**. Now Developer subscription plan has a rate limit of 30 request per seconds. Note that this does not apply to all other subscription plans.

  <Button href="/changelog/chainstack-updates-october-25-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: October 19, 2023" description=" by Lera Nikitina">
  **Global elastic node**. Now you can deploy global elastic nodes for Ethereum Holešky Testnet.

  <Button href="/changelog/chainstack-updates-october-19-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: October 17, 2023" description=" by Lera Nikitina">
  * **Global elastic node**. Now you can deploy global elastic nodes for Scroll Mainnet and Aurora Testnet.
  * **Protocols**. Starknet Testnet2 is now deprecated. For development purposes, use Starknet Testnet.

  <Button href="/changelog/chainstack-updates-october-17-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: October 5, 2023" description=" by Lera Nikitina">
  * **Global elastic node**. Now you can deploy global elastic nodes for Aurora Mainnet.
  * **Protocols**. All Fuse networks are now deprecated.

  <Button href="/changelog/chainstack-updates-october-5-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: September 13, 2023" description=" by Lera Nikitina">
  **Chainstack Subgraphs**. Elastic indexer is now available for Ethereum Sepolia Testnet and Base Mainnet and Testnet.

  <Button href="/changelog/chainstack-updates-september-13-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: September 08, 2023" description=" by Lera Nikitina">
  **Protocols**. Now you can deploy elastic zkSync Era archive nodes with debug and trace option enabled.

  <Button href="/changelog/chainstack-updates-september-08-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: August 10, 2023" description=" by Davide Zambiasi">
  * **Protocols**. Scroll Sepolia Testnet support.
  * **Global elastic node**. Now you can deploy global elastic nodes for Avalanche and Scroll Sepolia Testnet.

  <Button href="/changelog/chainstack-updates-august-10-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: August 4, 2023" description=" by Lera Nikitina">
  **Protocols**. Base Mainnet support.

  <Button href="/changelog/chainstack-updates-august-4-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 28, 2023" description=" by Lera Nikitina">
  **Global elastic node**. Now you can deploy global elastic nodes for Solana.

  <Button href="/changelog/chainstack-updates-july-28-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 27, 2023" description=" by Lera Nikitina">
  **Protocols**. Base Goerli Testnet support for elastic nodes.

  <Button href="/changelog/chainstack-updates-july-27-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 18, 2023" description=" by Lera Nikitina">
  * **Protocols**. zkSync Era Mainnet support.
  * **Billing**. When changing your subscription plan, you can now use promo codes with discounts to a plan's regular price.

  <Button href="/changelog/chainstack-updates-july-18-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 14, 2023" description=" by Lera Nikitina">
  **Global elastic node**. Now you can deploy global elastic nodes for Arbitrum and Fantom.

  <Button href="/changelog/chainstack-updates-july-14-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 13 2023" description=" by Lera Nikitina">
  **Chainstack Subgraphs**. Elastic indexers are now available for Avalanche, Fantom, and Gnosis Chain mainnets.

  <Button href="/changelog/chainstack-updates-july-13-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 10 2023" description=" by Lera Nikitina">
  **Protocols**. zkSync Era Goerli Testnet support for elastic and dedicated nodes.

  <Button href="/changelog/chainstack-updates-july-10-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: July 4 2023" description=" by Lera Nikitina">
  **Global elastic node**. Now you can deploy global elastic nodes for Polygon and BNB Smart Chain.

  <Button href="/changelog/chainstack-updates-july-4-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: June 27, 2023" description=" by Lera Nikitina">
  **Protocols**. Archive nodes are now available for Optimism Mainnet.

  <Button href="/changelog/chainstack-updates-june-27-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: June 15, 2023" description=" by Lera Nikitina">
  * **Pricing**
    * Chainstack pricing was rehauled. Check out the changes in our [pricing page](https://chainstack.com/pricing/). And learn more about [how our pricing works](/docs/pricing-introduction).
    * With pricing rehaul, we're introducing [request units](/docs/request-units#what-are-request-units). This allows us to offer a fairer and more flexible pricing structure.
  * **Platform**. [Global elastic nodes](/docs/global-elastic-node) are available for Ethereum Mainnet. Enjoy geo-balanced nodes with enhanced performance and reduced latency.

  <Button href="/changelog/chainstack-updates-june-15-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: June 14, 2023" description=" by Lera Nikitina">
  **Networks**. [Optimism Mainnet](/docs/protocols-networks) support.

  <Button href="/changelog/chainstack-updates-june-14-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: May 30, 2023" description=" by Lera Nikitina">
  * **Networks**. Filecoin Hyperspace Testnet is deprecated. For development purposes, use Filecoin Calibration Testnet.

  <Button href="/changelog/chainstack-updates-may-30-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: May 29, 2023" description=" by Lera Nikitina">
  * **Accounts**. Email verification is now mandatory for newly created accounts.

  <Button href="/changelog/chainstack-updates-may-29-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: May 11, 2023" description=" by Lera Nikitina">
  **IPFS Storage**. You can now create and manage IPFS dedicated gateways to have more control over your files (deprecated).

  <Button href="/changelog/chainstack-updates-may-11-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: April 28, 2023" description=" by Lera Nikitina">
  **Debug and trace API** are now available for elastic Arbitrum archive nodes.

  <Button href="/changelog/chainstack-updates-april-28-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: April 27, 2023" description=" by Lera Nikitina">
  **Endpoints**. WSS endpoints are now available for nodes with Warp transactions enabled.

  <Button href="/changelog/chainstack-updates-april-27-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: April 18, 2023" description=" by Lera Nikitina">
  * **Services**. A revamped [Chainstack Marketplace](https://console.chainstack.com/marketplace) is now live with the Covalent and Valha applications already available for installation—boost up your DApps!
  * **Documentation**. The following article is added in Web3 \[De]Coded:
    * [Mastering JSON web tokens: How to implement secure user authentication](/docs/tutorial-mastering-jwt-how-to-implement-secure-user-authentication)

  <Button href="/changelog/chainstack-updates-april-18-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: April 18, 2023" description=" by Lera Nikitina">
  * **Protocols**. All Oasis Sapphire nodes are now running on Chainstack Cloud. This delivers the lowest latency in the Europe region and handles any workload with zero throttling.

  <Button href="/changelog/chainstack-update-april-18-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: April 12, 2023" description=" by Lera Nikitina">
  * **Services**. [Chainstack Subgraphs](/docs/subgraphs-introduction) has finished the closed beta and is now open to all our customers.
  * **Documentation**. We added a [series of developer tutorials](/docs/chainstack-subgraphs-tutorials) for Chainstack Subraphs users: from a newbie to an expert. Try them out and let us know what you think.
    **Protocols**. Ethereum MEV API is now deprecated since it hasn't been functional since the Merge.

  <Button href="/changelog/chainstack-updates-april-12-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: March 31, 2023" description=" by Lera Nikitina">
  * **Clouds and regions**. You can now deploy your elastic Arbitrum One Mainnet nodes in the following USA regions:
    * Full nodes — Amazon Web Services Oregon
    * Archive nodes — Virtuozzo Dallas

  <Button href="/changelog/chainstack-updates-march-31-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: March 29, 2023" description=" by Lera Nikitina">
  * **Protocols**

      <CardGroup cols={1}>
        <Card title="Oasis Sapphire support for elastic nodes" icon="angle-right" iconType="solid" href="/docs/protocols-networks" horizontal />

        <Card title="Oasis Sapphire tutorial support" icon="angle-right" iconType="solid" href="/docs/oasis-sapphire-tutorial-understanding-confidential-smart-contracts-with-oasis-sapphire" horizontal />
      </CardGroup>
  * **Documentation**

  <CardGroup cols={1}>
    <Card title="Oasis Sapphire" icon="angle-right" iconType="solid" href="/docs/protocols-networks" horizontal />

    <Card title="Oasis Sapphire tutorial" icon="angle-right" iconType="solid" href="/docs/oasis-sapphire-tutorial-understanding-confidential-smart-contracts-with-oasis-sapphire" horizontal />
  </CardGroup>

  <Button href="/changelog/chainstack-updates-march-29-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: March 27, 2023" description=" by Lera Nikitina">
  * **Protocols**. [Polygon zkEVM](/docs/protocols-networks) testnet support for elastic and dedicated nodes.
  * **Documentation**

      <CardGroup cols={1}>
        <Card title="Polygon zkEVM" icon="angle-right" iconType="solid" href="/docs/protocols-networks" horizontal />

        <Card title="Polygon zkEVM tutorial" icon="angle-right" iconType="solid" href="/docs/polygon-zkevm-tutorial-deploy-a-smart-contract-using-hardhat" horizontal />
      </CardGroup>

  <Button href="/changelog/chainstack-updates-march-27-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: March 22, 2023" description=" by Lera Nikitina">
  * **IPFS Storage**. Chainstack launches the closed beta for the decentralized storage solution—IPFS Storage (deprecated).
  * **Documentation**. IPFS Storage and IPFS Storage API reference (deprecated).

  <Button href="/changelog/chainstack-updates-march-22-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: March 6, 2023" description=" by Lera Nikitina">
  **Protocols**. Ethereum Rinkeby and Ropsten testnets are now deprecated. For development purposes, use [Sepolia and Goerli testnets](/docs/protocols-networks).

  <Button href="/changelog/chainstack-updates-march-6-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 22, 2023" description=" by Lera Nikitina">
  * **Protocols**. Harmony migrated from devnet to [testnet](/docs/protocols-networks) for better experience.
  * **Billing**. You can now settle your failed payment by manually retrying either via topping up your crypto balance or via paying directly from your credit card.

  <Button href="/changelog/chainstack-updates-february-22-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 20, 2023" description=" by Lera Nikitina">
  * **Clouds**. You can now deploy your elastic BNB Smart Chain full nodes in the Virtuozzo Amsterdam region.

  <Button href="/changelog/chainstack-updates-february-20-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 15, 2023" description=" by Lera Nikitina">
  * **Tools**. You can now add the node endpoint with the **Add to MetaMask** button on the [node access page](/docs/manage-your-node#view-node-access-and-credentials).

  <Button href="/changelog/chainstack-updates-february-15-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 9, 2023" description=" by Lera Nikitina">
  * **Billing**. The refined billing page now shows:
    * Failed payment notification
    * Past due invoices awaiting payments

  <Button href="/changelog/chainstack-updates-february-9-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 8, 2023" description=" by Lera Nikitina">
  * **Protocols**. Gnosis Chain Sokol testnet is now deprecated. For development purposes, use [Gnosis Chain Chiado](/docs/protocols-networks) testnet.

  <Button href="/changelog/chainstack-updates-february-8-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: February 2, 2023" description=" by Lera Nikitina">
  * **Protocols**. [Optimism](/docs/protocols-networks) Goerli testnet support for elastic and dedicated nodes.
  * **Documentation**.

      <CardGroup cols={1}>
        <Card title="General Optimism documentation." icon="angle-right" iconType="solid" horizontal />

        <Card title="Optimism tutorial" icon="angle-right" iconType="solid" href="/docs/optimism-tutorial-bridge-ether-from-ethereum-l1-to-optimism-l2-using-the-optimism-javascript-sdk" horizontal />
      </CardGroup>

  <Button href="/changelog/chainstack-updates-february-2-2023">Read more</Button>
</Update>

<Update label="CChainstack updates: January 30, 2023" description=" by Lera Nikitina">
  * **Billing**. The refined billing page now shows:
    * An overview of your subscription plan and support level
    * A detailed **Usage** table
    * A list of crypto payments and downloadable invoices

  <Button href="/changelog/chainstack-updates-january-30-2023">Read more</Button>
</Update>

<Update label="CChainstack updates: January 19, 2023" description=" by Lera Nikitina">
  * **Protocols**. [Filecoin](/docs/protocols-networks) Hyperspace testnet support for elastic and dedicated nodes.
  * **Documentation**.

      <CardGroup cols={1}>
        <Card title="General Filecoin documentation." icon="angle-right" iconType="solid" horizontal />

        <Card title="Filecoin tutorial" icon="angle-right" iconType="solid" href="/docs/filecoin-tutorial-deploy-a-deal-making-contract-on-filecoin-with-hardhat" horizontal />
      </CardGroup>

  <Button href="/changelog/chainstack-updates-january-19-2023">Read more</Button>
</Update>

<Update label="CChainstack updates: January 17, 2023" description=" by Lera Nikitina">
  * **APIs**. 5 [Solana APIs](/reference/solana-getting-started) enabled on devnet.
  * **Documentation**. Solana API reference updates.

  <Button href="/changelog/chainstack-updates-january-17-2023">Read more</Button>
</Update>

<Update label="CChainstack updates: January 10, 2023" description=" by Lera Nikitina">
  * **Protocols**. [Aptos](/docs/protocols-networks) support.
  * **Documentation**. Aptos

  <Button href="/changelog/chainstack-updates-january-10-2023">Read more</Button>
</Update>

<Update label="Welcome to Chainstack Developer Portal" description=" by Ake">
  Welcome to the developer hub and documentation for Chainstack Developer Portal!

  <Button href="/changelog/chainstack-updates-january-10-2023">Read more</Button>
</Update>

<Update label="Chainstack updates: December 15, 2022" description=" by Lera Nikitina">
  * **Crypto payments**. In addition to the previously available cryptocurrencies, you can now [top up your balance](/docs/manage-your-billing) with Polygon MATIC.

  <Button href="/changelog/chainstack-updates-december-15-2022-1">Read more</Button>
</Update>

<Update label="Chainstack updates: December 15, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Gnosis Chain Chiado](/docs/protocols-networks) testnet support for elastic and dedicated nodes.

  <Button href="/changelog/chainstack-updates-december-15-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: December 2, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Gnosis Chain clients](/docs/protocols-clients) updated for The Merge.
  * **Documentation**.
    * Gnosis Chain API [reference](/reference/gnosis-getting-started) update.
    * Debug and trace methods added to the Ethereum API [reference](/reference/ethereum-debug-trace-rpc-methods).
    * Chainstack [Subgraphs](/docs/deploy-a-subgraph).

  <Button href="/changelog/chainstack-updates-december-2-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: November 29, 2022" description=" by Lera Nikitina">
  * **Documentation**. Solana API [reference](/reference/solana-getting-started) update.

  <Button href="/changelog/chainstack-updates-november-29-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: November 16, 2022" description=" by Lera Nikitina">
  * **Protocols**. [StarkNet](/docs/protocols-networks) testnet2 (Goerli2) support for elastic and dedicated nodes.

  <Button href="/changelog/chainstack-updates-november-16-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: November 8, 2022" description=" by Lera Nikitina">
  * **Support levels management**. You can now change a support level for your organization on the **Settings** > **Billing** page.
  * **Documentation**. Learn how to [change your support level or subscription plan](/docs/manage-your-billing#manage-your-organization-subscription-plan-and-support-level).

  <Button href="/changelog/chainstack-updates-november-8-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: November 7, 2022" description=" by Lera Nikitina">
  **Protocols**. Aurora support for dedicated nodes.

  <Button href="/changelog/chainstack-updates-november-7-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: November 3, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Solana](/docs/protocols-networks) elastic and dedicated full nodes now supported on both mainnet and devnet when using Chainstack Cloud in the Ashburn, USA region.

  <Button href="/changelog/chainstack-updates-november-3-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: October 14, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Cronos](/docs/protocols-networks) support.
  * **Documentation**. Cronos.

  <Button href="/changelog/chainstack-updates-october-14-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: October 12, 2022" description=" by Lera Nikitina">
  * **Clouds**. You can now deploy your elastic Solana nodes using the new hosting option, Chainstack Cloud, in the Netherlands region.

  <Button href="/changelog/chainstack-updates-october-12-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: October 3, 2022" description=" by Lera Nikitina">
  * **Protocols**. Ethereum [Sepolia testnet support](/docs/protocols-networks) for full nodes.
  * **Documentation**. Solana API [reference](/reference/solana-getting-started).

  <Button href="/changelog/chainstack-updates-october-3-2022-1">Read more</Button>
</Update>

<Update label="Chainstack updates: October 3, 2022" description=" by Lera Nikitina">
  * **APIs**.
    * [Debug and trace APIs](/reference/polygon-debug-trace-rpc-methods) for elastic Polygon archive nodes.
    * [Debug and trace APIs](/reference/avalanche-debug-trace-rpc-methods) for elastic Avalanche archive nodes.

  <Button href="/changelog/chainstack-updates-october-3-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: September 15, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Ethereum](/docs/protocols-networks) consensus layer Beacon Chain support due to the Merge.
  * **APIs**. [Ethereum consensus layer Beacon Chain API](/reference/ethereum-getting-started).
  * **Documentation**. Beacon Chain API [reference](/reference/ethereum-getting-started) added to Ethereum API reference.

  <Button href="/changelog/chainstack-updates-september-15-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: September 12, 2022" description=" by Lera Nikitina">
  **Protocols**. Aurora support.

  <Button href="/changelog/chainstack-updates-september-12-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: August 31, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Arbitrum](/docs/protocols-networks) support.
  * **Documentation**. Arbitrum operations, [simple L1 to L2 messaging tutorial](/docs/arbitrum-tutorial-l1-to-l2-messaging-smart-contract).
  * **Crypto payments**. In addition to the previously available BTC, ETH, and USDC, you can now [top up your balance](/docs/manage-your-billing) with Dogecoin, Litecoin, Dai, Bitcoin Cash, ApeCoin, SHIBA INU, and USDT.

  <Button href="/changelog/chainstack-updates-august-31-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: August 29, 2022" description=" by Lera Nikitina">
  **Protocols**. Fuse support.

  <Button href="/changelog/chainstack-updates-august-29-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: August 23, 2022" description=" by Lera Nikitina">
  * **Protocols**. [Gnosis Chain](/docs/protocols-networks) support.
  * **Documentation**. Gnosis Chain operations, [simple soulbound token tutorial](/docs/gnosis-tutorial-simple-soulbound-token-with-remix-and-openzeppelin).

  <Button href="/changelog/chainstack-updates-august-23-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: August 17, 2022" description=" by Lera Nikitina">
  * **Protocols**. [NEAR](/docs/protocols-networks) support.
  * **Documentation**. NEAR operations, [simple metamorphic contract tutorial](/docs/near-tutorial-creating-and-upgrading-a-simple-message-contract).

  <Button href="/changelog/chainstack-updates-august-17-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: July 7, 2022" description=" by Lera Nikitina">
  * **Protocols**.
    * Harmony migrated from testnet to [devnet](/docs/protocols-networks) for better experience.
    * Tezos migrated from Hangzhounet to [Ithacanet](/docs/protocols-networks).
  * **Pricing**. An update to the pricing plans with new features and increased included requests. See [the blog post with an overview](https://chainstack.com/pricing-update-2022/).
  * **Node naming**. Shared nodes are now elastic node s to reflect the underlying architecture and scalable infrastructure.
  * **APIs**.
    * Fast transaction propagation with the [Warp transactions](/docs/warp-transactions) feature on Ethereum, Polygon, and BNB Smart Chain.
    * [Miner Extractable Value (MEV) API](/changelog/chainstack-updates-april-12-2023) for elastic Ethereum nodes for mainnet and Goerli testnet.
    * [Debug and trace APIs](/docs/debug-and-trace-apis) for elastic Ethereum archive nodes.

  <Button href="/changelog/chainstack-updates-july-7-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: June 1, 2022" description=" by Lera Nikitina">
  * **Protocols**.
    * Ethereum [Erigon support](/docs/protocols-clients) for dedicated archive nodes.
    * StarkNet [testnet](/docs/protocols-networks) support.

  <Button href="/changelog/chainstack-updates-june-1-2022">Read more</Button>
</Update>

<Update label="CChainstack updates: May 5, 2022" description=" by Lera Nikitina">
  * **Protocols**. StarkNet support.
  * **Documentation**. StarkNet general description, operations, [simple L1L2 messaging tutorial](/docs/starknet-tutorial-an-nft-contract-with-nile-and-l1-l2-reputation-messaging).
  * **Clouds**. You can now deploy your nodes in the [Amazon Web Services Tokyo](https://support.chainstack.com/hc/en-us/articles/360024804711-Data-center-locations) region.

  <Button href="/changelog/chainstack-updates-may-5-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: April 14, 2022" description=" by Lera Nikitina">
  * **Protocols**. Ethereum Goerli support.
  * **Role management**
    * You can now [assign roles](/docs/manage-your-organization) to your organization's users and [change roles](/docs/manage-your-organization#change-a-user-role-in-the-organization) of the existing users.
    * There are now three roles: [Admin, Editor, Viewer](/docs/manage-your-organization#users-and-their-roles).

  <Button href="/changelog/chainstack-updates-april-14-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: February 10, 2022" description=" by Lera Nikitina">
  * **Protocols**. Solana support. You can now use Solana nodes on mainnet and devnet.
  * **Documentation**. Solana general description, operations, token vesting tutorial.
  * **Public API**. You can now use the Chainstack API to manage your Solana nodes.
  * **Crypto payments**. You can now top up your balance with crypto and Chainstack will automatically deduct all costs from your balance.

  <Button href="/changelog/chainstack-updates-february-10-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: December 30, 2021" description=" by Lera Nikitina">
  * **Protocols**.
    * Avalanche support. You can now deploy full and archive Avalanche nodes with X-Chain and C-Chain endpoints on mainnet and Fuji testnet.
    * Tezos Hangzhounet testnet support. The Florencenet testnet support is deprecated.
  * **Documentation**. Avalanche general description, operations, flash loan tutorial.
  * **Public API**. You can now use the Chainstack API to manage your Avalanche, Fantom, and Tezos nodes.
  * **Billing**. Removed free usage period on the Developer plan. The Developer plan keeps other usage features, including the free 3M requests.

  <Button href="/changelog/chainstack-updates-december-30-2021">Read more</Button>
</Update>

<Update label="Chainstack updates: December 1, 2021" description=" by Lera Nikitina">
  * **Protocols**.
    * Fantom support. You can now deploy full and archive Fantom nodes on mainnet and testnet.
    * Tezos dedicated node support. You can now deploy dedicated full and archive Tezos nodes.
  * **Documentation**. Fantom general description, operations, ERC-721 contract tutorial.
  * **Node metrics**. Added node requests metrics for public chain protocols.

  <Button href="/changelog/chainstack-updates-december-1-2021">Read more</Button>
</Update>

<Update label="Chainstack updates: August 18, 2021" description=" by Lera Nikitina">
  * **Protocols**. Tezos support. You can now deploy full and archive Tezos nodes on mainnet and Florence testnet.
  * **Node details**. Node access and credentials for public chain and Quorum nodes now include key-protected endpoints.
  * **Clouds**. You can now send requests for dedicated public chain node deployment in the Amazon Web Services.
  * **Billing**. You can now upgrade to the Enterprise plan from your billing settings.
  * **Pricing**. Free usage period on the Developer plan reduced from 14 to 7 days.
  * **Documentation**. Tezos general description, operations, fund contract tutorial.

  <Button href="/changelog/chainstack-updates-august-18-2021">Read more</Button>
</Update>

<Update label="Chainstack updates: June 1, 2021" description=" by Lera Nikitina">
  * **Protocols**. Binance Smart Chain support. You can now deploy full Binance Smart Chain nodes on mainnet and testnet.
  * **2FA**. You can now add an extra layer of security to Chainstack account with two-factor authentication (2FA). Once enabled, you will be prompted to enter a code generated by your mobile device each time you log in.
  * **Documentation**. Binance Smart Chain general description, operations, BEP-1155 contract tutorial.

  <Button href="/changelog/chainstack-updates-june-1-2021">Read more</Button>
</Update>

<Update label="Chainstack updates: May 10, 2021" description=" by Lera Nikitina">
  * **Protocols**. Polygon support. You can now deploy full and archive Polygon nodes on mainnet and testnet.
  * **Documentation**. Polygon general description, operations, smart contract bridging tutorial.

  <Button href="/changelog/chainstack-updates-may-10-2021">Read more</Button>
</Update>

<Update label="Chainstack updates: April 6, 2021" description=" by Lera Nikitina">
  * **Pricing**. Flexible pay-per-request pricing for shared nodes on all [subscription plans](https://chainstack.com/pricing/).
  * **Billing**. Payments in cryptocurrency for customers on the [Enterprise plan](https://chainstack.com/pricing/).
  * **Public API**. You can now use the Chainstack API to manage your Corda applications.

  See also [Chainstack 2.3: Faster and better public blockchain APIs](https://chainstack.com/chainstack-2-3-faster-and-better-public-blockchain-apis/).

  <Button href="/changelog/chainstack-updates-april-6-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: March 10, 2022" description=" by Lera Nikitina">
  * **Protocols**. Harmony support. You can now use shared and dedicated Harmony Shard 0 nodes on mainnet and devnet.
  * **Documentation**. Harmony general description, operations, simple metaverse tutorial.
  * **Subscription downgrading**. You have now the ability to downgrade your plan on the **Settings** > **Billing** page.

  <Button href="/changelog/chainstack-updates-march-10-2022">Read more</Button>
</Update>

<Update label="Chainstack updates: January 22, 2021" description=" by Lera Nikitina">
  * **Private hosting**. You can now use your own Amazon Elastic Kubernetes Service (EKS) infrastructure to deploy blockchain nodes and networks on Chainstack.
  * **Clouds**. You can now deploy your nodes and networks in the [Amazon Web Services US East](https://support.chainstack.com/hc/en-us/articles/360024804711-Data-center-locations) region.
  * **Identity management**. You can now securely manage your organization's identity for Hyperledger Fabric networks.

  <Button href="/changelog/chainstack-updates-january-22-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: November 2, 2020" description=" by Lera Nikitina">
  * **Billing**. You can now reattempt past due payments through billing card change or directly in the activity log. The activity log also provides more information on your billing events.

  <Button href="/changelog/chainstack-updates-november-2-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: September 16, 2020" description=" by Lera Nikitina">
  * **Protocols**.
    * Ethereum Rinkeby support.
    * Quorum 2.7.0 support.
  * **GraphQL**. You can now query dedicated Ethereum full nodes and archive nodes with GraphQL.

  <Button href="/changelog/chainstack-updates-september-16-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: August 31, 2020" description=" by Lera Nikitina">
  * **Public API**. You can now use the Chainstack API to manage your resources.
  * **Protocols**
    * Corda 4.5 support.
    * Hyperledger Fabric 2.2 support.
  * **Node management**. You can now stop and start your nodes to save your usage costs.
  * **Service nodes**. You can now access in the UI the service nodes deployed with your consortium networks.
  * **Clouds**. You can now deploy your nodes and networks in the [Microsoft Azure UK South](https://support.chainstack.com/hc/en-us/articles/360024804711-Data-center-locations) region.
  * **Pricing**. No more user limit on all [pricing plans](https://chainstack.com/pricing/).

  <Button href="/changelog/chainstack-updates-july-7-2020-1">Read more</Button>
</Update>

<Update label="Chainstack updates: July 7, 2020" description=" by Lera Nikitina">
  * **Protocols**. Bitcoin testnet support.
  * **Pricing**
    * New Growth pricing plan.
    * Reduced fixed plan costs.
    * Reduced usage costs.
    * Uniform usage rates for all cloud providers.

  See the [new pricing plans](https://chainstack.com/pricing/) and a [blog post introducing the new pricing](https://chainstack.com/new-growth-tier-and-reduced-costs-for-all-plans/).

  <Button href="/changelog/chainstack-updates-july-7-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: June 2, 2020" description=" by Lera Nikitina">
  * **Protocols**
    * Corda 4.4 support.
    * Quorum 2.6.0 support. [Tessera](https://docs.tessera.consensys.net/) 0.10.5 support.
  * **Node logs**. You can now access the logs for your dedicated nodes in the new node log viewer, with the ability to browse by date and container.
  * **Node resources**. You can now view the resources that have been dynamically allocated to each of your dedicated nodes.
  * **CorDapp notifications**. You will now receive notifications based on the successful or failed result of CorDapp installations or removals initiated through Chainstack's CorDapp management interface.
  * **UI**. You can now view hosting information directly on the node list for each network.

  <Button href="/changelog/chainstack-updates-june-2-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: April 22, 2020" description=" by Lera Nikitina">
  * **Protocols**
    * Corda Network and Corda Pre-Production Network support. You can now join the Corda production and pre-production networks. See also Join a public network.
    * Hyperledger Fabric 2.1.0 support.
  * **Clouds**. You can now deploy your nodes and networks in the Amazon Web Services US West region.
  * **Vault**. You can now store your Corda identity key material in a secure vault.
  * **Identity management**. You can now securely manage your organization identity for the Corda networks.

  <Button href="/changelog/chainstack-updates-april-22-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: March 2, 2020" description=" by Lera Nikitina">
  * **Protocols**. Hyperledger Fabric support. You can deploy a multi-org Hyperledger Fabric v2.0.1 network, complete with Raft ordering service, new chaincode lifecycle capabilities, and a network explorer.
  * **UI**. Updated cloud provider selector to provide easier visibility of available hosting options.
  * **Documentation**. Hyperledger Fabric general description, operations, chaincode tutorial.

  <Button href="/changelog/chainstack-updates-march-2-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: February 13, 2020" description=" by Lera Nikitina">
  * **Protocols**
    * Ethereum archive node support. Deploy a dedicated Ethereum archive node. Connect to an elastic archive node for free on Business and Enterprise tiers. Geth 1.9.10 support.
    * Quorum transaction manager Tessera 0.10.3 support.
  * **UI**. In-line edit button for all resources to improve access to quick actions.
  * **Documentation**. Ethereum modes section to help in selecting whether to deploy a full or archive Ethereum node.

  <Button href="/changelog/chainstack-updates-february-13-2020">Read more</Button>
</Update>

<Update label="Chainstack updates: December 31, 2019" description=" by Lera Nikitina">
  * **Protocols**
    * Corda 4.3 support. You can also now install CorDapps containing workflows and contracts in a single JAR file.
    * Quorum 2.4.0 support. Learner node role support. [Tessera](https://docs.tessera.consensys.net/) 0.10.2 support.
    * MultiChain 2.0.3 support.
    * Bitcoin 0.19.0.1 support. Bitcoin nodes now run with the `txindex` flag allowing to query any transaction on the blockchain.
  * **Documentation**. Context-sensitive documentation links in the platform UI.

  <Button href="/changelog/chainstack-updates-december-31-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: November 14, 2019" description=" by Lera Nikitina">
  * **Protocols**. Bitcoin 0.18 support. You can now deploy dedicated nodes with Bolt synchronization and free access to elastic nodes on the mainnet.
  * **Network and node statuses**. You can now see network and node statuses to when operations are occurring on any network resource.
  * **Node details**. Node access and credentials are now grouped into sections, so it's easier to read.
  * **Billing**. View individual metered usage cost line items for the current billing period, updated hourly.
  * **Documentation**. Bitcoin general description and Bitcoin operations.

  <Button href="/changelog/chainstack-updates-november-14-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: October 17, 2019" description=" by Lera Nikitina">
  * **Protocols**
    * Corda 4.1 support. You can now deploy a consortium network with network map service, doorman, and notary. Dynamically add and remove participant nodes. Install and remove CorDapps.
    * Quorum 2.3.0 support. Replaced Constellation transaction manager with Tessera.
  * **User management**. Invite user s into the organization.
  * **Billing**. View metered usage cost for the current billing period, updated hourly.
  * **Documentation**
    * Corda general description and Corda operations.
    * New tutorials: [No ticket scalping CorDapp](/docs/corda-tutorial-no-ticket-scalping-cordapp) and [Trust fund account with Remix](/docs/ethereum-tutorial-trust-fund-account-with-remix).

  <Button href="/changelog/chainstack-updates-october-17-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: September 3, 2019" description=" by Lera Nikitina">
  * **Security**. [Protected endpoints](https://chainstack.com/protected-endpoints-for-ethereum-and-quorum-nodes-on-chainstack/) added for Quorum and Ethereum nodes.
  * **Deployment**. Bolt snapshots are now updated hourly so that nodes are deployed and synchronized with fresher snapshots.
  * **Protocols.** Numerous stability improvements for Quorum networks and nodes.
  * **Activity and events**. In-platform notifications and activity log introduced to provide visibility into account activity.
  * **Documentation.** Complete content and structure overhaul for improved access, browsing, and discovery.

  <Button href="/changelog/chainstack-updates-september-3-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: July 1, 2019" description=" by Lera Nikitina">
  **Documentation**

  * New guide: Deploying a hybrid MultiChain network.
  * New tutorial: [Loyalty program with Truffle](/docs/quorum-tutorial-loyalty-program-with-truffle).

  <Button href="/changelog/chainstack-updates-july-1-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: June 21, 2019" description=" by Lera Nikitina">
  * **Protocols**
    * Added Ethereum Ropsten testnet support with Bolt.
    * Updated Quorum explorer from [blk-explorer-free](https://github.com/blk-io/blk-explorer-free) to [epirus-free](https://github.com/blk-io/epirus-free).
  * **Node details**. Added complete details for Quorum, including default wallet private/public keys. Standardized fields for all protocols.
  * **Documentation**. New tutorial: [Academic certificates with Truffle](/docs/ethereum-tutorial-academic-certificates-with-truffle).

  <Button href="/changelog/chainstack-updates-june-21-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: May 9, 2019" description=" by Lera Nikitina">
  * **Protocols**. Introduced elastic Ethereum mainnet nodes support.
  * **Projects**. The project description field is now optional.

  <Button href="/changelog/chainstack-updates-may-9-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: May 3, 2019" description=" by Lera Nikitina">
  * **Updating and deleting resources**. You can now edit project name and description, network and node name. You can delete nodes by the owner, networks are deleted automatically when the last node is deleted, projects can be deleted if empty.
  * **Navigation**. Updated menu with links to Documentation and [Support](https://support.chainstack.com/).
  * **Support**. Added Zendesk widget.

  <Button href="/changelog/chainstack-updates-may-3-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: April 11, 2019" description=" by Lera Nikitina">
  **Protocols**

  * Added MultiChain 2.0 release support.
  * Added Quorum 2.2.3 support.

  <Button href="/changelog/changelog/chainstack-updates-april-11-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: April 2, 2019" description=" by Lera Nikitina">
  **Registration and sign in**. Password recovery via email.

  <Button href="/changelog/chainstack-updates-april-2-2019">Read more</Button>
</Update>

<Update label="Chainstack updates: March 17, 2019" description=" by Lera Nikitina">
  * **Registration and sign in**. Signing up via email, password, and personal details. Signing up for a member invited to the consortium project. Email confirmation on successful registration. Email verification.
  * **Consortium project**. Wizards to create a new network and add a node to the existing network. Invitation of other organizations as members to the project via email.
  * **Public chain project**. Wizards to join a public network and add another node.
  * **Protocols**
    * MultiChain 2.0-beta-1 support with blockchain explorer.
    * Quorum 2.2.1 support with Raft and IBFT, and blk-explorer-free blockchain explorer.
    * Full Ethereum mainnet node deployment with Bolt rapid sync mechanism.
  * **Clouds**. Google Cloud Platform and Amazon Web Services in the Asia-Pacific region.
  * **Node details**. Default wallet private/public keys, and chain name for MultiChain. Constellation private/public keys, and network ID for Quorum. Sync mode and network ID for Ethereum. Client version for all protocols.
  * **Settings**. Editing personal and organization details. Changing password.
  * **Documentation**. Portal based on VuePress.

  <Button href="/changelog/chainstack-release-notes-mar-17-2019">Read more</Button>
</Update>
