Skip to content

Commit 11f0934

Browse files
Add latest Genepaper v5 (#454)
Add latest Genepaper v5
1 parent 532989b commit 11f0934

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

public/Genepaper_v5.pdf

477 KB
Binary file not shown.

src/data/paper.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ interface PaperData {
1010
}
1111

1212
const data: PaperData[] = [
13+
{
14+
id: "genepaper-v5",
15+
image: "/images/papers/genepaper-v4.png",
16+
authors: ["Alex Chien", "Denny Wang"],
17+
tags: ["Cross-Chain Messaging", "RingDAO Msgport", "Darwinia EVM+"],
18+
title: "Darwinia Genepaper V5",
19+
fullPath: "/Genepaper_v5.pdf",
20+
summaries: [
21+
"The Darwinia Network is an EVM-compatible parachain on Polkadot focused on DApp interoperability in a multi-chain future. It prioritizes versatility, generalizability, cost-efficiency, and programmability alongside security. Darwinia utilizes infrastructure like RingDAO Msgport, Paralink, and ORMP to connect Polkadot and EVM ecosystems and supports development in DAO governance, AI, and DeFi.",
22+
"The network is governed by RingDAO, using RING as its native governance and gas fee token. RING's initial supply was 2 billion, but it became deflationary after a RingDAO proposal, with the total supply now just under 2.1 billion. Darwinia employs a token burning mechanism similar to Ethereum's EIP-1559, where base transaction fees (paid in RING) are burned. Tips can be added to transactions to incentivize collators. Fees from cross-chain services like Msgport might also be converted to RING and potentially burned by governance."
23+
],
24+
lastUpdate: "June 12, 2025",
25+
},
1326
{
1427
id: "genepaper-v4",
1528
image: "/images/papers/genepaper-v4.png",

0 commit comments

Comments
 (0)