Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README (1).md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ The EVM module allows for mirrored EVM compatibility and for smart contracts to
### IBC

Inter-Blockchain Communication is a protocol that allows for cross chain communication and data transfers. It connects different blockchain networks to promote high levels of interoperability, scalability and communication. IBC can be implemented to any blockchain network as long as it conforms to its protocol guidelines. Currently, there are over 100 networks integrated into IBC. Read more about IBC [here](https://www.ibcprotocol.dev/).
### What is KiiChain?

KiiChain is a layer 1 blockchain built with the Cosmos SDK. It is an AppChain built as an abstraction layer for utility and liquidity for stablecoins and RWAs
### KiiChain Powers KIIEX

KIIEX is a cross-border payment and trading platform bringing institutional liquidity and\
immediate settlement to the most popular FX and RWA pairs using non-dollar stablecoins. 
### Kii Payfi Module

The Kii PayFi Module is a gas-optimized payment system for merchant transactions with specialized fee handling along with a Paymaster System to grant gas funds for DeFi actions via protocols.
Comment on lines +46 to +55
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Remove duplicated sections appended after IBC.

These headings and paragraphs duplicate content already present above (“What is KiiChain?”, “KiiChain Powers KIIEX”, “Kii Payfi/PayFi Module”). This bloats the README and creates maintenance drift.

Apply this diff to remove the redundant block:

-### What is KiiChain?
-
-KiiChain is a layer 1 blockchain built with the Cosmos SDK. It is an AppChain built as an abstraction layer for utility and liquidity for stablecoins and RWAs
-### KiiChain Powers KIIEX
-
-KIIEX is a cross-border payment and trading platform bringing institutional liquidity and\
-immediate settlement to the most popular FX and RWA pairs using non-dollar stablecoins. 
-### Kii Payfi Module
-
-The Kii PayFi Module is a gas-optimized payment system for merchant transactions with specialized fee handling along with a Paymaster System to grant gas funds for DeFi actions via protocols.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### What is KiiChain?
KiiChain is a layer 1 blockchain built with the Cosmos SDK. It is an AppChain built as an abstraction layer for utility and liquidity for stablecoins and RWAs
### KiiChain Powers KIIEX
KIIEX is a cross-border payment and trading platform bringing institutional liquidity and\
immediate settlement to the most popular FX and RWA pairs using non-dollar stablecoins. 
### Kii Payfi Module
The Kii PayFi Module is a gas-optimized payment system for merchant transactions with specialized fee handling along with a Paymaster System to grant gas funds for DeFi actions via protocols.
🤖 Prompt for AI Agents
In README (1).md around lines 46 to 55, remove the duplicated block that repeats
the headings and paragraphs for "What is KiiChain?", "KiiChain Powers KIIEX",
and "Kii Payfi Module/PayFi Module" (the block shown in the diff). Delete those
lines so only the original, non-duplicated sections above the IBC section
remain; ensure spacing and headings around the removal are preserved and there
are no leftover blank lines or broken formatting.