From e90c3614c2b17c1e8200b941c1bb329ecdf1168b Mon Sep 17 00:00:00 2001 From: Joel Vargas Date: Sat, 2 May 2026 15:30:45 -0600 Subject: [PATCH 1/3] docs: add Programmable Escrow (EaaS) section to ecosystem.md --- skill/ecosystem.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skill/ecosystem.md b/skill/ecosystem.md index 3346810..caa8edd 100644 --- a/skill/ecosystem.md +++ b/skill/ecosystem.md @@ -309,6 +309,15 @@ Bulk payment infrastructure for enterprises. - **GitHub**: https://github.com/stellar/stellar-disbursement-platform - **Use Case**: Mass payments, aid distribution, payroll +### Programmable escrow (EaaS) + +#### Trustless Work +Escrow-as-a-Service (EaaS) for **stablecoin escrow** on **Soroban**: **non-custodial** smart contracts with milestones, approvals, and disputes. Programmable **infrastructure** (REST API, SDKs, contracts) not a consumer marketplace platform. +- **Use Case**: Milestone-based payments, marketplace and services escrow, security deposits. +- **Website**: https://trustlesswork.com +- **Docs**: https://docs.trustlesswork.com/trustless-work +- **GitHub**: https://github.com/Trustless-Work + ## Example Repositories ### Official Examples @@ -378,6 +387,7 @@ Notable teams shipping production-level code on Stellar/Soroban. For a broader d | **CoinFabrik** | [coinfabrik.com](https://www.coinfabrik.com) | [CoinFabrik](https://github.com/CoinFabrik) | [@coinfabrik](https://x.com/coinfabrik) | Scout Soroban (static analysis) | | **Creit Tech** | [creit.tech](https://creit.tech) | [Creit-Tech](https://github.com/Creit-Tech) | [@CreitTech_](https://x.com/CreitTech_) | Stellar Wallets Kit, xBull, SorobanHub | | **Ultra Stellar** | [ultrastellar.com](https://ultrastellar.com) | [lobstrco](https://github.com/lobstrco) | [@Lobstrco](https://x.com/Lobstrco) | LOBSTR wallet, StellarExpert | +| **Trustless Work** | [trustlesswork.com](https://trustlesswork.com) | [Trustless-Work](https://github.com/Trustless-Work) | [@TrustlessWork](https://x.com/TrustlessWork) | Escrow Infrastructure (EaaS) | ## Project Directories From c23710cfae2b1a0b23d36b0f8a172c2bf4a480b5 Mon Sep 17 00:00:00 2001 From: Joel Vargas Date: Sat, 2 May 2026 15:30:52 -0600 Subject: [PATCH 2/3] docs: add Programmable Escrow (EaaS) resources to resources.md --- skill/resources.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/skill/resources.md b/skill/resources.md index 7287c90..972d711 100644 --- a/skill/resources.md +++ b/skill/resources.md @@ -185,6 +185,14 @@ Always verify CAP status and network support before treating any ZK primitive as - [Stellar Disbursement Platform](https://github.com/stellar/stellar-disbursement-platform) - [SDP Documentation](https://developers.stellar.org/docs/category/use-the-stellar-disbursement-platform) +### Programmable Escrow (EaaS) +- [Trustless Work](https://trustlesswork.com) — Escrow-as-a-service on Soroban (non-custodial; milestones, disputes) +- [Documentation](https://docs.trustlesswork.com/trustless-work) +- [React SDK](https://docs.trustlesswork.com/trustless-work/escrow-react-sdk/introduction) +- [Escrow Blocks SDK](https://docs.trustlesswork.com/trustless-work/escrow-blocks-sdk/introduction) +- [Agent Skill](https://docs.trustlesswork.com/trustless-work/ai/skill) +- [MCP](https://docs.trustlesswork.com/trustless-work/ai/mcp) + ### RPC Providers - [RPC Provider Directory](https://developers.stellar.org/docs/data/apis/rpc/providers) - Full list of providers - [Quasar (Lightsail Network)](https://quasar.lightsail.network) - Stellar-native RPC, Archive RPC, hosted Galexie Data Lake From 9c27a427d90c7399a3e68a18b11d2805e08a60c5 Mon Sep 17 00:00:00 2001 From: Joel Vargas <93002899+JoelVR17@users.noreply.github.com> Date: Sat, 2 May 2026 15:36:21 -0600 Subject: [PATCH 3/3] Potential fix for pull request finding resolved Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- skill/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill/resources.md b/skill/resources.md index 972d711..2d4153c 100644 --- a/skill/resources.md +++ b/skill/resources.md @@ -186,7 +186,7 @@ Always verify CAP status and network support before treating any ZK primitive as - [SDP Documentation](https://developers.stellar.org/docs/category/use-the-stellar-disbursement-platform) ### Programmable Escrow (EaaS) -- [Trustless Work](https://trustlesswork.com) — Escrow-as-a-service on Soroban (non-custodial; milestones, disputes) +- [Trustless Work](https://trustlesswork.com) - Escrow-as-a-service on Soroban (non-custodial; milestones, disputes) - [Documentation](https://docs.trustlesswork.com/trustless-work) - [React SDK](https://docs.trustlesswork.com/trustless-work/escrow-react-sdk/introduction) - [Escrow Blocks SDK](https://docs.trustlesswork.com/trustless-work/escrow-blocks-sdk/introduction)