diff --git a/keywords.config.yaml b/keywords.config.yaml index 8dcffbbe4..47cbf9ac5 100644 --- a/keywords.config.yaml +++ b/keywords.config.yaml @@ -1,3 +1,6 @@ +--- +# Keywords config file + # Metadata Configuration for Documentation metadata_rules: # PERSONA @@ -49,7 +52,7 @@ metadata_rules: required: true multiple: true min: 1 - max: 5 + max: 8 validation_rules: - no_duplicates: true description: "Categories must not repeat" @@ -62,19 +65,47 @@ metadata_rules: - alt-da - permissionless-batch-submission - block-times - + - data-availability + - data-availability-layer + - blob-configuration + # Sequencing Layer - sequencer - sequencer-pbs - sequencer-decentralization - sequencer-in-a-box - op-batcher + - batcher-configuration + - outages + - downtime + - optimism-portal + - transaction-submission + - transaction-inclusion + - censorship-resistance + - disaster-recovery + - forced-transactions + - sequencing-layer # Derivation Layer - - rollup-node + - rollup-node + - rollup-configuration + - consensus-client + - op-node - fault-proofs - fp-contracts + - dispute-game + - dispute-resolution + - fault-tolerance + - fault-proof-system + - contests + - span-batches + - virtual-machine - op-challenger + - safe-head + - derivation + - derivation-pipeline + - derivation-layer + - batch-submission - cannon - zk - op-workbench # Tool: derivation testing & simulation @@ -90,39 +121,134 @@ metadata_rules: - preinstalls - custom-gas-token - gas + - gas-configuration + - fee-optimization + - node-configuration + - gas-optimization + - rpc + - mempool + - block-production + - block-execution - transactions + - conditional-transactions - l2-contracts + - transaction-management - account-abstraction - paymasters + - l1-data-fee + - execution-gas-fee + - execution-client + - eip-1559 + - sequencer-fee-vault - dev-console # Tool: execution layer interaction - + - execution-layer + # Settlement Layer - l1-contracts + - superchain-contracts + - op-contracts - standard-bridge + - custom-bridge - superchain-erc20 + - deposits + - proxy + - withdrawals - teleportr + - bridging + - token-standard + - token-bridge + - eth-bridging + - superchain-weth + - superchain-token-bridge + - token-deployment + - event-reading + - block-safety + - dependency-set - interoperability - cross-chain-messaging + - cross-domain-messenger + - message-relaying + - message-passing + - message-validation + - transaction-flow + - l1-l2-communication + - l2-output-submission + - message-proving + - message-finalization + - l2-to-l1 + - token-transfers - interoperable-assets + - reorgs - op-deployer # Tool: contract deployment - op-supervisor + - transaction-finality + - ethereum-consensus + - finality-guarantees + - transaction-lifecycle + - rollup-transactions + - state-commitment + - contract-addresses + - settlement-layer + - proposer-configuration # Governance Layer - security-council + - guardian + - multisig + - governance + - optimism-collective + - superchain-ecosystem + - token-house + - citizens-house + - delegates + - voting + - audits + - privileged-roles + - security-policy + - security-model + - security-reviews + - vulnerability-assessment + - bug-bounty-program + - responsible-disclosure + - vulnerability-reporting + - safety-mechanisms + - pause + - emergency-response - op-token - blockspace-charters - retro-funding - revshare-enshrinement + - superchain - superchain-registry + - contract-upgrades + - governance-layer # Cross-layer Development Tools + - architecture + - op-stack - supersim # Tests across multiple layers - - devnets # Full-stack local environment + - devnet # Full-stack local environment - performance-tooling # Stack-wide performance testing - - superchain-registry # Chain management across layers - l1-deployment-upgrade-tooling # Cross-layer deployment - l2-deployment-upgrade-tooling # Cross-layer deployment - testnet-tooling # testnet-specific tools like faucets, block explorers, etc + - deployment-tooling # deployment-specific tools like OPCM + - testing-environment + - testing + - alphanets + - betanets + - l2-rollup + - chain-deployment + - layer2-scaling + - system-components + - smart-contracts + - deployment-artifacts + - local-development-environment + - genesis-configuration + - genesis-creation + - chain-configuration + - kurtosis + - docker # Chain Management (Cross-layer) - protocol @@ -139,6 +265,7 @@ metadata_rules: - dispute-mon - monitorism - vertical-scaling + - chain-operation # Protocol Releases - granite @@ -150,21 +277,37 @@ metadata_rules: - fjord - network-upgrade - hard-fork + - hardfork-activation + - protocol-upgrades # Infrastructure & Operations - kubernetes-infrastructure - devops-tooling - artifacts-packaging - peer-management-service + - node-management - proxyd - zdd-service - snapman - op-beat + - consensus-awareness + - load-balancing - monitoring # General monitoring tools and services - analytics # Analytics platforms and data analysis - security-monitoring-response - stability-monitoring - security + - research + - beta-features + - experimental + - feature-testing + - decentralization + - modularity + - system-design + - system-configuration + - development-networks + - network-upgrades + - key-management # Development Languages & SDKs - solidity @@ -187,17 +330,22 @@ metadata_rules: - testnet - mainnet - # Superchain Categories - - superchain-registry - - security-council - - blockspace-charters - # Test Networks - sepolia # Ethereum L1 testnet - op-sepolia # OP Stack L2 testnet - base-sepolia # Base testnet - zora-sepolia # Zora testnet + # IS_IMPORTED_CONTENT + is_imported_content: + required: true + multiple: false + validation_rules: + - enum: + - 'true' + - 'false' + description: "Must be either 'true' for imported/duplicate pages or 'false' for original pages" + # TIMEFRAME timeframe: required_for: diff --git a/pages/stack/beta-features.mdx b/pages/stack/beta-features.mdx index f5bfe50be..1189d1b04 100644 --- a/pages/stack/beta-features.mdx +++ b/pages/stack/beta-features.mdx @@ -1,7 +1,19 @@ --- title: Beta Features -description: Learn how beta features in the OP Stack work, their benefits, and how to provide feedback. +description: >- + Learn how beta features in the OP Stack work, their benefits, and how to + provide feedback. lang: en-US +content_type: guide +topic: beta-features +personas: + - protocol-developer + - app-developer +categories: + - protocol + - feature-testing + - experimental +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/beta-features/alt-da-mode.mdx b/pages/stack/beta-features/alt-da-mode.mdx index a72c26e02..5ab767e7f 100644 --- a/pages/stack/beta-features/alt-da-mode.mdx +++ b/pages/stack/beta-features/alt-da-mode.mdx @@ -1,7 +1,21 @@ --- -title: Alt-DA Mode explainer +title: Alt-DA Mode Explainer +description: >- + Learn the basic process, benefits, and considerations for running an Alt-DA + mode chain. lang: en-US -description: Learn the basic process, benefits, and considerations for running an Alt-DA mode chain. +content_type: guide +topic: alt-da-mode-explainer +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - alt-da + - data-availability + - sequencer +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/components.mdx b/pages/stack/components.mdx index 2c879bbef..2d850436e 100644 --- a/pages/stack/components.mdx +++ b/pages/stack/components.mdx @@ -1,7 +1,23 @@ --- title: OP Stack components +description: >- + Learn about OP Stack components including the different layers and modules + available for development. lang: en-US -description: Learn about OP Stack components including the different layers and modules available for development. +content_type: guide +topic: op-stack-components +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - architecture + - system-design + - modularity + - settlement-layer +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/design-principles.mdx b/pages/stack/design-principles.mdx index e765a1809..10d0c2858 100644 --- a/pages/stack/design-principles.mdx +++ b/pages/stack/design-principles.mdx @@ -1,7 +1,18 @@ --- title: Design philosophy & design principles +description: >- + Learn the design philosophy and design principles for contributing to the OP + Stack. lang: en-US -description: Learn the design philosophy and design principles for contributing to the OP Stack. +content_type: guide +topic: design-philosophy-design-principles +personas: + - protocol-developer + - app-developer +categories: + - protocol + - design-philosophy +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/dev-net.mdx b/pages/stack/dev-net.mdx index 5e5132a0d..550dcabe6 100644 --- a/pages/stack/dev-net.mdx +++ b/pages/stack/dev-net.mdx @@ -1,7 +1,21 @@ --- -title: Running a Local Development Environment -lang: en-US +title: Running a local development environment description: This tutorial walks you through spinning up an OP Stack devnet chain. +lang: en-US +content_type: guide +topic: running-a-local-development-environment +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - testnet + - protocol + - local-development-environment + - chain-deployment + - kurtosis + - docker +is_imported_content: 'false' --- import {Callout, Steps} from 'nextra/components' diff --git a/pages/stack/differences.mdx b/pages/stack/differences.mdx index 5bbbba9df..efbb41252 100644 --- a/pages/stack/differences.mdx +++ b/pages/stack/differences.mdx @@ -1,8 +1,22 @@ --- title: Differences between Ethereum and OP Stack Chains +description: >- + Learn the minor differences between the behavior of Ethereum and OP Stack + chains. lang: en-US -tags: ["eng-protocol"] -description: Learn the minor differences between the behavior of Ethereum and OP Stack chains. +content_type: guide +topic: differences-between-ethereum-and-op-stack-chains +personas: + - protocol-developer + - app-developer +categories: + - protocol + - evm-equivalence + - address-aliasing + - transaction-fees + - mempool + - chain-finality +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/fact-sheet.mdx b/pages/stack/fact-sheet.mdx index 3f3e59026..ac118c4eb 100644 --- a/pages/stack/fact-sheet.mdx +++ b/pages/stack/fact-sheet.mdx @@ -1,7 +1,18 @@ --- -title: OP Stack Fact Sheet -lang: en-US +title: Overview description: Get an overview of features associated with an OP Stack chain +lang: en-US +content_type: guide +topic: overview +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - gas-configuration + - data-availability + - architecture +is_imported_content: 'false' --- # Overview diff --git a/pages/stack/fault-proofs.mdx b/pages/stack/fault-proofs.mdx index 5f4b994f1..420d72704 100644 --- a/pages/stack/fault-proofs.mdx +++ b/pages/stack/fault-proofs.mdx @@ -1,7 +1,21 @@ --- title: Fault Proofs -description: Documentation covering Cannon, Challenger, Explainer, Fp Components, Fp Security, Mips in the Fault Proofs section of the OP Stack ecosystem. +description: >- + Documentation covering Cannon, Challenger, Explainer, Fp Components, Fp + Security, Mips in the Fault Proofs section of the OP Stack ecosystem. lang: en-US +content_type: landing-page +topic: fault-proofs +personas: + - protocol-developer +categories: + - mainnet + - protocol + - security-model + - dispute-resolution + - cannon + - security +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/fault-proofs/cannon.mdx b/pages/stack/fault-proofs/cannon.mdx index 0a60d138a..bdecf2bb4 100644 --- a/pages/stack/fault-proofs/cannon.mdx +++ b/pages/stack/fault-proofs/cannon.mdx @@ -1,7 +1,19 @@ --- -title: Fault proof VM - Cannon +title: 'Fault proof VM: Cannon' +description: >- + Learn about Cannon and its default operation as part of Optimism's Fault Proof + Virtual Machine. lang: en-US -description: Learn about Cannon and its default operation as part of Optimism's Fault Proof Virtual Machine. +content_type: guide +topic: fault-proof-vm-cannon +personas: + - protocol-developer +categories: + - protocol + - fault-proofs + - dispute-game + - virtual-machine +is_imported_content: 'false' --- import Image from 'next/image' diff --git a/pages/stack/fault-proofs/challenger.mdx b/pages/stack/fault-proofs/challenger.mdx index d1d9b4480..ed5a9bb2b 100644 --- a/pages/stack/fault-proofs/challenger.mdx +++ b/pages/stack/fault-proofs/challenger.mdx @@ -1,7 +1,24 @@ --- title: OP-Challenger explainer +description: >- + Learn about OP-Challenger and how it operates within the OP Stack's Fault + Proof System. lang: en-US -description: Learn about OP-Challenger and how it operates within the OP Stack's Fault Proof System. +content_type: guide +topic: op-challenger-explainer +personas: + - protocol-developer + - chain-operator + - app-developer + - node-operator +categories: + - protocol + - fault-proofs + - security + - dispute-game + - infrastructure + - op-challenger +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/fault-proofs/explainer.mdx b/pages/stack/fault-proofs/explainer.mdx index 73a648af1..74a311e3b 100644 --- a/pages/stack/fault-proofs/explainer.mdx +++ b/pages/stack/fault-proofs/explainer.mdx @@ -1,7 +1,21 @@ --- title: Fault proofs explainer -lang: en-US description: Learn about the OP Stack's Fault Proof System. +lang: en-US +content_type: guide +topic: fault-proofs-explainer +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - fault-proofs + - security + - dispute-game + - withdrawals +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/fault-proofs/fp-components.mdx b/pages/stack/fault-proofs/fp-components.mdx index 6cb238e0b..a443ef1d5 100644 --- a/pages/stack/fault-proofs/fp-components.mdx +++ b/pages/stack/fault-proofs/fp-components.mdx @@ -1,7 +1,22 @@ --- -title: FP System components +title: FP system components +description: >- + Learn about Fault Proof System components and how they work together to + enhance decentralization in the Optimism ecosystem. lang: en-US -description: Learn about Fault Proof System components and how they work together to enhance decentralization in the Optimism ecosystem. +content_type: guide +topic: fp-system-components +personas: + - protocol-developer + - app-developer +categories: + - mainnet + - protocol + - fault-proofs + - architecture + - dispute-game + - virtual-machine +is_imported_content: 'false' --- import Image from 'next/image' diff --git a/pages/stack/fault-proofs/fp-security.mdx b/pages/stack/fault-proofs/fp-security.mdx index 4efaaeb1d..89607f4d0 100644 --- a/pages/stack/fault-proofs/fp-security.mdx +++ b/pages/stack/fault-proofs/fp-security.mdx @@ -1,7 +1,19 @@ --- title: Fault proofs Mainnet security -lang: en-US description: Learn about changes to the security model for the Fault Proofs Mainnet System. +lang: en-US +content_type: guide +topic: fault-proofs-mainnet-security +personas: + - protocol-developer +categories: + - mainnet + - protocol + - fault-proofs + - security + - guardian + - governance +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/fault-proofs/mips.mdx b/pages/stack/fault-proofs/mips.mdx index b84a2b493..83ea28474 100644 --- a/pages/stack/fault-proofs/mips.mdx +++ b/pages/stack/fault-proofs/mips.mdx @@ -1,7 +1,21 @@ --- -title: Fault proof VM - MIPS.sol +title: 'Fault proof VM: MIPS.sol' +description: >- + Learn about the `MIPS.sol` smart contract that works as part of Optimism's + Fault Proof Virtual Machine. lang: en-US -description: Learn about the `MIPS.sol` smart contract that works as part of Optimism's Fault Proof Virtual Machine. +content_type: reference +topic: fault-proof-vm-mips +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - fault-proofs + - virtual-machine + - smart-contracts +is_imported_content: 'false' --- import Image from 'next/image' diff --git a/pages/stack/features.mdx b/pages/stack/features.mdx index 84cad55a4..b90d0d29b 100644 --- a/pages/stack/features.mdx +++ b/pages/stack/features.mdx @@ -1,7 +1,18 @@ --- title: Features -description: Documentation covering Send Raw Transaction Conditional in the Features section of the OP Stack ecosystem. +description: >- + Documentation covering Send Raw Transaction Conditional in the Features + section of the OP Stack ecosystem. lang: en-US +content_type: landing-page +topic: features +personas: + - protocol-developer +categories: + - protocol + - conditional-transactions + - mempool +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/features/send-raw-transaction-conditional.mdx b/pages/stack/features/send-raw-transaction-conditional.mdx index 1d0e6bf3b..e07487c90 100644 --- a/pages/stack/features/send-raw-transaction-conditional.mdx +++ b/pages/stack/features/send-raw-transaction-conditional.mdx @@ -1,7 +1,22 @@ --- title: SendRawTransactionConditional explainer +description: >- + Learn about the eth_sendRawTransactionConditional RPC method for conditional + transaction inclusion on the OP Stack. lang: en-US -description: Learn about the eth_sendRawTransactionConditional RPC method for conditional transaction inclusion on the OP Stack. +content_type: guide +topic: send-raw-transaction-conditional +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - sequencer + - transactions + - rpc-methods + - mempool + - api +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/getting-started.mdx b/pages/stack/getting-started.mdx index 5a5fd2daf..1defbe14f 100644 --- a/pages/stack/getting-started.mdx +++ b/pages/stack/getting-started.mdx @@ -1,7 +1,21 @@ --- title: Getting started with the OP Stack -lang: en-US description: Learn the basics of OP Stack development. +lang: en-US +content_type: guide +topic: getting-started-with-the-op-stack +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - superchain + - chain-deployment + - superchain-ecosystem + - op-stack +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop.mdx b/pages/stack/interop.mdx index 58220489f..d4fd2586e 100644 --- a/pages/stack/interop.mdx +++ b/pages/stack/interop.mdx @@ -1,7 +1,24 @@ --- -title: Superchain interop -description: Documentation covering Cross Chain Message, Explainer, Message Passing, Op Supervisor, Superchain Erc20, Superchain Weth, Supersim, Transfer Superchainerc20 in the Interop section of the OP Stack ecosystem. +title: Interop +description: >- + Documentation covering Cross Chain Message, Explainer, Message Passing, Op + Supervisor, Superchain Erc20, Superchain Weth, Supersim, Transfer + Superchainerc20 in the Interop section of the OP Stack ecosystem. lang: en-US +content_type: landing-page +topic: interop +personas: + - protocol-developer + - app-developer +categories: + - testnet + - protocol + - cross-chain-messaging + - interoperability + - superchain-ecosystem + - token-standard + - message-passing +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/interop/compatible-tokens.mdx b/pages/stack/interop/compatible-tokens.mdx index 8f80e80e1..e6ed96eee 100644 --- a/pages/stack/interop/compatible-tokens.mdx +++ b/pages/stack/interop/compatible-tokens.mdx @@ -1,11 +1,25 @@ --- title: Superchain interop compatible tokens +description: >- + Learn how different tokens can use Superchain interop to benefit from secure, + low-latency, cross-chain composability. lang: en-US -description: Learn how different tokens can use Superchain interop to benefit from secure, low-latency, cross-chain composability. -topic: Superchain Interoperability -personas: ["Developer", "Architect"] -categories: ["Interoperability", "Token"] content_type: guide +topic: superchain-interop-compatible-tokens +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain-erc20 + - token-standard + - interoperable-assets + - token-bridge + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/explainer.mdx b/pages/stack/interop/explainer.mdx index 386e7e983..10226ea49 100644 --- a/pages/stack/interop/explainer.mdx +++ b/pages/stack/interop/explainer.mdx @@ -1,7 +1,23 @@ --- title: Superchain interoperability explainer -lang: en-US description: Learn the basics of Superchain interoperability. +lang: en-US +content_type: guide +topic: superchain-interoperability-explainer +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain + - architecture + - message-passing + - block-safety + - dependency-set +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/interop-security.mdx b/pages/stack/interop/interop-security.mdx index eb179905a..f249d964d 100644 --- a/pages/stack/interop/interop-security.mdx +++ b/pages/stack/interop/interop-security.mdx @@ -1,7 +1,23 @@ --- title: Crosschain security measures for safe interoperability -lang: en-US description: Learn more about crosschain security measures for safe interoperability +lang: en-US +content_type: guide +topic: crosschain-security-measures-for-safe-interoperability +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - security + - block-safety + - message-passing + - reorgs + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/message-passing.mdx b/pages/stack/interop/message-passing.mdx index 2332c69f5..32cbc56b2 100644 --- a/pages/stack/interop/message-passing.mdx +++ b/pages/stack/interop/message-passing.mdx @@ -1,7 +1,22 @@ --- title: Interop message passing overview -lang: en-US description: Learn about cross-chain message passing in the Superchain. +lang: en-US +content_type: guide +topic: interop-message-passing-overview +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - message-passing + - cross-domain-messenger + - architecture + - block-safety + - superchain +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/interop/op-supervisor.mdx b/pages/stack/interop/op-supervisor.mdx index 3e0925192..6ae585b64 100644 --- a/pages/stack/interop/op-supervisor.mdx +++ b/pages/stack/interop/op-supervisor.mdx @@ -1,7 +1,22 @@ --- title: OP-Supervisor -lang: en-US description: Learn the basics of OP-Supervisor. +lang: en-US +content_type: guide +topic: op-supervisor +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - infrastructure + - architecture + - op-supervisor + - message-validation + - superchain +is_imported_content: 'false' --- import { Callout, Tabs, Steps } from 'nextra/components' diff --git a/pages/stack/interop/predeploy.mdx b/pages/stack/interop/predeploy.mdx index 087dc9d08..f2aea1e48 100644 --- a/pages/stack/interop/predeploy.mdx +++ b/pages/stack/interop/predeploy.mdx @@ -1,7 +1,22 @@ --- title: Interoperability predeploys +description: Learn how interoperability predeploys work. lang: en-US -description: How it works. +content_type: guide +topic: interoperability-predeploys +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - predeploys + - smart-contracts + - cross-domain-messenger + - superchain-token-bridge + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/reorg.mdx b/pages/stack/interop/reorg.mdx index caff773f2..ba94642d2 100644 --- a/pages/stack/interop/reorg.mdx +++ b/pages/stack/interop/reorg.mdx @@ -1,7 +1,23 @@ --- title: Interop reorg awareness +description: >- + How Superchain interop enables low-latency interop and avoids the double-spend + problem. lang: en-US -description: How Superchain interop enables low-latency interop and avoids the double-spend problem. +content_type: guide +topic: interop-reorg-awareness +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - reorgs + - block-safety + - security + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index 859d799c8..92fb96151 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -1,7 +1,23 @@ --- title: SuperchainERC20 -lang: en-US description: Learn about the basic details of the SuperchainERC20 implementation. +lang: en-US +content_type: guide +topic: superchainerc20 +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain-erc20 + - token-standard + - interoperable-assets + - token-bridge + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/superchain-weth.mdx b/pages/stack/interop/superchain-weth.mdx index 371dfa8a6..a8422bc17 100644 --- a/pages/stack/interop/superchain-weth.mdx +++ b/pages/stack/interop/superchain-weth.mdx @@ -1,7 +1,22 @@ --- title: Superchain ETH -lang: en-US description: Learn basic details about Interoperable ETH. +lang: en-US +content_type: guide +topic: superchain-eth +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain-weth + - eth-bridging + - interoperable-assets + - cross-domain-messenger + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tools.mdx b/pages/stack/interop/tools.mdx index 35159cb34..2a9f6d3c6 100644 --- a/pages/stack/interop/tools.mdx +++ b/pages/stack/interop/tools.mdx @@ -1,7 +1,18 @@ --- -title: Tools -description: Documentation covering Interop devnet, Supersim in the Interop section of the OP Stack ecosystem. +title: Interop +description: >- + Documentation covering Interop devnet, Supersim in the Interop section of the + OP Stack ecosystem. lang: en-US +content_type: landing-page +topic: interop +personas: + - protocol-developer +categories: + - testnet + - protocol + - interoperability +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/interop/tools/devnet.mdx b/pages/stack/interop/tools/devnet.mdx index 736b1770c..af24346a1 100644 --- a/pages/stack/interop/tools/devnet.mdx +++ b/pages/stack/interop/tools/devnet.mdx @@ -1,7 +1,21 @@ --- -title: Interop Devnet -lang: en-US +title: Interop devnet description: Details on the public interoperability devnet +lang: en-US +content_type: guide +topic: interop-devnet +personas: + - protocol-developer + - app-developer +categories: + - testnet + - protocol + - interoperability + - cross-chain-messaging + - devnet + - standard-bridge + - superchain-registry +is_imported_content: 'false' --- import { Callout, Tabs, Steps } from 'nextra/components' diff --git a/pages/stack/interop/tools/supersim.mdx b/pages/stack/interop/tools/supersim.mdx index fb0a2fc44..f5706793c 100644 --- a/pages/stack/interop/tools/supersim.mdx +++ b/pages/stack/interop/tools/supersim.mdx @@ -1,8 +1,23 @@ --- -title: Supersim multichain development environment -lang: en-US +title: Supersim description: >- - Learn how to use the Supersim local dev environment tool designed to simulate the Optimism Superchain. + Learn how to use the Supersim local dev environment tool designed to simulate + the Optimism Superchain. +lang: en-US +content_type: guide +topic: supersim +personas: + - protocol-developer + - app-developer +categories: + - devnet + - local-devnet + - testing + - interoperability + - cross-chain-messaging + - supersim + - protocol +is_imported_content: 'true' --- import Supersim from '@/pages/app-developers/tools/supersim.mdx' diff --git a/pages/stack/interop/tutorials.mdx b/pages/stack/interop/tutorials.mdx index 526df9ff5..5d6a900c2 100644 --- a/pages/stack/interop/tutorials.mdx +++ b/pages/stack/interop/tutorials.mdx @@ -2,6 +2,17 @@ title: Interop tutorials description: Documentation covering Interop related tutorials. lang: en-US +content_type: landing-page +topic: interop-tutorials +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - tutorial +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx b/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx index 20c7d6170..6242306b3 100644 --- a/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx +++ b/pages/stack/interop/tutorials/bridge-crosschain-eth.mdx @@ -1,7 +1,22 @@ --- title: Bridging native cross-chain ETH transfers -lang: en-US description: Learn how to bridge native cross-chain ETH transfers. +lang: en-US +content_type: tutorial +topic: bridging-native-cross-chain-eth-transfers +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - standard-bridge + - eth-bridging + - message-relaying + - cross-domain-messenger + - superchain +is_imported_content: 'false' --- import { Callout, Steps, Tabs } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/contract-calls.mdx b/pages/stack/interop/tutorials/contract-calls.mdx index 3418f11d5..a46291ba6 100644 --- a/pages/stack/interop/tutorials/contract-calls.mdx +++ b/pages/stack/interop/tutorials/contract-calls.mdx @@ -1,7 +1,19 @@ --- title: Making crosschain contract calls (ping pong) -lang: en-US description: Learn how to make crosschain contract calls using ping pong. +lang: en-US +content_type: tutorial +topic: making-crosschain-contract-calls-ping-pong +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/custom-superchain-erc20.mdx b/pages/stack/interop/tutorials/custom-superchain-erc20.mdx index ccd268ff8..24a80ff80 100644 --- a/pages/stack/interop/tutorials/custom-superchain-erc20.mdx +++ b/pages/stack/interop/tutorials/custom-superchain-erc20.mdx @@ -1,7 +1,21 @@ --- -title: Creating custom SuperchainERC20 tokens -lang: en-US +title: Custom SuperchainERC20 tokens description: Create SuperchainERC20 tokens with custom behaviors +lang: en-US +content_type: tutorial +topic: custom-superchainerc20-tokens +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain-erc20 + - token-standard + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx index 44865d216..e1f51ac67 100644 --- a/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx +++ b/pages/stack/interop/tutorials/deploy-superchain-erc20.mdx @@ -1,7 +1,23 @@ --- title: Deploying a SuperchainERC20 -lang: en-US description: Learn about the basic details of deploying assets on SuperchainERC20 +lang: en-US +content_type: tutorial +topic: deploying-a-superchainerc20 +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - interoperable-assets + - interoperability + - cross-chain-messaging + - superchain-erc20 + - token-standard + - token-deployment + - smart-contracts + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/event-contests.mdx b/pages/stack/interop/tutorials/event-contests.mdx index 9e1cc9fa4..b15df8eea 100644 --- a/pages/stack/interop/tutorials/event-contests.mdx +++ b/pages/stack/interop/tutorials/event-contests.mdx @@ -1,7 +1,20 @@ --- title: Deploying crosschain event composability (contests) -lang: en-US description: Learn how to deploy crosschain event composability using contests. +lang: en-US +content_type: tutorial +topic: deploying-crosschain-event-composability-contests +personas: + - protocol-developer + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - event-reading + - contests + - superchain +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/event-reads.mdx b/pages/stack/interop/tutorials/event-reads.mdx index 5883e4806..ba24580f2 100644 --- a/pages/stack/interop/tutorials/event-reads.mdx +++ b/pages/stack/interop/tutorials/event-reads.mdx @@ -1,7 +1,20 @@ --- title: Making crosschain event reads (tic-tac-toe) -lang: en-US description: Learn how to make crosschain event reads using tic-tac-toe. +lang: en-US +content_type: tutorial +topic: making-crosschain-event-reads-tic-tac-toe +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - event-reading + - superchain +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/message-passing.mdx b/pages/stack/interop/tutorials/message-passing.mdx index 555f5e9e4..4c461a248 100644 --- a/pages/stack/interop/tutorials/message-passing.mdx +++ b/pages/stack/interop/tutorials/message-passing.mdx @@ -1,7 +1,25 @@ --- title: Interop message passing tutorial +description: >- + Learn to implement cross-chain communication in the Superchain by building a + message passing system using the L2ToL2CrossDomainMessenger contract. lang: en-US -description: Learn to implement cross-chain communication in the Superchain by building a message passing system using the L2ToL2CrossDomainMessenger contract. +content_type: tutorial +topic: interop-message-passing-tutorial +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - message-relaying + - cross-domain-messenger + - smart-contracts + - testnet + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/relay-messages-cast.mdx b/pages/stack/interop/tutorials/relay-messages-cast.mdx index 9f427f1a9..0c9a0dcf6 100644 --- a/pages/stack/interop/tutorials/relay-messages-cast.mdx +++ b/pages/stack/interop/tutorials/relay-messages-cast.mdx @@ -1,7 +1,23 @@ --- title: Relaying interop messages using `cast` -lang: en-US description: Learn how to relay interop messages using `cast` commands. +lang: en-US +content_type: tutorial +topic: relaying-interop-messages-using-cast +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - message-relaying + - cross-domain-messenger + - smart-contracts + - supersim + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/relay-messages-viem.mdx b/pages/stack/interop/tutorials/relay-messages-viem.mdx index 3fdc627b0..5c850d7bb 100644 --- a/pages/stack/interop/tutorials/relay-messages-viem.mdx +++ b/pages/stack/interop/tutorials/relay-messages-viem.mdx @@ -1,7 +1,23 @@ --- title: Relaying interop messages using `viem` -lang: en-US description: Learn how to relay interop messages using `viem`. +lang: en-US +content_type: tutorial +topic: relaying-interop-messages-using-viem +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - javascript + - message-relaying + - cross-domain-messenger + - viem + - superchain +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx index c2715f180..0f9aa4f64 100644 --- a/pages/stack/interop/tutorials/transfer-superchainERC20.mdx +++ b/pages/stack/interop/tutorials/transfer-superchainERC20.mdx @@ -1,7 +1,24 @@ --- -title: Transferring SuperchainERC20 tokens +title: Transferring a SuperchainERC20 +description: >- + Learn how to transfer a SuperchainERC20 between chains using + L2ToL2CrossDomainMessenger. lang: en-US -description: Learn how to transfer a SuperchainERC20 between chains using L2ToL2CrossDomainMessenger. +content_type: tutorial +topic: transferring-a-superchainerc20 +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - interoperability + - cross-chain-messaging + - superchain-erc20 + - token-transfers + - message-relaying + - superchain +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/opcm.mdx b/pages/stack/opcm.mdx index aa4bac0c5..c936be50e 100644 --- a/pages/stack/opcm.mdx +++ b/pages/stack/opcm.mdx @@ -1,8 +1,21 @@ --- title: OP Contracts Manager -lang: en-US -tags: ["opcm","eng-security"] description: Learn how OP Contracts Manager deploys of the OP Stack with one transaction. +lang: en-US +content_type: guide +topic: op-contracts-manager +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - chain-deployment + - smart-contracts + - infrastructure + - superchain-contracts + - system-configuration + - deployment-tooling +is_imported_content: 'false' --- import { Callout, Tabs, Steps } from 'nextra/components' diff --git a/pages/stack/public-devnets.mdx b/pages/stack/public-devnets.mdx index 5e2cc8733..85acc82c0 100644 --- a/pages/stack/public-devnets.mdx +++ b/pages/stack/public-devnets.mdx @@ -1,7 +1,24 @@ --- -title: Public Devnets +title: Overview +description: >- + Learn about alphanets and betanets - the development networks for testing + upcoming OP Stack releases. lang: en-US -description: Learn about alphanets and betanets - the development networks for testing upcoming OP Stack releases. +content_type: guide +topic: overview +personas: + - protocol-developer + - chain-operator +categories: + - mainnet + - testnet + - protocol + - development-networks + - alphanets + - betanets + - testing-environment + - network-upgrades +is_imported_content: 'false' --- # Overview diff --git a/pages/stack/research.mdx b/pages/stack/research.mdx index 1a485ee0f..f447c9236 100644 --- a/pages/stack/research.mdx +++ b/pages/stack/research.mdx @@ -1,7 +1,17 @@ --- title: Research -description: Documentation covering Block Time Research in the Research section of the OP Stack ecosystem. +description: >- + Documentation covering Block Time Research in the Research section of the OP + Stack ecosystem. lang: en-US +content_type: landing-page +topic: research +personas: + - protocol-developer +categories: + - protocol + - block-time +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/research/block-time-research.mdx b/pages/stack/research/block-time-research.mdx index a5832a82b..85de6b079 100644 --- a/pages/stack/research/block-time-research.mdx +++ b/pages/stack/research/block-time-research.mdx @@ -1,8 +1,22 @@ --- -title: Block time research +title: Block time research +description: >- + Sunnyside Labs' (formerly Test in Prod) and OP Labs 1 second block time + research. lang: en-US -tags: ["op-geth", "op-reth", "eng-platforms"] -description: Sunnyside Labs' (formerly Test in Prod) and OP Labs 1 second block time research. +content_type: guide +topic: block-time-research +personas: + - protocol-developer + - chain-operator +categories: + - mainnet + - protocol + - research + - block-time + - op-geth + - op-reth +is_imported_content: 'false' --- # Block time research diff --git a/pages/stack/rollup.mdx b/pages/stack/rollup.mdx index 09d75273b..8052236f2 100644 --- a/pages/stack/rollup.mdx +++ b/pages/stack/rollup.mdx @@ -1,7 +1,22 @@ --- title: Rollup -description: The big idea that makes Optimism possible is the Optimistic Rollup. We'll go through a brief explainer of *how* Optimistic Rollups work at a high l... +description: >- + The big idea that makes Optimism possible is the Optimistic Rollup. We'll go + through a brief explainer of *how* Optimistic Rollups work at a high l... lang: en-US +content_type: guide +topic: rollup +personas: + - protocol-developer +categories: + - protocol + - layer2-scaling + - derivation-pipeline + - sequencer + - data-availability + - state-commitment + - fault-tolerance +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/rollup/derivation-pipeline.mdx b/pages/stack/rollup/derivation-pipeline.mdx index 2f0995104..691130825 100644 --- a/pages/stack/rollup/derivation-pipeline.mdx +++ b/pages/stack/rollup/derivation-pipeline.mdx @@ -1,7 +1,22 @@ --- title: Derivation pipeline -lang: en-US description: Overview of the derivation pipeline in the OP Stack protocol. +lang: en-US +content_type: guide +topic: derivation-pipeline +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - rollup-node + - derivation + - sequencer + - batch-submission + - safe-head + - reorgs + - architecture +is_imported_content: 'false' --- # Derivation pipeline diff --git a/pages/stack/rollup/outages.mdx b/pages/stack/rollup/outages.mdx index 471981c4e..558fcaf43 100644 --- a/pages/stack/rollup/outages.mdx +++ b/pages/stack/rollup/outages.mdx @@ -1,7 +1,22 @@ --- title: Sequencer outages -lang: en-US description: Learn what happens if the Sequencer goes down and how you can be prepared. +lang: en-US +content_type: guide +topic: sequencer-outages +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - sequencer + - outages + - downtime + - optimism-portal + - transaction-submission + - censorship-resistance + - disaster-recovery +is_imported_content: 'false' --- # Sequencer outages diff --git a/pages/stack/rollup/overview.mdx b/pages/stack/rollup/overview.mdx index e07ec94f6..e8720475e 100644 --- a/pages/stack/rollup/overview.mdx +++ b/pages/stack/rollup/overview.mdx @@ -1,7 +1,21 @@ --- title: Rollup protocol overview -lang: en-US description: Learn how Optimistic Rollups work at a high level. +lang: en-US +content_type: guide +topic: rollup-protocol-overview +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - block-production + - block-execution + - bridging + - fault-proofs +is_imported_content: 'false' --- # Rollup protocol overview diff --git a/pages/stack/security.mdx b/pages/stack/security.mdx index eae398963..9b4aef542 100644 --- a/pages/stack/security.mdx +++ b/pages/stack/security.mdx @@ -1,7 +1,21 @@ --- title: Security -description: Documentation covering Faq, Pause in the Security section of the OP Stack ecosystem. +description: >- + Documentation covering Faq, Pause in the Security section of the OP Stack + ecosystem. lang: en-US +content_type: landing-page +topic: security +personas: + - protocol-developer +categories: + - protocol + - security-model + - pause + - audits + - bug-bounty-program + - security-policy +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/security/audits-report.mdx b/pages/stack/security/audits-report.mdx index 8cbe62311..698619e98 100644 --- a/pages/stack/security/audits-report.mdx +++ b/pages/stack/security/audits-report.mdx @@ -1,7 +1,23 @@ --- title: Audit reports +description: >- + A comprehensive list of security reviews for the OP Stack, including links to + detailed audit reports and descriptions of their scope. lang: en-US -description: A comprehensive list of security reviews for the OP Stack, including links to detailed audit reports and descriptions of their scope. +content_type: guide +topic: audit-reports +personas: + - protocol-developer + - chain-operator +categories: + - security + - protocol + - audits + - security-reviews + - vulnerability-assessment + - smart-contracts + - research +is_imported_content: 'false' --- import Link from "next/link" diff --git a/pages/stack/security/faq-sec-model.mdx b/pages/stack/security/faq-sec-model.mdx index ad05d298e..5a04855a6 100644 --- a/pages/stack/security/faq-sec-model.mdx +++ b/pages/stack/security/faq-sec-model.mdx @@ -1,7 +1,22 @@ --- title: OP Stack security model -lang: en-US description: Learn about the OP Stack security model and answers to common questions. +lang: en-US +content_type: guide +topic: op-stack-security-model +personas: + - protocol-developer + - chain-operator +categories: + - security + - protocol + - security-model + - multisig + - fault-proofs + - security-council + - governance + - decentralization +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/security/faq.mdx b/pages/stack/security/faq.mdx index 0b08dbe7f..a3af376f9 100644 --- a/pages/stack/security/faq.mdx +++ b/pages/stack/security/faq.mdx @@ -1,7 +1,22 @@ --- title: OP Stack security FAQs -lang: en-US description: Learn answers to common questions about OP Stack security. +lang: en-US +content_type: guide +topic: op-stack-security-faqs +personas: + - protocol-developer + - chain-operator +categories: + - mainnet + - security + - protocol + - security-model + - bug-bounty-program + - fault-proofs + - vulnerability-reporting + - decentralization +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/security/pause.mdx b/pages/stack/security/pause.mdx index 2491195e7..4b96ea249 100644 --- a/pages/stack/security/pause.mdx +++ b/pages/stack/security/pause.mdx @@ -1,7 +1,21 @@ --- title: Pausing the bridge -lang: en-US description: Learn how the OP Stack bridge can be paused as backup safety mechanism. +lang: en-US +content_type: guide +topic: pausing-the-bridge +personas: + - protocol-developer + - chain-operator +categories: + - security + - protocol + - optimism-portal + - guardian + - emergency-response + - withdrawals + - safety-mechanisms +is_imported_content: 'false' --- # Pausing the bridge diff --git a/pages/stack/security/security-policy.mdx b/pages/stack/security/security-policy.mdx index b68cf0be5..936ad3957 100644 --- a/pages/stack/security/security-policy.mdx +++ b/pages/stack/security/security-policy.mdx @@ -1,7 +1,24 @@ --- title: Security policy and bug bounty program +description: >- + Learn about the bug bounty program and best practices for reporting bugs in + the OP Stack codebase. lang: en-US -description: Learn about the bug bounty program and best practices for reporting bugs in the OP Stack codebase. +content_type: guide +topic: security-policy-and-bug-bounty-program +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - security + - protocol + - bug-bounty + - vulnerability-reporting + - research + - bug-bounty-program + - responsible-disclosure +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/smart-contracts.mdx b/pages/stack/smart-contracts.mdx index 7535d78f7..01d53bf83 100644 --- a/pages/stack/smart-contracts.mdx +++ b/pages/stack/smart-contracts.mdx @@ -1,7 +1,23 @@ --- title: Smart Contract overview -lang: en-US description: Learn about the smart contracts that make up the OP Stack. +lang: en-US +content_type: guide +topic: smart-contract-overview +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - l1-contracts + - predeploys + - contract-addresses + - contract-upgrades + - architecture + - fault-proofs +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/transactions.mdx b/pages/stack/transactions.mdx index c5749c781..545af0980 100644 --- a/pages/stack/transactions.mdx +++ b/pages/stack/transactions.mdx @@ -1,7 +1,24 @@ --- title: Transactions -description: Documentation covering Cross Domain, Deposit Flow, Fees, Forced Transaction, Transaction Flow, Transactions, Withdrawal Flow in the Transactions section of the OP Stack ecosystem. +description: >- + Documentation covering Cross Domain, Deposit Flow, Fees, Forced Transaction, + Transaction Flow, Transactions, Withdrawal Flow in the Transactions section of + the OP Stack ecosystem. lang: en-US +content_type: landing-page +topic: transactions +personas: + - protocol-developer +categories: + - protocol + - transaction-flow + - cross-domain-messaging + - deposit-flow + - withdrawal-flow + - transaction-fees + - transaction-finality + - forced-transactions +is_imported_content: 'false' --- import { Card, Cards } from 'nextra/components' diff --git a/pages/stack/transactions/cross-domain.mdx b/pages/stack/transactions/cross-domain.mdx index 846141f22..a6f1b9ee3 100644 --- a/pages/stack/transactions/cross-domain.mdx +++ b/pages/stack/transactions/cross-domain.mdx @@ -1,7 +1,24 @@ --- -title: Cross-Domain +title: Cross-Domain Overview +description: >- + An overview of the lifecycle of an OP Stack cross-chain transaction, detailing + the flow of transactions between Layer 2 and Layer 1. lang: en-US -description: An overview of the lifecycle of an OP Stack cross-chain transaction, detailing the flow of transactions between Layer 2 and Layer 1. +content_type: guide +topic: cross-domain-overview +personas: + - protocol-developer + - chain-operator +categories: + - protocol + - cross-domain-messaging + - deposits + - withdrawals + - bridging + - transaction-flow + - l1-l2-communication + - message-passing +is_imported_content: 'false' --- import { Callout, Steps } from 'nextra/components' diff --git a/pages/stack/transactions/deposit-flow.mdx b/pages/stack/transactions/deposit-flow.mdx index d7353394a..9408ada37 100644 --- a/pages/stack/transactions/deposit-flow.mdx +++ b/pages/stack/transactions/deposit-flow.mdx @@ -1,7 +1,24 @@ --- title: Deposit flow +description: >- + Learn the deposit flow process for L2 deposit transactions, triggered by + events on L1. lang: en-US -description: Learn the deposit flow process for L2 deposit transactions, triggered by events on L1. +content_type: guide +topic: deposit-flow +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - deposits + - cross-domain-messaging + - l1-l2-communication + - transaction-flow + - optimism-portal + - message-relay +is_imported_content: 'false' --- import Image from 'next/image' diff --git a/pages/stack/transactions/fees.mdx b/pages/stack/transactions/fees.mdx index ed669c52c..29eaf5850 100644 --- a/pages/stack/transactions/fees.mdx +++ b/pages/stack/transactions/fees.mdx @@ -1,7 +1,23 @@ --- title: Transaction fees on OP Mainnet -lang: en-US description: Learn how transaction fees work on OP Mainnet. +lang: en-US +content_type: guide +topic: transaction-fees-on-op-mainnet +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - mainnet + - protocol + - transaction-fees + - gas + - l1-data-fee + - execution-gas-fee + - eip-1559 + - sequencer-fee-vault +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/transactions/forced-transaction.mdx b/pages/stack/transactions/forced-transaction.mdx index bc293fd09..83801f738 100644 --- a/pages/stack/transactions/forced-transaction.mdx +++ b/pages/stack/transactions/forced-transaction.mdx @@ -1,7 +1,23 @@ --- -title: Forced transaction -lang: en-US +title: Forced Transaction description: Learn the forced transaction flow during sequencer downtime. +lang: en-US +content_type: guide +topic: forced-transaction +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - sequencer + - downtime + - forced-transactions + - deposits + - censorship-resistance + - transaction-inclusion + - disaster-recovery +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/transactions/transaction-finality.mdx b/pages/stack/transactions/transaction-finality.mdx index 2d7eb6272..a82785f4c 100644 --- a/pages/stack/transactions/transaction-finality.mdx +++ b/pages/stack/transactions/transaction-finality.mdx @@ -1,7 +1,22 @@ --- title: Transaction finality -lang: en-US description: Learn when transactions on OP Stack chains can be considered finalized. +lang: en-US +content_type: guide +topic: transaction-finality +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - sequencer + - ethereum-consensus + - block-safety + - security-model + - finality-guarantees + - transaction-lifecycle +is_imported_content: 'false' --- import Image from 'next/image' diff --git a/pages/stack/transactions/transaction-flow.mdx b/pages/stack/transactions/transaction-flow.mdx index fb0af08f5..af55a19bf 100644 --- a/pages/stack/transactions/transaction-flow.mdx +++ b/pages/stack/transactions/transaction-flow.mdx @@ -1,7 +1,23 @@ --- -title: Transaction Flow -lang: en-US +title: Transaction flow description: Learn the transaction flow process for rollup transactions. +lang: en-US +content_type: guide +topic: transaction-flow +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - transaction-flow + - rollup-transactions + - op-batcher + - op-proposer + - state-commitment + - transaction-lifecycle + - data-availability +is_imported_content: 'false' --- import { Callout } from 'nextra/components' diff --git a/pages/stack/transactions/withdrawal-flow.mdx b/pages/stack/transactions/withdrawal-flow.mdx index f74db2ff7..76a215339 100644 --- a/pages/stack/transactions/withdrawal-flow.mdx +++ b/pages/stack/transactions/withdrawal-flow.mdx @@ -1,7 +1,23 @@ --- title: Withdrawal flow -lang: en-US description: Learn the withdrawal flow process for transactions sent from L2 to L1. +lang: en-US +content_type: guide +topic: withdrawal-flow +personas: + - protocol-developer + - chain-operator + - app-developer +categories: + - protocol + - withdrawals + - cross-domain-messaging + - l2-to-l1 + - transaction-flow + - optimism-portal + - message-proving + - message-finalization +is_imported_content: 'false' --- import { Callout } from 'nextra/components'