Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 10 additions & 4 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20902,15 +20902,17 @@ const data4: Protocol[] = [
},
{
id: "6411",
name: "DipCoin AMM",
name: "DipCoin Spot",
parentProtocol: "parent#dipcoin",
address: null,
symbol: "-",
url: "https://www.dipcoin.io/",
url: "https://www.dipcoin.io/swap/",
description:
"DipCoin DEX is a decentralized exchange on the SUI ecosystem offering swaps, liquidity pools, and perpetual trading.",
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
chain: "Sui",
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
audits: "0",
audit_links: ["https://www.dipcoin.io/doc/DipCoin_Audit_Report.pdf"],
audits: "1",
audit_note: null,
gecko_id: null,
cmcId: null,
Expand All @@ -20920,6 +20922,10 @@ const data4: Protocol[] = [
forkedFrom: [],
twitter: "DipCoinOfficial",
listedAt: 1752078241,
dimensions: {
fees: "dipcoin",
dexs: "dipcoin",
}
},
/*{ // unified under coinbase-btc adapter
id: "6412",
Expand Down
28 changes: 27 additions & 1 deletion defi/src/protocols/data5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1695,6 +1695,32 @@ const data5: Protocol[] = [
twitter: "TurboFlow_xyz",
listedAt: 1762370757,
},
{
id: "6967",
name: "DipCoin Perps",
parentProtocol: "parent#dipcoin",
address: null,
symbol: "-",
url: "https://www.dipcoin.io/perp/",
description:
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
chain: "Sui",
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
audit_links: ["https://www.dipcoin.io/doc/DipCoin_Audit_Report.pdf"],
audits: "1",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["Sui"],
module: "dipcoin-perps/index.js",
forkedFrom: [],
twitter: "DipCoinOfficial",
listedAt: 1761820189,
dimensions: {
fees: "dipcoin-perps",
dexs: "dipcoin-perps",
}
},
];
export default data5;

13 changes: 13 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8341,6 +8341,19 @@ const parentProtocols: IParentProtocol[] = [
chains: [],
twitter: "ShroomyProject",
},
{
id: "parent#dipcoin",
name: "DipCoin",
url: "https://www.dipcoin.io",
description:
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
gecko_id: null,
cmcId: null,
chains: [],
twitter: "DipCoinOfficial",
github: ["dipcoinlab"],
},
{
id: "parent#potatoswap",
name: "PotatoSwap",
Expand Down