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/defi/pyusd0-integration-guide.md
+26-18Lines changed: 26 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,39 +21,41 @@ keywords:
21
21
sidebar_position: 9
22
22
sidebar_label: PYUSD0 Integration
23
23
---
24
+
24
25
# PYUSD0 Integration Guide
25
26
26
27
## Overview
27
28
28
-
This guide is for developers and protocols integrating PYUSD0 on Flow EVM. PYUSD0 is an OFT (Omnichain Fungible Token) deployed via LayerZero, replacing USDF as the canonical USD stablecoin on Flow.
29
+
This guide is for developers and protocols integrating PYUSD0 on Flow. PYUSD0 is an OFT (Omnichain Fungible Token) and brings pre-native PayPal USD support to Flow with seamless cross-chain transfers across 140+ chains via Stargate. It replaces USDF as Flow's canonical USD stablecoin. For users please read the [migration guide.][6]
* This gives you a functionally equivalent token you can mint/control for testing.
52
+
This is a stand-in token for testing purposes only. Mainnet PYUSD0 requires real PYUSD locked via LayerZero. The testnet contract has a [mint function][8] and a [liquidity pool][9] so you can mint or swap tokens for development.
@@ -65,21 +67,27 @@ Standard: ERC-20 + LayerZero OFT
65
67
Backing: 1:1 PYUSD (PayPal USD)
66
68
```
67
69
68
-
---
70
+
## About PYUSD0
71
+
72
+
PYUSD0 is a pre-native token deployed via LayerZero's Asset0 program, alongside other stablecoins like USDG0 (backed by Robinhood, Kraken, Mastercard) and AUSD0. It's fully backed 1:1 by PayPal USD. When Paxos later deploys native PYUSD directly on Flow, PYUSD0 balances will automatically upgrade with no user or developer action required.
69
73
70
74
## **Code Examples**
71
75
72
76
Visit [the GitHub Repository][5] for code examples on bridging PYUSD0 via LayerZero OFT.
73
77
74
78
## **Migration Path for Existing USDF Integrations**
75
79
76
-
1.**Add PYUSD0 support** alongside USDF
77
-
2.**Update defaults** to use PYUSD0 instead of USDF
78
-
3.**Communicate to users** about migration timeline
79
-
4.**Deprecate USDF** after grace period
80
+
1.**Add PYUSD0 support** alongside USDF
81
+
2.**Update defaults** to use PYUSD0 instead of USDF
82
+
3.**Communicate to users** about migration timeline
0 commit comments