Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate SEP3 #420

Merged
merged 2 commits into from
Nov 11, 2019
Merged
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
2 changes: 1 addition & 1 deletion ecosystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
| --- | --- | --- | --- | --- |
| [SEP-0001](sep-0001.md) | stellar.toml specification | SDF | Standard | Active |
| [SEP-0002](sep-0002.md) | Federation Protocol | SDF | Standard | Final |
| [SEP-0003](sep-0003.md) | Compliance Protocol | SDF | Standard | Active |
| [SEP-0004](sep-0004.md) | Tx Status Endpoint | SDF | Standard | Final |
| [SEP-0005](sep-0005.md) | Key Derivation Methods for Stellar Accounts | SDF | Standard | Final |
| [SEP-0007](sep-0007.md) | URI Scheme to facilitate delegated signing | Interstellar | Standard | Final |
Expand Down Expand Up @@ -62,6 +61,7 @@

| Number | Title | Author | Track | Status |
| --- | --- | --- | --- | --- |
| [SEP-0003](sep-0003.md) | Compliance Protocol | SDF | Standard | Deprecated |
| [SEP-0006](sep-0006.md) | Anchor/Client Interoperability | SDF | Standard | Deprecated in favor of SEP-24 |
| [SEP-0013](sep-0013.md) | DEPOSIT_SERVER proposal | @no, @ant, @manran, @pacngfar | Informational | Rejected |

Expand Down
8 changes: 6 additions & 2 deletions ecosystem/sep-0003.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
SEP: 0003
Title: Compliance protocol
Author: stellar.org
Status: Active
Status: Deprecated
Created: 2017-10-30
Updated: 2018-07-15
Updated: 2019-10-04
Version 1.0.1
```

## Deprecation Notice

For most use cases, we actually recommend the workflow specified in [SEP-0006](sep-0006.md) instead of SEP-0003

## Simple Summary
Complying with Anti-Money Laundering (AML) laws requires financial institutions (FIs) to know not only who their customers are sending money to but who their customers are receiving money from. In some jurisdictions banks are able to trust the AML procedures of other licensed banks. In other jurisdictions each bank must do its own sanction checking of both the sender and the receiver. The Compliance Protocol handles all these scenarios.

Expand Down