# LUKSO

Relates to ERC725 Smart Contract Based Account

### Intro

Lukso created an EVM-based smart contract platform for public permission-less Blockchain to develop and build a digital future for the lifestyle space.

## LIPs

Lukso Improvement Proposals, similar to EIPs but on Lukso network. Those LSPs are usable on Ethereum but also on any EVM blockchain. Both LIPs and LSPs are being actively developed and used on Testnet nowdays.\
Lukso made their own standard improvement process\
LIP repo: <https://github.com/lukso-network/LIPs[LSPs> list]\(<https://github.com/lukso-network/LIPs/tree/master/LSPs)\\>
Lukso's move with LIPs suite is supposed to solve *discoverability problem* that Ethereum is facing, how wallet can simply discover tokens that were sent to an address.

LIPs are focused on:

* Digital Certificates
* Identities
* Tokens
* Registries
* Processes

### LSPs vs LIPs

LIPs are chain improvements and LSPs are application improvements

[LIP-1](https://github.com/lukso-network/LIPs/blob/master/LIPs/lip-1.md)

### LSPs

[LSP-1-UniversalReceiver](https://github.com/lukso-network/LIPs/blob/master/LSPs/LSP-1-UniversalReceiver.md)[LSP-2-ERC725YJSONSchema](https://github.com/lukso-network/LIPs/blob/master/LSPs/LSP-2-ERC725YJSONSchema.md)

### Further reading

* List of projects using ERC725: <https://github.com/ERC725Alliance/ERC725/blob/master/docs/use-cases.md>
* Announcing the LUKSO standards workshop series: <https://medium.com/lukso/announcing-the-lukso-standards-workshop-series-41f534feb1b1>
* LUKSO’s Mainnet Architecture → Casper Beacon Chain with EVM Execution
* <https://medium.com/lukso/luksos-mainnet-architecture-casper-beacon-chain-with-evm-execution-f68f9ef7039a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/non-eth-nft-standards/lukso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
