diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d3873c8aa5..0000000000
--- a/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-.idea/
-.DS_Store
-.github/workflows/utility/__pycache__
-
-node_modules/
-
-__pycache__/
-
-.claude/
\ No newline at end of file
diff --git a/README.md b/README.md
index 7d068160a5..2e319b3619 100644
--- a/README.md
+++ b/README.md
@@ -402,3 +402,4 @@ An example versions file uses the following structure:
---

This work is licensed under a Creative Commons Attribution 4.0 International License.
+
diff --git a/rizqprotocol/assetlist.json b/rizqprotocol/assetlist.json
new file mode 100644
index 0000000000..c9b2f32709
--- /dev/null
+++ b/rizqprotocol/assetlist.json
@@ -0,0 +1,33 @@
+{
+ "$schema": "../assetlist.schema.json",
+ "chain_name": "rizqprotocol",
+ "assets": [
+ {
+ "description": "Alfalah Coin (ALIF) is the native utility and governance token of the Rizq Protocol ecosystem. It powers decentralized finance operations, enables staking for network security, facilitates governance voting, and serves as the primary medium of exchange across Rizq DEX and Rizq CEX platforms. With a total supply of 250 million tokens, ALIF embodies the principles of ethical finance (Rizq) while driving the next generation of blockchain-based financial services.",
+ "denom_units": [
+ {
+ "denom": "ualif",
+ "exponent": 0
+ },
+ {
+ "denom": "alif",
+ "exponent": 6
+ }
+ ],
+ "base": "ualif",
+ "name": "Alfalah Coin",
+ "display": "alif",
+ "symbol": "ALIF",
+ "type_asset": "sdk.coin",
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.svg",
+ "theme": {
+ "circle": false
+ }
+ }
+ ]
+ }
+ ]
+}
diff --git a/rizqprotocol/chain.json b/rizqprotocol/chain.json
new file mode 100644
index 0000000000..9fc621827b
--- /dev/null
+++ b/rizqprotocol/chain.json
@@ -0,0 +1,53 @@
+{
+ "$schema": "../chain.schema.json",
+ "chain_name": "rizqprotocol",
+ "status": "live",
+ "network_type": "mainnet",
+ "chain_type": "cosmos",
+ "pretty_name": "Rizq Protocol",
+ "chain_id": "rizqprotocol-1",
+ "bech32_prefix": "rizq",
+ "daemon_name": "rizqd",
+ "node_home": "$HOME/.rizqprotocol",
+ "key_algos": ["secp256k1"],
+ "slip44": 118,
+ "fees": {
+ "fee_tokens": [
+ {
+ "denom": "ualif",
+ "fixed_min_gas_price": 0
+ }
+ ]
+ },
+ "staking": {
+ "staking_tokens": [
+ {
+ "denom": "ualif"
+ }
+ ]
+ },
+ "apis": {
+ "rpc": [
+ {
+ "address": "https://4dplahh5ntfl.share.zrok.io/",
+ "provider": "Rizq Team"
+ }
+ ]
+ },
+ "explorers": [
+ {
+ "kind": "pingpub",
+ "url": "https://ping.pub/rizqprotocol",
+ "tx_page": "https://ping.pub/rizqprotocol/tx/${txHash}"
+ }
+ ],
+ "images": [
+ {
+ "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.png",
+ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizqprotocol/images/logo.svg"
+ }
+ ],
+ "codebase": {
+ "git_repo": "https://github.com/alfalahalif/rizqprotocol"
+ }
+}
diff --git a/rizqprotocol/images/logo.png b/rizqprotocol/images/logo.png
new file mode 100644
index 0000000000..392a1e73e3
Binary files /dev/null and b/rizqprotocol/images/logo.png differ
diff --git a/rizqprotocol/images/logo.svg b/rizqprotocol/images/logo.svg
new file mode 100644
index 0000000000..255a0abae1
--- /dev/null
+++ b/rizqprotocol/images/logo.svg
@@ -0,0 +1 @@
+
\ No newline at end of file