STOCKen CAPITAL Legaltech
SCF #24 Activation Award Governance Solution $32,579 View in SCF
Legal platform for the digitization of governance and financing of disruptive companies.
Team

kallejo_

Progress on Previous (Awarded) Submissions

From the feedback we received, we have aligned better our deliverables in order to implement Soroban in an specific use case of our platform (Convertible Notes). Also, we have written a better technical architecture document that explains how Soroban will be used and how we will deal with data. Finally, we have added a technical team and profiles knowledgeable in Stellar/Soroban technology.

Product & Architecture

Stocken Capital, a legaltech SaaS leveraging Blockchain technology (Stellar and Soroban) to digitalize equity and corporate governance procedures. It addresses inefficiencies, financial needs, and liquidity concerns by facilitating financing through new equity members, enabling notary-free digital equity negotiations, and allowing global participation. The platform also supports the global buying and selling of equity shares in Spanish limited companies, streamlining processes such as contract generation and digital corporate governance with blockchain-based verification.

What does the platform offer?

  1. Multi-Account: Users can manage multiple companies with a single account.
  2. Customization: Each user gets a personalized landing page with a unique URL.
  3. Capital Increases: Instant creation of capital increase operations.
  4. Equity Instruments: Digital management of equity shares, partnership agreements, and convertible digital notes.
  5. Dividend Distribution: Facilitates the distribution of dividends and other forms of capital allocation.
  6. Liquidity: Provides liquidity options for partners or participants.
  7. Digital Meetings: Conducts digital meetings and tracks voting processes.
  8. Document Management: Efficiently manages documents and controls viewing permissions.
  9. Communication: Enables communication through chat and individual notifications.
  10. Analysis and Metrics: Offers investor profile tracking, statistics, and other relevant data.
 

The platform's main differentiators include: adherence to regulations, technical features like blockchain for transparency, and security measures such as user verification  (KYC/AML). 

Use cases span various sectors, including real estate, renewable energy, venture capital, DAOs, and community-based businesses, with an environmental focus on reducing paper consumption and carbon footprint. 

Stellar is chosen for its efficiency, interoperability, transparency, speed, and global payment capabilities, aligning with Stocken Capital's expansion plans across Europe and Mexico.

 

🧐 What do we already have?

We already have a platform working with Stellar that enables digital governance, investor registration, and trading of company shares as blockchain tokens, with transactions recorded on the blockchain. Each company has a dedicated subdomain. After 2 months after launch, we currently have 300 users and 25 companies. Login into https://pro.stockencapital.com/ and check it for yourself!
 

🤓 What do we want to do now?

We aim to enhance by  transforming the current off-chain flow to buy convertible notes to utilize Stellar and Soroban. Currently, we allow users to purchase convertible notes emitted by enterprises on our platform using traditional payment methods like MangoPay, and an off-chain trusted escrow flow. This submission will focus on 3 key areas:

  1. Payment Management. We want all our users to have an Stellar wallet that they will connect only with their email and password by implementing the SEP30 Key Management Standard, charge money to the platform using Stellar Anchors and pay for equity instruments, convertible notes and more through Soroban Smart Contracts.
  2. Escrow Management using Soroban. We want to transform our current off-chain trusted flow to use an Soroban Escrow Smart Contract that will lock the users money until a convertible notes contract has been signed.
  3. Create a Soroban Oracle. We want to know if users have signed an off chain document through an API endpoint provided by the Signaturit  platform

Section

read

Section

read

Technical Architecture Doc

https://docs.google.com/document/d/1EGTDyRCchu7P92VqWm3QLe7jPPNUgDF5O91hJWWETf4/

Project URL

https://www.stockencapital.com/

Code URL

Video URL

https://youtu.be/5AFQbRRmHw0

Pitch Deck URL

https://drive.google.com/drive/folders/1vrWbucvM26F4Q8ETR_4dgpEGrg_rxdVg?usp=sharing

Project Categories

Product Type [If Tools for organizing and governing projects and products]

Other Chain Description

Yes. Our project since the first version, in 2021, uses stellar to generate a wallet for each user and each company, as well as to register user actions, documentary records and exchange of operations. Now we also use Polygon for the new documents, before knowing Soroban, which solves this and other future cases that we want to implement.

Deliverables List

