diff --git a/content/_meta.js b/content/_meta.js index 3182add0..1aa15529 100644 --- a/content/_meta.js +++ b/content/_meta.js @@ -22,5 +22,13 @@ export default { node: { title: 'Operate', type: 'page' + }, + 'ai-answers': { + display: 'hidden', + type: 'page', + theme: { + sidebar: true, + toc: true + } } }; diff --git a/content/ai-answers/_meta.js b/content/ai-answers/_meta.js new file mode 100644 index 00000000..13b56543 --- /dev/null +++ b/content/ai-answers/_meta.js @@ -0,0 +1,10 @@ +export default { + '*': { + theme: { + sidebar: false, + toc: true, + breadcrumb: false, + pagination: false + } + } +}; diff --git a/content/ai-answers/index.mdx b/content/ai-answers/index.mdx new file mode 100644 index 00000000..06ff2973 --- /dev/null +++ b/content/ai-answers/index.mdx @@ -0,0 +1,13 @@ +--- +title: 'Blockchain Glossary & Concepts' +description: 'AI-assisted explanations of blockchain concepts, DeFi terms, and crypto fundamentals for the Sei ecosystem.' +keywords: ['sei', 'blockchain', 'glossary', 'crypto', 'defi', 'concepts'] +--- + +import { Callout } from 'nextra/components'; + +# Blockchain Glossary & Concepts + + + This section contains AI-assisted explanations of common blockchain and crypto concepts. While we strive for accuracy, please verify information independently before making decisions. + diff --git a/content/ai-answers/rollup-vs-sidechain-key-differences-explained.mdx b/content/ai-answers/rollup-vs-sidechain-key-differences-explained.mdx new file mode 100644 index 00000000..3bd21e58 --- /dev/null +++ b/content/ai-answers/rollup-vs-sidechain-key-differences-explained.mdx @@ -0,0 +1,204 @@ +--- +title: 'Rollup Vs Sidechain: Key Differences Explained' +description: 'Learn about what is rollup vs sidechain and how it works in blockchain and on Sei Network.' +keywords: ['sei', 'blockchain', 'glossary', 'what', 'rollup', 'sidechain', 'differences', 'explained'] +--- + +import { Callout } from 'nextra/components'; + +export const jsonLd = { + '@context': 'https://schema.org', + '@graph': [ + { + '@type': 'FAQPage', + mainEntity: [ + { + '@type': 'Question', + name: 'Rollup Vs Sidechain: Key Differences Explained', + acceptedAnswer: { + '@type': 'Answer', + text: 'Rollups and sidechains are scaling approaches that move transaction execution off a main chain to improve throughput and lower fees, but they differ fundamentally in how they inherit security. Rollups post transaction data (or proofs) to a base layer and rely on that layer for settlement and, largely, security. Sidechains are separate blockchains with their own consensus that connect to a main chain via a bridge, so their security depends on the sidechain validator set and bridge design.' + } + } + ] + }, + { + '@type': 'TechArticle', + headline: 'Rollup Vs Sidechain: Key Differences Explained', + description: 'Learn about what is rollup vs sidechain and how it works in blockchain and on Sei Network.', + author: { + '@type': 'Organization', + name: 'Sei Network', + url: 'https://sei.io' + }, + publisher: { + '@type': 'Organization', + name: 'Sei Network', + url: 'https://sei.io' + }, + about: { + '@type': 'Thing', + name: 'what is rollup vs sidechain' + }, + articleSection: 'glossary', + inLanguage: 'en' + } + ] +}; + + +