diff --git a/_i18n/ar/resources/moneropedia/p2pool.md b/_i18n/ar/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/ar/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/ar/resources/moneropedia/sidechain.md b/_i18n/ar/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/ar/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/ar/resources/moneropedia/weblate/p2pool.po b/_i18n/ar/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..f993d173
--- /dev/null
+++ b/_i18n/ar/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,155 @@
+# Arabic translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/ar/resources/moneropedia/weblate/sidechain.po b/_i18n/ar/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..dca7cc1d
--- /dev/null
+++ b/_i18n/ar/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,79 @@
+# Arabic translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ar\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/de/resources/moneropedia/p2pool.md b/_i18n/de/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/de/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/de/resources/moneropedia/sidechain.md b/_i18n/de/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/de/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/de/resources/moneropedia/weblate/p2pool.po b/_i18n/de/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..11b7d10c
--- /dev/null
+++ b/_i18n/de/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# German translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/de/resources/moneropedia/weblate/sidechain.po b/_i18n/de/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..a05b8112
--- /dev/null
+++ b/_i18n/de/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# German translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/en.yml b/_i18n/en.yml
index 1b058dcf..4c3bce0b 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -982,6 +982,8 @@ moneropedia:
wallet: Wallet
clsag: CLSAG
merge-mining: Merge Mining
+ p2pool: P2Pool
+ sidechain: Sidechain
tools:
intro1: Below is a list of third-party tools for interacting with the Monero ecosystem. These tools are not vetted by the Getmonero team, see the disclaimer at the bottom of this page. If a tool no longer supports Monero or you would like a Monero tool to be listed, please
diff --git a/_i18n/en/resources/moneropedia/p2pool.md b/_i18n/en/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..5af291b4
--- /dev/null
+++ b/_i18n/en/resources/moneropedia/p2pool.md
@@ -0,0 +1,35 @@
+---
+entry: "P2Pool"
+terms: ["P2Pool", "monero-p2pool"]
+summary: "Peer to peer mining pool for Monero"
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh (also known as sech1). P2Pool was a concept first developed for the Bitcoin blockchain but was never fully realized due to certain limitations, mainly because it had a problem with orphaned @blocks which is solved in Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control their own @node and what it mines. P2Pool has no central server that can be shutdown/blocked because it uses a separate blockchain to @merge-mine with Monero. It is designed so that all blocks found by the pool pay out to the miners immediately which means that funds are never in custody of a single party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only once the block has been found by the pool; miners with a share in the PPLNS window are rewarded directly via the @coinbase-transaction reward for the block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero @blocks. Each miner submits block templates that include a payout for all of the miners that currently have shares in the PPLNS window. High quality block templates are added to the P2Pool blockchain as blocks which count as "shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the Monero network to be included in its blockchain. Once the Monero block is confirmed by the network, those miners are directly paid in the @coinbase-transaction because they were included already in the block template.
+
+If P2Pool "shares" are found at the same block height as an existing share, it is included as an uncle block (worth 20% less than a normal share) so miners still get paid for it (uncle blocks can be submitted up to 3 blocks behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance libuv library so each node is able to handle thousands of concurrent miner connections. There are 2160 blocks in the PPLNS window with a block time of 10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be approximately 0.0004 XMR (this amount was considered high enough that it could be transferred with minimal fees). Each individual miner payout takes only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/en/resources/moneropedia/sidechain.md b/_i18n/en/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..14fd4a0b
--- /dev/null
+++ b/_i18n/en/resources/moneropedia/sidechain.md
@@ -0,0 +1,19 @@
+---
+entry: "sidechain"
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+summary: "A blockchain that is merge mined with a primary blockchain"
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is @merge-mined with Monero or other cryptocurrencies. In most cases the sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains is called a "pegged blockchain". It works by setting the value of one asset equal to the value of another asset on an alternate blockchain, otherwise known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/en/resources/moneropedia/weblate/p2pool.pot b/_i18n/en/resources/moneropedia/weblate/p2pool.pot
new file mode 100644
index 00000000..e61b975b
--- /dev/null
+++ b/_i18n/en/resources/moneropedia/weblate/p2pool.pot
@@ -0,0 +1,131 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: en_US\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+#, markdown-text
+msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, markdown-text, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+#, markdown-text
+msgid "Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh (also known as sech1). P2Pool was a concept first developed for the Bitcoin blockchain but was never fully realized due to certain limitations, mainly because it had a problem with orphaned @blocks which is solved in Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+#, markdown-text
+msgid "Unlike a traditional mining pool, P2Pool allows it's users to fully control their own @node and what it mines. P2Pool has no central server that can be shutdown/blocked because it uses a separate blockchain to @merge-mine with Monero. It is designed so that all blocks found by the pool pay out to the miners immediately which means that funds are never in custody of a single party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+#, markdown-text
+msgid "To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only once the block has been found by the pool; miners with a share in the PPLNS window are rewarded directly via the @coinbase-transaction reward for the block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, markdown-text, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+#, markdown-text
+msgid "P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero @blocks. Each miner submits block templates that include a payout for all of the miners that currently have shares in the PPLNS window. High quality block templates are added to the P2Pool blockchain as blocks which count as \"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+#, markdown-text
+msgid "If a block is good enough to be a Monero block it is also submitted to the Monero network to be included in its blockchain. Once the Monero block is confirmed by the network, those miners are directly paid in the @coinbase-transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+#, markdown-text
+msgid "If P2Pool \"shares\" are found at the same block height as an existing share, it is included as an uncle block (worth 20% less than a normal share) so miners still get paid for it (uncle blocks can be submitted up to 3 blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, markdown-text, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+#, markdown-text
+msgid "Monero P2Pool is written from scratch in C++. It uses the high-performance libuv library so each node is able to handle thousands of concurrent miner connections. There are 2160 blocks in the PPLNS window with a block time of 10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+#, markdown-text
+msgid "The number of blocks was chosen so that the minimum payout would be approximately 0.0004 XMR (this amount was considered high enough that it could be transferred with minimal fees). Each individual miner payout takes only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, markdown-text, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+#, markdown-text
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+#, markdown-text
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+#, markdown-text
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/en/resources/moneropedia/weblate/sidechain.pot b/_i18n/en/resources/moneropedia/weblate/sidechain.pot
new file mode 100644
index 00000000..e7af511d
--- /dev/null
+++ b/_i18n/en/resources/moneropedia/weblate/sidechain.pot
@@ -0,0 +1,77 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: en_US\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+#, markdown-text
+msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, markdown-text, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+#, markdown-text
+msgid "A sidechain (also known as an auxillary chain) is a @blockchain that is @merge-mined with Monero or other cryptocurrencies. In most cases the sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+#, markdown-text
+msgid "A sidechain that allows you to transfer assets between different blockchains is called a \"pegged blockchain\". It works by setting the value of one asset equal to the value of another asset on an alternate blockchain, otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+#, markdown-text
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, markdown-text, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+#, markdown-text
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/es/resources/moneropedia/p2pool.md b/_i18n/es/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/es/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/es/resources/moneropedia/sidechain.md b/_i18n/es/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/es/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/es/resources/moneropedia/weblate/p2pool.po b/_i18n/es/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..5dfdf797
--- /dev/null
+++ b/_i18n/es/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# Spanish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/es/resources/moneropedia/weblate/sidechain.po b/_i18n/es/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..23d767ad
--- /dev/null
+++ b/_i18n/es/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# Spanish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: es\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/fr/resources/moneropedia/p2pool.md b/_i18n/fr/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/fr/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/fr/resources/moneropedia/sidechain.md b/_i18n/fr/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/fr/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/fr/resources/moneropedia/weblate/p2pool.po b/_i18n/fr/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..0495d8d0
--- /dev/null
+++ b/_i18n/fr/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# French translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/fr/resources/moneropedia/weblate/sidechain.po b/_i18n/fr/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..fe6449f9
--- /dev/null
+++ b/_i18n/fr/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# French translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/it/resources/moneropedia/p2pool.md b/_i18n/it/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/it/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/it/resources/moneropedia/sidechain.md b/_i18n/it/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/it/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/it/resources/moneropedia/weblate/p2pool.po b/_i18n/it/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..ec6919b9
--- /dev/null
+++ b/_i18n/it/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# Italian translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/it/resources/moneropedia/weblate/sidechain.po b/_i18n/it/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..62aa392d
--- /dev/null
+++ b/_i18n/it/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# Italian translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: it\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/nb-no/resources/moneropedia/p2pool.md b/_i18n/nb-no/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/nb-no/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/nb-no/resources/moneropedia/sidechain.md b/_i18n/nb-no/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/nb-no/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/nb-no/resources/moneropedia/weblate/p2pool.po b/_i18n/nb-no/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..6b3903a9
--- /dev/null
+++ b/_i18n/nb-no/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,155 @@
+# Language nb-no translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: nb-no\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/nb-no/resources/moneropedia/weblate/sidechain.po b/_i18n/nb-no/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..ed1ca21c
--- /dev/null
+++ b/_i18n/nb-no/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,79 @@
+# Language nb-no translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: nb-no\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/nl/resources/moneropedia/p2pool.md b/_i18n/nl/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/nl/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/nl/resources/moneropedia/sidechain.md b/_i18n/nl/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/nl/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/nl/resources/moneropedia/weblate/p2pool.po b/_i18n/nl/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..db8ed3eb
--- /dev/null
+++ b/_i18n/nl/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# Dutch translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/nl/resources/moneropedia/weblate/sidechain.po b/_i18n/nl/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..87871c29
--- /dev/null
+++ b/_i18n/nl/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# Dutch translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/pl/resources/moneropedia/p2pool.md b/_i18n/pl/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/pl/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/pl/resources/moneropedia/sidechain.md b/_i18n/pl/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/pl/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/pl/resources/moneropedia/weblate/p2pool.po b/_i18n/pl/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..98a11538
--- /dev/null
+++ b/_i18n/pl/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,157 @@
+# Polish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/pl/resources/moneropedia/weblate/sidechain.po b/_i18n/pl/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..2a00eac0
--- /dev/null
+++ b/_i18n/pl/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,81 @@
+# Polish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/pt-br/resources/moneropedia/p2pool.md b/_i18n/pt-br/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/pt-br/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/pt-br/resources/moneropedia/sidechain.md b/_i18n/pt-br/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/pt-br/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/pt-br/resources/moneropedia/weblate/p2pool.po b/_i18n/pt-br/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..4e5dd8e8
--- /dev/null
+++ b/_i18n/pt-br/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,155 @@
+# Language pt-br translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: pt-br\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/pt-br/resources/moneropedia/weblate/sidechain.po b/_i18n/pt-br/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..e045e41d
--- /dev/null
+++ b/_i18n/pt-br/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,79 @@
+# Language pt-br translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: pt-br\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/ru/resources/moneropedia/p2pool.md b/_i18n/ru/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/ru/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/ru/resources/moneropedia/sidechain.md b/_i18n/ru/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/ru/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/ru/resources/moneropedia/weblate/p2pool.po b/_i18n/ru/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..5a1db0ab
--- /dev/null
+++ b/_i18n/ru/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,157 @@
+# Russian translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/ru/resources/moneropedia/weblate/sidechain.po b/_i18n/ru/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..5e2c8841
--- /dev/null
+++ b/_i18n/ru/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,81 @@
+# Russian translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/tr/resources/moneropedia/p2pool.md b/_i18n/tr/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/tr/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/tr/resources/moneropedia/sidechain.md b/_i18n/tr/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/tr/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/tr/resources/moneropedia/weblate/p2pool.po b/_i18n/tr/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..724dd64b
--- /dev/null
+++ b/_i18n/tr/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,156 @@
+# Turkish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/tr/resources/moneropedia/weblate/sidechain.po b/_i18n/tr/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..ae6b74df
--- /dev/null
+++ b/_i18n/tr/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,80 @@
+# Turkish translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: tr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/zh-cn/resources/moneropedia/p2pool.md b/_i18n/zh-cn/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/zh-cn/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/zh-cn/resources/moneropedia/sidechain.md b/_i18n/zh-cn/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/zh-cn/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/zh-cn/resources/moneropedia/weblate/p2pool.po b/_i18n/zh-cn/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..188af0e0
--- /dev/null
+++ b/_i18n/zh-cn/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,155 @@
+# Language zh-cn translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: zh-cn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/zh-cn/resources/moneropedia/weblate/sidechain.po b/_i18n/zh-cn/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..eaa43807
--- /dev/null
+++ b/_i18n/zh-cn/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,79 @@
+# Language zh-cn translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: zh-cn\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/_i18n/zh-tw/resources/moneropedia/p2pool.md b/_i18n/zh-tw/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..eefc59ef
--- /dev/null
+++ b/_i18n/zh-tw/resources/moneropedia/p2pool.md
@@ -0,0 +1,64 @@
+---
+entry: P2Pool
+summary: 'Peer to peer mining pool for Monero'
+terms: ["P2Pool", "monero-p2pool"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh
+(also known as sech1). P2Pool was a concept first developed for the
+Bitcoin blockchain but was never fully realized due to certain limitations,
+mainly because it had a problem with orphaned @blocks which is solved in
+Monero P2Pool with uncle blocks.
+
+Unlike a traditional mining pool, P2Pool allows it's users to fully control
+their own @node and what it mines. P2Pool has no central server that can be
+shutdown/blocked because it uses a separate blockchain to @merge-mine with
+Monero. It is designed so that all blocks found by the pool pay out to the
+miners immediately which means that funds are never in custody of a single
+party.
+
+To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only
+once the block has been found by the pool; miners with a share in the PPLNS
+window are rewarded directly via the @coinbase-transaction reward for the
+block.
+
+### More Information
+
+P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero
+@blocks. Each miner submits block templates that include a payout for all of
+the miners that currently have shares in the PPLNS window. High quality
+block templates are added to the P2Pool blockchain as blocks which count as
+"shares" for the miner who found them.
+
+If a block is good enough to be a Monero block it is also submitted to the
+Monero network to be included in its blockchain. Once the Monero block is
+confirmed by the network, those miners are directly paid in the
+@coinbase-transaction because they were included already in the block
+template.
+
+If P2Pool "shares" are found at the same block height as an existing share,
+it is included as an uncle block (worth 20% less than a normal share) so
+miners still get paid for it (uncle blocks can be submitted up to 3 blocks
+behind the current height and still be included).
+
+### Technical Details
+
+Monero P2Pool is written from scratch in C++. It uses the high-performance
+libuv library so each node is able to handle thousands of concurrent miner
+connections. There are 2160 blocks in the PPLNS window with a block time of
+10 seconds (approximately 6 hours).
+
+The number of blocks was chosen so that the minimum payout would be
+approximately 0.0004 XMR (this amount was considered high enough that it
+could be transferred with minimal fees). Each individual miner payout takes
+only 38 bytes on the Monero blockchain.
+
+### External Links
+
+- [P2Pool source](https://github.com/SChernykh/p2pool)
+- [P2Pool pool stats](https://p2pool.io)
+- [P2Pool Observer (mining data)](https://p2pool.observer)
diff --git a/_i18n/zh-tw/resources/moneropedia/sidechain.md b/_i18n/zh-tw/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..771eeb77
--- /dev/null
+++ b/_i18n/zh-tw/resources/moneropedia/sidechain.md
@@ -0,0 +1,24 @@
+---
+entry: sidechain
+summary: 'A blockchain that is merge mined with a primary blockchain'
+terms: ["sidechain", "side-chain", "auxillary-chain"]
+---
+
+{% include disclaimer.html translated="no" translationOutdated="no" %}
+
+### The Basics
+
+A sidechain (also known as an auxillary chain) is a @blockchain that is
+@merge-mined with Monero or other cryptocurrencies. In most cases the
+sidechain will have a lower difficulty than the primary blockchain.
+
+A sidechain that allows you to transfer assets between different blockchains
+is called a "pegged blockchain". It works by setting the value of one asset
+equal to the value of another asset on an alternate blockchain, otherwise
+known as pegging.
+
+Currently there are no pegged sidechains that exist for Monero.
+
+### More Information
+
+For more information see the @merge-mining article on Moneropedia.
diff --git a/_i18n/zh-tw/resources/moneropedia/weblate/p2pool.po b/_i18n/zh-tw/resources/moneropedia/weblate/p2pool.po
new file mode 100644
index 00000000..e039e92e
--- /dev/null
+++ b/_i18n/zh-tw/resources/moneropedia/weblate/p2pool.po
@@ -0,0 +1,155 @@
+# Language zh-tw translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-16 02:54+0100\n"
+"PO-Revision-Date: 2022-10-16 02:54+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: zh-tw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "P2Pool"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "Peer to peer mining pool for Monero"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/p2pool.md:1
+#, no-wrap
+msgid "[\"P2Pool\", \"monero-p2pool\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:12
+msgid ""
+"Monero P2Pool is a peer-to-peer Monero @mining pool developed by SChernykh "
+"(also known as sech1). P2Pool was a concept first developed for the "
+"Bitcoin blockchain but was never fully realized due to certain limitations, "
+"mainly because it had a problem with orphaned @blocks which is solved in "
+"Monero P2Pool with uncle blocks."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:14
+msgid ""
+"Unlike a traditional mining pool, P2Pool allows it's users to fully control "
+"their own @node and what it mines. P2Pool has no central server that can be "
+"shutdown/blocked because it uses a separate blockchain to @merge-mine with "
+"Monero. It is designed so that all blocks found by the pool pay out to the "
+"miners immediately which means that funds are never in custody of a single "
+"party."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:16
+msgid ""
+"To accomplish this P2Pool uses PPLNS payout scheme which rewards miners only "
+"once the block has been found by the pool; miners with a share in the PPLNS "
+"window are rewarded directly via the @coinbase-transaction reward for the "
+"block."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:20
+msgid ""
+"P2Pool is a @sidechain to Monero, and P2Pool blocks are potentially Monero "
+"@blocks. Each miner submits block templates that include a payout for all of "
+"the miners that currently have shares in the PPLNS window. High quality "
+"block templates are added to the P2Pool blockchain as blocks which count as "
+"\"shares\" for the miner who found them."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:22
+msgid ""
+"If a block is good enough to be a Monero block it is also submitted to the "
+"Monero network to be included in its blockchain. Once the Monero block is "
+"confirmed by the network, those miners are directly paid in the @coinbase-"
+"transaction because they were included already in the block template."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:24
+msgid ""
+"If P2Pool \"shares\" are found at the same block height as an existing "
+"share, it is included as an uncle block (worth 20% less than a normal share) "
+"so miners still get paid for it (uncle blocks can be submitted up to 3 "
+"blocks behind the current height and still be included)."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:25
+#, no-wrap
+msgid "Technical Details"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:28
+msgid ""
+"Monero P2Pool is written from scratch in C++. It uses the high-performance "
+"libuv library so each node is able to handle thousands of concurrent miner "
+"connections. There are 2160 blocks in the PPLNS window with a block time of "
+"10 seconds (approximately 6 hours)."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/p2pool.md:30
+msgid ""
+"The number of blocks was chosen so that the minimum payout would be "
+"approximately 0.0004 XMR (this amount was considered high enough that it "
+"could be transferred with minimal fees). Each individual miner payout takes "
+"only 38 bytes on the Monero blockchain."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/p2pool.md:31
+#, no-wrap
+msgid "External Links"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool source](https://github.com/SChernykh/p2pool)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool pool stats](https://p2pool.io)"
+msgstr ""
+
+#. type: Bullet: '- '
+#: ../_i18n/en/resources/moneropedia/p2pool.md:35
+msgid "[P2Pool Observer (mining data)](https://p2pool.observer)"
+msgstr ""
diff --git a/_i18n/zh-tw/resources/moneropedia/weblate/sidechain.po b/_i18n/zh-tw/resources/moneropedia/weblate/sidechain.po
new file mode 100644
index 00000000..0d633701
--- /dev/null
+++ b/_i18n/zh-tw/resources/moneropedia/weblate/sidechain.po
@@ -0,0 +1,79 @@
+# Language zh-tw translations for PACKAGE package
+# Copyright (C) 2022 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# Automatically generated, 2022.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2022-10-20 11:52+0100\n"
+"PO-Revision-Date: 2022-10-20 11:52+0100\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: zh-tw\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. type: YAML Front Matter: entry
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "sidechain"
+msgstr ""
+
+#. type: YAML Front Matter: summary
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "A blockchain that is merge mined with a primary blockchain"
+msgstr ""
+
+#. type: YAML Front Matter: terms
+#: ../_i18n/en/resources/moneropedia/sidechain.md:1
+#, no-wrap
+msgid "[\"sidechain\", \"side-chain\", \"auxillary-chain\"]"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:8
+msgid ""
+"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:9
+#, no-wrap
+msgid "The Basics"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:12
+msgid ""
+"A sidechain (also known as an auxillary chain) is a @blockchain that is "
+"@merge-mined with Monero or other cryptocurrencies. In most cases the "
+"sidechain will have a lower difficulty than the primary blockchain."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:14
+msgid ""
+"A sidechain that allows you to transfer assets between different blockchains "
+"is called a \"pegged blockchain\". It works by setting the value of one "
+"asset equal to the value of another asset on an alternate blockchain, "
+"otherwise known as pegging."
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:16
+msgid "Currently there are no pegged sidechains that exist for Monero."
+msgstr ""
+
+#. type: Title ###
+#: ../_i18n/en/resources/moneropedia/sidechain.md:17
+#, no-wrap
+msgid "More Information"
+msgstr ""
+
+#. type: Plain text
+#: ../_i18n/en/resources/moneropedia/sidechain.md:19
+msgid "For more information see the @merge-mining article on Moneropedia."
+msgstr ""
diff --git a/po/moneropedia/p2pool.config b/po/moneropedia/p2pool.config
new file mode 100644
index 00000000..0accb804
--- /dev/null
+++ b/po/moneropedia/p2pool.config
@@ -0,0 +1,13 @@
+[po4a_langs] es it pl fr ar ru de nl pt-br tr zh-cn zh-tw nb-no
+[po4a_paths] ../_i18n/en/resources/moneropedia/weblate/p2pool.pot $lang:../_i18n/$lang/resources/moneropedia/weblate/p2pool.po
+
+[options] opt:"--keep=0"
+[options] opt:"--localized-charset=UTF-8"
+[options] opt:"--master-charset=UTF-8"
+[options] opt:"--master-language=en_US"
+[options] opt:"--msgmerge-opt='--no-wrap'"
+[options] opt:"--wrap-po=newlines"
+
+[po4a_alias:markdown] text opt:"--option markdown"
+
+[type: markdown] ../_i18n/en/resources/moneropedia/p2pool.md $lang:../_i18n/$lang/resources/moneropedia/p2pool.md
diff --git a/po/moneropedia/sidechain.config b/po/moneropedia/sidechain.config
new file mode 100644
index 00000000..9ba9f70e
--- /dev/null
+++ b/po/moneropedia/sidechain.config
@@ -0,0 +1,13 @@
+[po4a_langs] es it pl fr ar ru de nl pt-br tr zh-cn zh-tw nb-no
+[po4a_paths] ../_i18n/en/resources/moneropedia/weblate/sidechain.pot $lang:../_i18n/$lang/resources/moneropedia/weblate/sidechain.po
+
+[options] opt:"--keep=0"
+[options] opt:"--localized-charset=UTF-8"
+[options] opt:"--master-charset=UTF-8"
+[options] opt:"--master-language=en_US"
+[options] opt:"--msgmerge-opt='--no-wrap'"
+[options] opt:"--wrap-po=newlines"
+
+[po4a_alias:markdown] text opt:"--option markdown"
+
+[type: markdown] ../_i18n/en/resources/moneropedia/sidechain.md $lang:../_i18n/$lang/resources/moneropedia/sidechain.md
diff --git a/resources/moneropedia/p2pool.md b/resources/moneropedia/p2pool.md
new file mode 100644
index 00000000..95deae5c
--- /dev/null
+++ b/resources/moneropedia/p2pool.md
@@ -0,0 +1,11 @@
+---
+layout: moneropedia
+title: titles.moneropedia
+entry: moneropedia.entries.p2pool
+---
+
+@moneropedia_article
+
+{% t global.lang_tag %}
+{% tf resources/moneropedia/p2pool.md %}
+
\ No newline at end of file
diff --git a/resources/moneropedia/sidechain.md b/resources/moneropedia/sidechain.md
new file mode 100644
index 00000000..29afa88f
--- /dev/null
+++ b/resources/moneropedia/sidechain.md
@@ -0,0 +1,10 @@
+---
+layout: moneropedia
+title: titles.moneropedia
+entry: moneropedia.entries.sidechain
+---
+
+@moneropedia_article
+
+{% t global.lang_tag %}
+{% tf resources/moneropedia/sidechain.md %}