diff --git a/ensips/x.md b/ensips/x.md new file mode 100644 index 0000000..8d7aafe --- /dev/null +++ b/ensips/x.md @@ -0,0 +1,51 @@ +--- +description: Some description about the proposal +contributors: + - ens.eth +ensip: + created: '2024-01-01' + status: draft +--- + +# ENSIP-X: Title of the proposal + +## Abstract + +A short description of the proposal outlining the purpose of the proposal and the changes it proposes. + +## Motivation + +In your motivation you have room to explain why this proposal is important and why it is a good idea. + +## Specification + +Your specification goes here and should be as detailed as possible. +It is possible include images, diagrams, example payloads, requests, etc, please use markdown and links to ipfs or other resources. +You can do this using `![image description goes here](https://ipfs.io/ipfs/...)` + +Or you can create links using `[text](https://eips.ethereum.org/EIPS/eip-137)` + +Feel free to create subheadings as needed using the `###` and (sub sub sub headings) `####` markdown syntax. + +## Rationale + +Optional rationale for the proposal. +Here you can elaborate why certain decisions were made. + +## Backwards Compatibility + +Optional backwards compatibility section. +Here you can explain how this proposal affects existing systems. + +## Forwards Compatibility + +Optional forwards compatability section. +Here you can explain how this proposal affects future systems, or potential upgrade paths. + +## Security Considerations + +Optional security considerations section. + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).