diff --git a/evaluations/orochi_1_takahser.md b/evaluations/orochi_1_takahser.md
index e79b6ef72..9a089c9f2 100644
--- a/evaluations/orochi_1_takahser.md
+++ b/evaluations/orochi_1_takahser.md
@@ -1,6 +1,6 @@
# Evaluation
-- **Status:** In Progress
+- **Status:** Accepted
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/orochi-network-orosign-part1.md
- **Milestone:** 1
- **Kusama Identity:** Address
@@ -13,8 +13,8 @@
| 0c. | Research |
| [Threshold Signature chapter](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/chapter.md) | Public technical reports not provided |
| 1. | Research | | [Threshold Signature chapter](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/chapter.md) | Research on secp256k1 threshold ECDSA provided |
| 2. | Research | | [MPC Research for `secp256k1`](https://github.com/orochi-network/orochi-network.github.io/blob/b907b68bad61bab4df4f120f6c56bdd3ea8fddba/src/threshold-ecdsa/threshold-ecdsa-construction/introduction.md) | - |
-| 3. | Research | | - | Sr25519 uses Schnorr, not ECDSA. Hence, the Canneti's Construction that relies on ECDSA doesn't seem suitable. |
-| 4. | Research | | - | Ed25519 uses EdDSA, not ECDSA. Hence, the Canneti's Construction that relies on ECDSA doesn't seem suitable. |
+| 3. | Research | | [`ed25519` curve parameters](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/intended-implementation/threshold-eddsa-for-ed25519.md?plain=1), [FROST construction](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/frost-construction/introduction.md) | MPC can be constructed using the FROST threshold signature scheme with the `ed25519` params, since `ed25519` is a Schnorr signature scheme. |
+| 4. | Research | | [`sr25519` curve parameters](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/intended-implementation/threshold-eddsa-for-sr25519.md), [FROST construction](https://github.com/orochi-network/orochi-network.github.io/blob/48ad32b10468c36c9149e29663025d640db44d0c/src/threshold-ecdsa/frost-construction/introduction.md) | MPC can be constructed using the FROST threshold signature scheme with the `sr25519` params, since `sr25519` is a Schnorr signature scheme. |
## General Notes