From db9de022d2c49f501efb6475ce21544ce9f89e3f Mon Sep 17 00:00:00 2001
From: autistic-symposium-helper
<138340846+autistic-symposium-helper@users.noreply.github.com>
Date: Mon, 3 Feb 2025 11:55:08 +0100
Subject: [PATCH] liquefaction- smart contract key-encumbered wallet platform
(i.e., key is not known by user or or admin, but generated by the application
running in a tee)
---
trusted_execution_environments/README.md | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/trusted_execution_environments/README.md b/trusted_execution_environments/README.md
index 82b7e8b..f75fd48 100644
--- a/trusted_execution_environments/README.md
+++ b/trusted_execution_environments/README.md
@@ -16,9 +16,9 @@
##### full autonomous agents
-* **[setting your pet rock free, by teleport](https://medium.com/@tee_hee_he/setting-your-pet-rock-free-3e7895201f46)**
-* **[the truth of ai agents, by phala](https://phala.network/posts/truth-of-AI-Agent)**
-* **[physical unclonable functions for socially unpredictable humans, by sxy🌞](https://www.youtube.com/watch?v=aLqlpa8ZIOw)**
+* **[setting your pet rock free, by teleport (2024)](https://medium.com/@tee_hee_he/setting-your-pet-rock-free-3e7895201f46)**
+* **[the truth of ai agents, by phala (2024)](https://phala.network/posts/truth-of-AI-Agent)**
+* **[physical unclonable functions for socially unpredictable humans, by sxysun (2024)](https://www.youtube.com/watch?v=aLqlpa8ZIOw)**
@@ -81,3 +81,10 @@
* **[demystifying remote attestation by taking it on-chain, by flashbots](https://collective.flashbots.net/t/demystifying-remote-attestation-by-taking-it-on-chain/2629)**
* **[spacecoin, by d. bar et al. (leveraging satellite infra for tee-like functionality)](https://github.com/spacecoinxyz/research/blob/main/publications/Blue-Paper-Spacecoinxyz.pdf)**
* **[multi-prover implementation on scroll (leveraging tees)](https://scroll.io/blog/scaling-security)**
+
+
+
+##### code
+
+* **[liquefaction](https://github.com/key-encumbrance/liquefaction)**
+ * smart contract key-encumbered wallet platform (i.e., key is not known by user or or admin, but generated by the application running in a tee)