Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions skill/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions skill/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down