For our SCF#24 Activation Award, we will focus on transforming the current off-chain flow to buy convertible notes to utilize Stellar and Soroban. Currently, we allow users to purchase convertible notes emitted by enterprises on our platform using traditional payment methods like MangoPay, and an off-chain trusted escrow flow. This submission will focus on transforming this process, implementing anchors, Soroban contracts for escrow, and an Oracle to fetch off-chain data about document signatures.

In particular, our deliverables for this round will be:

(Note that there will be 2 teams working on simultaneously. One will work on Deliverables 1, 2 and 6, and the other team will work on Deliverables 3,4 and 5)

Assumption: Work will start on March 18th 2024.

Deliverable 1: Wallets. Define a non-custodial wallet for each user and company and connect it to their identity. Users will log in using email/password. Private keys will be stored implementing the SEP30 Key Management Standard.

  • How to measure: We will grant the reviewer access to the code and documentation. The reviewer will be able to log in to our platform and view their wallet address, balance, and signed documents. The reviewer will also be able to recover their account.
  • Estimated Start Date: March 18th 2024.
  • Estimated Duration:  2 weeks
  • Estimated Delivery Date: April 5th 2024
  • Budget $ 9,309

Deliverable 2: Stellar Anchors. Implement a Stellar Anchor Platform and SEP-6 so users can onboard and have a balance in a Stellar-based digital EUR (possibly EURC from Mykobo). Users will also be able to off-ramp.

  • How to measure: We will grant the reviewer access to the code and documentation. The reviewer will be able to log in to our platform, onboard, and off-ramp.
  • Estimated Start Date: April 8th 2024
  • Estimated Duration: 2 weeks
  • Estimated Delivery Date: April 26th 2024
  • Budget $ 4,654

Deliverable 3: Oracle. Creation of a Soroban-based Oracle to fetch signature information.

  • Description: Our convertible notes are generated on our platform and sent to the Signaturit platform. Signaturit provides an endpoint so we can determine when the document has been signed. We need to pass this information to the Soroban Escrow contract so the funds can be unlocked. This deliverable includes unit and integration tests.
  • How to measure: Code will be available on our GitHub.
  • Estimated Start Date: March 18th 2024.
  • Estimated Duration: 2 weeks
  • Estimated Delivery Date: April 5th 2024
  • Budget $ 4,654
 

Deliverable 4: Escrow. Creation of a Soroban Escrow Smart Contract:

  • Description: Escrow will depend on the signature status. Once the document has been signed, it releases the payment. The signature can be canceled, and the payment can be recovered. This contract also mints an NFT representing an on-chain backup of the signed document.
  • How to measure: Code will be available on our Github
  • Estimated Start Date: April 8th 2024
  • Estimated Duration: 2 weeks
  • Estimated Delivery Date: April 26th 2024
  • Budget $ 4,654

Deliverable 5: NFT. Implementation of NFT in Soroban to backup the signed document:

  • Description: Implementation of an NFT storing the signed document hash. This NFT will be minted when the convertible note escrow has been released as proof of the note.
  • How to measure: Code will be available in our Github
  • Estimated Start Date: April 29th 2024
  • Estimated Duration: 2 weeks
  • Estimated Delivery Date:May 17th 2024
  • Budget $ 4,654

Deliverable 6: Backend and Frontend: 

  • Description: Adapt the existing backend, converting Web3 elements to Soroban.
  • How to measure: Successful integration with Soroban.
  • Estimated Start Date: April 29th 2024
  • Estimated Duration: 2 weeks
  • Estimated Delivery Date: May 17th 2024
  • Budget: $4,654

Requested Budget in USD ($)

32579

Total Expected Roadmap

