You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ecosystem/defi-liquidity/defi-contracts-mainnet.md
+19-31Lines changed: 19 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,32 @@
1
1
---
2
-
id: defi-contracts
3
-
title: DeFi Contracts on Flow
2
+
id: defi-contracts-mainnet
3
+
title: DeFi Contracts on Flow Mainnet
4
4
description: A reference table of frequently used DeFi contracts on Flow, including their addresses for both Flow EVM and Flow Cadence.
5
5
keywords:
6
6
- DeFi contracts
7
7
- Flow blockchain
8
8
- Flow EVM
9
9
- Flow Cadence
10
+
- Flow EVM Mainnet
11
+
- Flow Cadence Mainnet
10
12
- stablecoins
11
13
- wrapped assets
12
14
- AMMs
13
15
- DEXs
14
16
- KittyPunch
15
17
- PunchSwap
16
18
sidebar_position: 1
17
-
sidebar_label: DeFi Contracts
19
+
sidebar_label: DeFi Contracts Mainnet
18
20
---
19
21
20
22
import StablecoinsWrappedAssetsTable from '@site/src/components/defi-contracts/StablecoinsWrappedAssetsTable';
21
23
import CopyButton from '@site/src/components/CopyButton';
22
24
23
25
Flow is a Layer 1 blockchain that supports EVM equivalency, offering two environments Flow EVM and Flow Cadence. Fungible and non-fungible tokens can seamlessly transfer between these environments via the native VM token bridge. As a result, many tokens have both a Flow EVM mainnet contract address and a Flow Cadence mainnet contract address, allowing developers to choose their preferred environment.
24
26
25
-
Below is a list of commonly used DeFi contracts on Flow:
27
+
Below is a list of commonly used DeFi contracts on Flow Mainnet:
28
+
29
+
[Switch to DeFi Contracts on Testnet](./defi-contracts-testnet.md)
26
30
27
31
## Stablecoins & Wrapped Assets
28
32
@@ -42,8 +46,8 @@ Below is a list of commonly used DeFi contracts on Flow:
0 commit comments