Hey everyone, I am thinkAfCod, and excited to be a part of EPF cohort 6 in a permissionless manner. # Week0 Update I'd like to choose some features that will be included in next hardfork and more related to the beacon chain. So finally, I decided to focus on Grandine. ## Grandine: FOCIL (EIP-7805) Implementation and Testnet Deployment I found a resource of FOCIL: [All in one page](https://hackmd.io/@jihoonsong/ryTt1Fv7le) And I'm reading grandine source code now. ## Grandine: Standalone Validator Client This task is very clear. There is already a built-in validator client, so it just needs to find a new, high-efficiency way to interact with the CL client. Or just using HTTP RPC will be more simpler. I have to read grandine's source code too. ## Next I will try to write proposals for the Grandine FOCIL implementation and the Grandine Standalone Validator Client.