This current grant (SCF #24) will help us to work during 1.5 months and complete the deliverables exposed above. However in order to complete our Stellar and Soroban implementation in house we’ll need 2 more stages. We expect to deliver a good product to the community in order to apply for our Second and Third stages for new SCF grants.

  1. First Stage. Current SCF #24. Q1 2024. 6 weeks of development.
  2. Second Stage. Q2 2024. 12 weeks of development.
    Main Deliverables:
    1. NFT Smart Contract Integration: Implement a smart contract to manage evidence storage through NFTs. This includes storing hashes of signed Convertible Notes documents as a persistent, on-chain backup, initially set with a TTL of 6 months. A backend cron job will ensure the TTL never falls below 5 months, maintaining document integrity.
    2. Signatures Oracle Implementation: Integrate a simple, permissioned oracle standard to read values from a specific API endpoint, leveraging Signaturit for digital signature management. This will facilitate real-time data verification and enhance security measures for document handling.
    3. Stocken Administrative and Escrow Smart Contracts: Deploy contracts initialized with a specific token (EURC), enabling Stocken Capital to onboard new enterprises and users. These contracts will support the creation and management of convertible notes, linking them to pending signatures and locking tokens as necessary. A feature will be added to abort and retry the signature process if needed, ensuring flexibility and control over transactions.
  3. Thirst stage Q3 2024. 10 weeks of development. 
    1. Marketplace Launch for Convertible Notes: Open a secondary market for users to sell their convertible notes through NFTs. This function will trigger an API in the Signature Platform, prompting the signing of a new document and the storage of a new hash, facilitating a seamless transfer process.
    2. Design and Interface Enhancements: Implement new design and interface improvements for the newly added functionalities, focusing on user experience and platform usability.
    3. Testing and Deployment: Conduct implementation testing in both TEST and PRODUCTION environments, followed by a detailed report. This phase ensures that the platform and its new features are thoroughly vetted and fully functional before being released to the public.

 

Section

read

Public Entity Name

STOCKen CAPITAL SL

Entity Description

STOCKen CAPITAL is a self-funded project so far that we have come to market with a legal proposal to the financing of companies and corporate governance, helping to simplify it and we want to make the project something global. In addition, the project has an award as a grant from the Spanish government, called NEOTEC, granted in 2022 and developed in 2023, as a sign that we are on the right track. See our company presentation video: https://www.youtube.com/watch?v=KE2lqgPfx3g

Team bio

The founders, Rafael, Carlos, and Victor, originated from Block Impulse, where, since 2018, we've been collaboratively developing blockchain projects with our skilled team. As a successful company in this field, we persist in supporting other projects using blockchain technology. Additionally, we operate our platform for launching ICOs and STOs, maintain our NFT Marketplace, handle custom developments, manage smart contracts, utilize arbitration bots, and facilitate cryptocurrency payments.

Even if the development will be in-house, we have partnered with Esteban Iglesias (@esteblock) from PaltaLabs that will provide us with technical advice in our journey to implement Soroban and Stellar.

Rafael del Castillo, Ph.D. CEO & Legal

Blockchain lawyer and CEO at Stocken Capital. Extensive experience in leading and working with multicultural and multidisciplinary teams of professionals. Co-Head of the Master in Digital Law and Legaltech at Universidad CEU San Pablo 

https://www.linkedin.com/in/abogadoblockchain/

Carlos Callejo. CTO & Tech

CEO of Block Impulse, acts as project manager of different blockchain projects. Academic Director of the Master in Applied Blockchain at the University of Murcia in Spain. 

https://www.linkedin.com/in/carlos-callejo/

Víctor Callejo CFO & Business

Co-founder and CFO of Stocken Capital. With more than 25 years of commercial experience and more than 20 years in management positions, he has developed his professional career in several multinational companies. 

https://www.linkedin.com/in/victor-callejo-a3466621/

Lorena Pérez, Ph.D. Chief Legal Officer CLO

Lawyer and consultant in data protection, innovation and technology. Co-director of the Master's Degree in Intellectual Property and Technology Law 

https://linkedin.com/in/lorenaperezcampillo/

 

Fernando Moreno CMO

Specialist in digital transformation and change management (Google). With more than 15 years of experience leading projects from a commercial strategic vision in Fintech, Internet, Real Estate, Telecommunications, Supply Chain industries. 

https://www.linkedin.com/in/byfemoarg

Ivan Lesoviy Soroban Smart contract (Rust) & Backend engineer

EVM-chains, Solana, Stellar, Cosmos, Solidity, Rust, etc. Development in others prokects like https://sorobounty.xyz/ - Discord Stellar Developers: @CryptoPrince

https://github.com/ilesoviy

Crisol Valentina Developer web3

EVM blockchain developer with more than 3 years of experience in smart contract development (solidity) and backend connection. https://www.linkedin.com/in/crisol-cova-792b80131/

Rodrigo Erazo Frontend Developer

Frontend expert in React and web3 connections with more than 6 years of experience. https://www.linkedin.com/in/rodrigoandree/

[Advisor] Esteban Iglesias, CEO at PaltaLabs 🥑

10 years of experience in full-stack development. Founder of PaltaLabs and Soroswap, with background in electrical engineering and a master's degree in applied economics with studies in France (École Centrale Paris), UK (University of Oxford), and Chile (Universidad de Chile).
Personal Web Page
/ Linkedin / Github