diff --git a/1/entities.json b/1/entities.json index 1ea3b61..91aa4a4 100644 --- a/1/entities.json +++ b/1/entities.json @@ -265,5 +265,20 @@ "social": { "twitter": "nine_summits" } + }, + "api3-dao": { + "name": "Api3", + "logo": "api3.png", + "description": "Api3 operates first-party OEV-enabled oracles. Our markets provide increased yield via the recaptured OEV. This approach enhances returns without introducing exposure to higher-risk or exotic assets.", + "url": "https://api3.org/", + "addresses": { + "0x8e03609ed680B237C7b6f8020472CA0687308b24": "Api3 Multisig" + }, + "social": { + "twitter": "Api3DAO", + "discord": "https://discord.gg/api3dao", + "telegram": "API3DAO", + "github": "api3dao" + } } } diff --git a/1/products.json b/1/products.json index 96901d1..5b4c638 100644 --- a/1/products.json +++ b/1/products.json @@ -748,5 +748,15 @@ "0x6f61Cdfef82136F33bF20685CAACF83330F35649", "0xB85313155Cfaa1bf592bB157B46c3554A7652b1F" ] + }, + "api3-oev": { + "name": "Api3 OEV", + "description": "A lending market composed of conservative assets, optimized for low risk and high OEV-driven returns. Risk parameters are curated by Api3.", + "entity": "api3-dao", + "vaults": [ + "0x0087d6b548A98D8ADF93c9E1f9C0650c034B2C7f", + "0x360e51D29fAE7eAa8098D9A1A46DAc53dCFB5FbF", + "0xaD1BA129544cA6CDCA8926b2601C463B50675771" + ] } } diff --git a/1/vaults.json b/1/vaults.json index f9695b6..ca5538c 100644 --- a/1/vaults.json +++ b/1/vaults.json @@ -1703,5 +1703,20 @@ "name": "TelosC Almanak USDC", "description": "An alUSD vault in the TelosC Almanak market", "entity": "telosc" + }, + "0xaD1BA129544cA6CDCA8926b2601C463B50675771": { + "name": "Api3 USDC", + "description": "A USDC vault in the Api3 OEV-boosted market", + "entity": "api3-dao" + }, + "0x360e51D29fAE7eAa8098D9A1A46DAc53dCFB5FbF": { + "name": "Api3 wstETH", + "description": "A wstETH vault in the Api3 OEV-boosted market", + "entity": "api3-dao" + }, + "0x0087d6b548A98D8ADF93c9E1f9C0650c034B2C7f": { + "name": "Api3 cbBTC", + "description": "A cbBTC vault in the Api3 OEV-boosted market", + "entity": "api3-dao" } } diff --git a/logo/api3.png b/logo/api3.png new file mode 100644 index 0000000..d8a5644 Binary files /dev/null and b/logo/api3.png differ