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/build/EVM/wrapped-token.md
+69-2Lines changed: 69 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,76 @@ This documentation provides details about the WASTR and WSBY tokens deployed on
10
10
11
11
## WASTR (Wrapped ASTR)
12
12
13
-
**WASTR** is a wrapped version of the native ASTR token on the Astar network. Wrapping ASTR enables its use in various dApps and smart contracts while maintaining compatibility with ERC20 standards.
13
+
WASTR is a wrapped version of the native ASTR token on the Astar network. Wrapping ASTR enables its use in various dApps and smart contracts while maintaining compatibility with ERC20 standards.
- Existing positions in Arthswap and legacy DeFi protocols
42
+
- Applications requiring WETH10-specific features (flash loans, permit)
43
+
44
+
**Block Explorer:**[View on Blockscout](https://astar.blockscout.com/token/0xAeaaf0e2c81Af264101B9129C00F4440cCF0F720)
45
+
46
+
### Quick Decision Guide
47
+
48
+
**Are you bridging to Soneium?**
49
+
→ Use Official Astar WASTR (`0x3779...`)
50
+
51
+
**Building a new dApp?**
52
+
→ Use Official Astar WASTR (`0x3779...`)
53
+
54
+
**Using Arthswap or legacy Astar DeFi protocols?**
55
+
→ Use Community WASTR (`0xAeaa...`)
56
+
57
+
**Need flash loan functionality?**
58
+
→ Use Community WASTR (`0xAeaa...`)
59
+
60
+
### For Developers
61
+
62
+
#### Why Two Contracts?
63
+
64
+
The Official Astar WASTR uses WETH9 for seamless integration with Chainlink CCIP's cross-chain messaging infrastructure, enabling native bridging to Soneium and future networks.
65
+
66
+
The Community WASTR uses WETH10, offering advanced features like gasless approvals (permit) and flash loans, beneficial for complex DeFi interactions.
67
+
68
+
#### Contract Compatibility
69
+
70
+
Both contracts implement standard WETH functionality:
0 commit comments