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: content/impact/contracts-for-financial-institutions.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ OpenZeppelin Contracts is the trusted foundation powering the global digital ass
6
6
7
7
Used by the world’s leading stablecoin issuers, asset managers, and on-chain funds, OpenZeppelin provides the security-audited, production-proven contracts trusted to secure billions in value.
8
8
9
-
## **Powering Top Institutions**
9
+
## Powering Top Institutions
10
10
11
-
### **Tokenized U.S. Treasuries**
11
+
### Tokenized U.S. Treasuries
12
12
13
13
Trusted by 10 of the top 10 tokenized U.S Treasuries by market cap.
14
14
@@ -27,7 +27,7 @@ The standard for compliant, programmable representation of the world’s most tr
|[Franklin OnChain U.S. Government Money Fund (BENJI)](https://etherscan.io/token/0x3ddc84940ab509c11b20b76b466933f40b750dc9#code)|| 🔐 | ♻️ | 🧰 |
29
29
30
-
### **Stablecoins**
30
+
### Stablecoins
31
31
32
32
Trusted by 8 of the top 10 stablecoins by market cap.
33
33
@@ -75,7 +75,7 @@ Our libraries provide flexible, auditable permissions for enforcing operational,
75
75
| Ownable | Minimal governance model providing a single administrative authority |[Circle USDC](https://etherscan.io/address/0x43506849d7c04f9138d1a2050bbf3a0c054402dd#code#F13#L31), [BlackRock BUIDL-I](https://etherscan.io/address/0x9e2693f54831f6f52b0bb952c2935d26919a3626#code#F2#L2), [Aave](https://github.com/aave/aave-v3-periphery/blob/master/contracts/treasury/AaveEcosystemReserveController.sol#L4)| 80,000+ |[EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol), [Stellar](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/access/src/ownable), [Starknet](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/access/src/ownable), [Arbitrum Stylus](https://github.com/OpenZeppelin/rust-contracts-stylus/blob/main/contracts/src/access/ownable.rs)|
76
76
| Access Control | Role-based governance which supports structured permissioning and multiple roles for operational teams |[Pallas Fund USDtb](https://etherscan.io/address/0xea8a763b5b1f9c9c7aea64f33947448d9e39e475#code#F17#L2), [Ondo OUSG](https://etherscan.io/address/0x1ceb44b6e515abf009e0ccb6ddafd723886cf3ff#code#F11#L2), [Aerodrome](https://github.com/aerodrome-finance/relay/blob/main/src/Relay.sol#L16)| 35,000+ |[EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/AccessControl.sol), [Stellar](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/access/src/access_control), [Starknet](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/access/src/accesscontrol), [Arbitrum Stylus](https://github.com/OpenZeppelin/rust-contracts-stylus/tree/main/contracts/src/access/control)|
77
77
78
-
### **Upgradability**
78
+
### Upgradability
79
79
80
80
Securely upgrade contract logic without disrupting state or user trust.
81
81
@@ -87,7 +87,7 @@ Our libraries implement proven proxy patterns that support controlled evolution
87
87
| Transparent Proxy | Administrator-managed upgrades with strict separation between users and governance |[Pallas Fund USDtb](https://etherscan.io/token/0xc139190f447e929f090edeb554d95abb8b18ac1c#code#F1#L2), [Ondo OUSG](https://etherscan.io/token/0x1b19c19393e2d034d8ff31ff34c81252fcbbee92#code#F2#L2), [Lido](https://github.com/lidofinance/core/blob/master/contracts/0.8.4/WithdrawalsManagerProxy.sol#L317)| 9,000+ |[EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/proxy/transparent/TransparentUpgradeableProxy.sol)|
Copy file name to clipboardExpand all lines: content/impact/contracts-journey.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ Every OpenZeppelin library represents over a decade of security expertise, commu
113
113
| Tokens | Issue and manage digital assets | [EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/token), [Stellar](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/tokens), [Starknet](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/token), [Arbitrum Stylus](https://github.com/OpenZeppelin/rust-contracts-stylus/tree/main/contracts/src/token), [Midnight](https://github.com/OpenZeppelin/compact-contracts/tree/main/contracts/src/token), [Zama](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/tree/master/contracts/token) | 150,000+ (over $30 trillion in total value transferred!) | ERC-20, ERC-721, ERC-1155, ERC-4626, ERC-6909 | [Circle USDC](https://etherscan.io/address/0x43506849d7c04f9138d1a2050bbf3a0c054402dd#code#F17#L23), [Ondo OUSG](https://etherscan.io/address/0x1ceb44b6e515abf009e0ccb6ddafd723886cf3ff#code#F12#L2), [Lido](https://github.com/lidofinance/core/blob/005b0876d6594b7f7864e0577cdaa44eff115b73/contracts/0.8.9/WithdrawalVault.sol#L9) |
114
114
| Utilities | Improve security, work with new data types, or safely use low-level primitives | [EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/utils), [Stellar](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/contract-utils), [Starknet](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/utils), [Arbitrum Stylus](https://github.com/OpenZeppelin/rust-contracts-stylus/tree/main/contracts/src/utils), [Midnight](https://github.com/OpenZeppelin/compact-contracts/tree/main/contracts/src/utils), [Zama](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/tree/master/contracts/utils), [Uniswap Hooks](https://github.com/OpenZeppelin/uniswap-hooks/tree/master/src/utils) | 150,000+ | Cryptography, math, data integrity | [Ethena USDe](https://etherscan.io/token/0x4c9edd5852cd905f086c759e8383e09bff1e68b3#code#F19#L2), [Pallas Fund USDtb](https://etherscan.io/address/0xea8a763b5b1f9c9c7aea64f33947448d9e39e475#code#F14#L2), [Graph Protocol](https://github.com/graphprotocol/contracts/blob/109e84c71fd01f2cb51f8582bb43603881380072/packages/horizon/contracts/utilities/Authorizable.sol#L6) |
115
115
| Access Control | Manage who can perform specific actions, when they can do so, and under what authority |[EVM](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/access), [Stellar](https://github.com/OpenZeppelin/stellar-contracts/tree/main/packages/access), [Starknet](https://github.com/OpenZeppelin/cairo-contracts/tree/main/packages/access), [Arbitrum Stylus](https://github.com/OpenZeppelin/rust-contracts-stylus/tree/main/contracts/src/access), [Midnight](https://github.com/OpenZeppelin/compact-contracts/tree/main/contracts/src/access)| 115,000+ | Access Control, Ownable |[Lido](https://github.com/lidofinance/core/blob/master/contracts/0.8.9/utils/access/AccessControlEnumerable.sol#L5), [Circle USDC](https://etherscan.io/address/0x43506849d7c04f9138d1a2050bbf3a0c054402dd#code#F13#L31), [BlockRock BUIDL-I](https://etherscan.io/address/0x9e2693f54831f6f52b0bb952c2935d26919a3626#code#F2#L2)|
A [standard](https://github.com/ethereum/ERCs/pull/1113/files#diff-4c22c7cb34e9622c46198c95e8810399c8bf545126ef800b3a464083629aa6e5) that enables confidential value transfer using a pointer based system.
56
56
57
57
OpenZeppelin co-authored the standard with Zama and is building contracts libraries in the [OpenZeppelin Confidential Contracts Repo](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/tree/master/contracts/token/ERC7984) with supporting [documentation](https://docs.openzeppelin.com/confidential-contracts/token).
58
58
59
-
#### **ERC-3643: T-REX - Token for Regulated Exchanges (final)**
59
+
#### ERC-3643: T-REX - Token for Regulated Exchanges (final)
60
60
61
61
A [standard](https://eips.ethereum.org/EIPS/eip-3643) that enables the management and compliant transfer of institutional grade security tokens using on chain compliance and verification systems.
62
62
63
63
OpenZeppelin is building contracts libraries for confidential real world asset extensions in the [OpenZeppelin Confidential Contracts Repo](https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/tree/master/contracts/token/ERC7984/extensions).
64
64
65
65
### Associations
66
66
67
-
#### **Confidential Token Association**
67
+
#### Confidential Token Association
68
68
69
69
The goal of the [association](https://www.confidentialtoken.org/) is to push forward onchain confidentiality by leveraging recent advances in encryption to build a common token standard.
70
70
@@ -86,7 +86,7 @@ Lost keys can be restored by proving control of an email account, enabling user-
86
86
87
87
### Standards
88
88
89
-
#### **ERC-7969: DomainKeys Identified Mail (DKIM) Registry (draft)**
89
+
#### ERC-7969: DomainKeys Identified Mail (DKIM) Registry (draft)
90
90
91
91
A [standard](https://eips.ethereum.org/EIPS/eip-7969) that enables trustless email ownership verification using a DKIM restistry.
Copy file name to clipboardExpand all lines: content/impact/tokenization-and-real-world-assets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Tokenization and Real World Assets at OpenZeppelin
3
3
---
4
4
5
-
OpenZeppelin Contracts is the trusted foundation powering the global digital asset economy, [powering top financial institutions](/impact/openzeppelin-contracts-for-financial-institutions). Used by the world’s leading stablecoin issuers, asset managers, and on-chain funds, OpenZeppelin provides the security-audited, production-proven contracts trusted to secure billions in value.
5
+
OpenZeppelin Contracts is the trusted foundation powering the global digital asset economy, [powering top financial institutions](/impact/contracts-for-financial-institutions). Used by the world’s leading stablecoin issuers, asset managers, and on-chain funds, OpenZeppelin provides the security-audited, production-proven contracts trusted to secure billions in value.
6
6
7
7
Our ongoing work focuses on continuously improving compliant issuance and management of institutional digital assets.
0 commit comments